mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Tests: make top of the HTML suite compliant with style guide
See http://contribute.jquery.org/style-guide/html/ Closes gh-2098
This commit is contained in:
parent
9d1b989f20
commit
8356281bed
@ -1,12 +1,10 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="html">
|
||||
<!doctype html>
|
||||
<html lang="en" id="html">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
||||
<meta charset="utf-8">
|
||||
<title>jQuery Test Suite</title>
|
||||
<link rel="Stylesheet" media="screen" href="../external/qunit/qunit.css" />
|
||||
<link rel="Stylesheet" media="screen" href="data/testsuite.css" />
|
||||
<!-- Includes -->
|
||||
<link rel="stylesheet" href="../external/qunit/qunit.css" />
|
||||
<link rel="stylesheet" href="data/testsuite.css" />
|
||||
|
||||
<!--
|
||||
We have to use previous jQuery as helper to ensure testability with
|
||||
|
Loading…
Reference in New Issue
Block a user