diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-11-23 13:14:18 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-11-24 12:27:39 +0100 |
commit | a00f2d6310f42d641151d8aa46aef53338e568cc (patch) | |
tree | 9dc83d3b01b7b36edcee465a781245799e2f2f22 /tests/wpt/css-tests/css-conditional-3_dev/xhtml1 | |
parent | 037cac7353910b0a8b4f1d2daf52b8b79a7cdb0f (diff) | |
download | servo-a00f2d6310f42d641151d8aa46aef53338e568cc.tar.gz servo-a00f2d6310f42d641151d8aa46aef53338e568cc.zip |
Update CSS tests to revision e102a993c37a2e0ebd549bc7d5548b006458ab34
Diffstat (limited to 'tests/wpt/css-tests/css-conditional-3_dev/xhtml1')
6 files changed, 6 insertions, 0 deletions
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-034.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-034.xht index 7479ffdfd1c..467e1f11621 100644 --- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-034.xht +++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-034.xht @@ -1,5 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> + <meta charset="utf-8" /> <title>CSS Test (Conditional Rules): Incorrect syntax of supports condition</title> <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="author" title="Gérard Talbot" /> <link href="http://www.w3.org/TR/css3-conditional/#at-supports" rel="help" title="6. Feature queries: the '@supports' rule" /> diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-035.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-035.xht index 071ca9d7435..4711d074c77 100644 --- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-035.xht +++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-035.xht @@ -1,5 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> + <meta charset="utf-8" /> <title>CSS Test (Conditional Rules): Incorrect syntax of supports condition</title> <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="author" title="Gérard Talbot" /> <link href="http://www.w3.org/TR/css3-conditional/#at-supports" rel="help" title="6. Feature queries: the '@supports' rule" /> diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-036.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-036.xht index a82d86de659..cb8e2494ad1 100644 --- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-036.xht +++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-036.xht @@ -1,5 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> + <meta charset="utf-8" /> <title>CSS Test (Conditional Rules): Incorrect syntax of supports condition</title> <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="author" title="Gérard Talbot" /> <link href="http://www.w3.org/TR/css3-conditional/#at-supports" rel="help" title="6. Feature queries: the '@supports' rule" /> diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-037.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-037.xht index af817c9b788..84d53584f92 100644 --- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-037.xht +++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-037.xht @@ -1,5 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> + <meta charset="utf-8" /> <title>CSS Test (Conditional Rules): Incorrect syntax of supports condition</title> <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="author" title="Gérard Talbot" /> <link href="http://www.w3.org/TR/css3-conditional/#at-supports" rel="help" title="6. Feature queries: the '@supports' rule" /> diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-038.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-038.xht index a708e934bc8..10a84237841 100644 --- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-038.xht +++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-038.xht @@ -1,5 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> + <meta charset="utf-8" /> <title>CSS Test (Conditional Rules): a supports condition declaration can not end with a semi-colon</title> <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="author" title="Gérard Talbot" /> <link href="http://www.w3.org/TR/css3-conditional/#at-supports" rel="help" title="6. Feature queries: the '@supports' rule" /> diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-039.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-039.xht index 19cdb06461a..69cc7697111 100644 --- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-039.xht +++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-039.xht @@ -1,5 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> + <meta charset="utf-8" /> <title>CSS Test (Conditional Rules): a supports condition declaration can not end with a semi-colon</title> <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="author" title="Gérard Talbot" /> <link href="http://www.w3.org/TR/css3-conditional/#at-supports" rel="help" title="6. Feature queries: the '@supports' rule" /> |