aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-values-3_dev
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2015-11-23 13:14:18 +0100
committerMs2ger <Ms2ger@gmail.com>2015-11-24 12:27:39 +0100
commita00f2d6310f42d641151d8aa46aef53338e568cc (patch)
tree9dc83d3b01b7b36edcee465a781245799e2f2f22 /tests/wpt/css-tests/css-values-3_dev
parent037cac7353910b0a8b4f1d2daf52b8b79a7cdb0f (diff)
downloadservo-a00f2d6310f42d641151d8aa46aef53338e568cc.tar.gz
servo-a00f2d6310f42d641151d8aa46aef53338e568cc.zip
Update CSS tests to revision e102a993c37a2e0ebd549bc7d5548b006458ab34
Diffstat (limited to 'tests/wpt/css-tests/css-values-3_dev')
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/html/calc-in-media-queries-001.htm4
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/html/calc-in-media-queries-002.htm4
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-pct.htm2
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-px.htm2
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-vh.htm2
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/implementation-report-TEMPLATE.data20
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/index.htm1
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/index.xht1
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/testinfo.data10
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-in-media-queries-001.xht4
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-in-media-queries-002.xht4
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-pct.xht2
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-px.xht2
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-vh.xht2
14 files changed, 31 insertions, 29 deletions
diff --git a/tests/wpt/css-tests/css-values-3_dev/html/calc-in-media-queries-001.htm b/tests/wpt/css-tests/css-values-3_dev/html/calc-in-media-queries-001.htm
index d6fc138cd56..aea335d191a 100644
--- a/tests/wpt/css-tests/css-values-3_dev/html/calc-in-media-queries-001.htm
+++ b/tests/wpt/css-tests/css-values-3_dev/html/calc-in-media-queries-001.htm
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html><head>
-
+ <meta charset="utf-8">
<title>
CSS Values and Units and Media Queries Test:
Calc function inside media queries
@@ -9,7 +9,7 @@
The calc() expression is supported in the min-width media query.
" name="assert">
- <link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="François REMY">
+ <link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="Fran�ois REMY">
<link href="http://www.w3.org/TR/css3-values/#calc-notation" rel="help">
<link href="http://www.w3.org/TR/css3-mediaqueries/#width" rel="help">
diff --git a/tests/wpt/css-tests/css-values-3_dev/html/calc-in-media-queries-002.htm b/tests/wpt/css-tests/css-values-3_dev/html/calc-in-media-queries-002.htm
index 210f18f9ed9..50bc6cb4526 100644
--- a/tests/wpt/css-tests/css-values-3_dev/html/calc-in-media-queries-002.htm
+++ b/tests/wpt/css-tests/css-values-3_dev/html/calc-in-media-queries-002.htm
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html><head>
-
+ <meta charset="utf-8">
<title>
CSS Values and Units and Media Queries Test:
Calc function inside media queries
@@ -9,7 +9,7 @@
The calc() expression is supported in the min-width media query properly (=with range clamping).
" name="assert">
- <link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="François REMY">
+ <link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="Fran�ois REMY">
<link href="http://www.w3.org/TR/css3-values/#calc-notation" rel="help">
<link href="http://www.w3.org/TR/css3-mediaqueries/#width" rel="help">
diff --git a/tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-pct.htm b/tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-pct.htm
index ffa688992f5..ad3c478d786 100644
--- a/tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-pct.htm
+++ b/tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-pct.htm
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html><head>
-
+ <meta charset="utf-8">
<title>
CSS Values and Units Test:
Viewport units are interpolated correctly
diff --git a/tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-px.htm b/tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-px.htm
index c59a9f1a143..2ae6f7a5700 100644
--- a/tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-px.htm
+++ b/tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-px.htm
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html><head>
-
+ <meta charset="utf-8">
<title>
CSS Values and Units Test:
Viewport units are interpolated correctly
diff --git a/tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-vh.htm b/tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-vh.htm
index f1c00034826..7197b6da943 100644
--- a/tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-vh.htm
+++ b/tests/wpt/css-tests/css-values-3_dev/html/vh-interpolate-vh.htm
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html><head>
-
+ <meta charset="utf-8">
<title>
CSS Values and Units Test:
Viewport units are interpolated correctly
diff --git a/tests/wpt/css-tests/css-values-3_dev/implementation-report-TEMPLATE.data b/tests/wpt/css-tests/css-values-3_dev/implementation-report-TEMPLATE.data
index 6977f30d896..eb75838d568 100644
--- a/tests/wpt/css-tests/css-values-3_dev/implementation-report-TEMPLATE.data
+++ b/tests/wpt/css-tests/css-values-3_dev/implementation-report-TEMPLATE.data
@@ -49,10 +49,10 @@ html/calc-height-table-1.htm aaa87fc375b1f80271853d2c80fa30e6e7953c05 ?
xhtml1/calc-height-table-1.xht aaa87fc375b1f80271853d2c80fa30e6e7953c05 ?
html/calc-in-calc.htm bdf08b589fb1b18d33858b1fadbf22dbdbcd8b10 ?
xhtml1/calc-in-calc.xht bdf08b589fb1b18d33858b1fadbf22dbdbcd8b10 ?
-html/calc-in-media-queries-001.htm 76041848c2d73ff643ff2ae5b858e92ecc0661eb ?
-xhtml1/calc-in-media-queries-001.xht 76041848c2d73ff643ff2ae5b858e92ecc0661eb ?
-html/calc-in-media-queries-002.htm 4b4079fde947d7f5774601249a38067946206375 ?
-xhtml1/calc-in-media-queries-002.xht 4b4079fde947d7f5774601249a38067946206375 ?
+html/calc-in-media-queries-001.htm 4dbdaf4a19ce6c32853e5384f14bb0a9ed77360b ?
+xhtml1/calc-in-media-queries-001.xht 4dbdaf4a19ce6c32853e5384f14bb0a9ed77360b ?
+html/calc-in-media-queries-002.htm 9a9949bf31ece680a8d54659d18517483a919d2d ?
+xhtml1/calc-in-media-queries-002.xht 9a9949bf31ece680a8d54659d18517483a919d2d ?
html/calc-invalid-range-clamping.htm b27b28c5a0fe3027e23fadc94ca18e15cecc1668 ?
xhtml1/calc-invalid-range-clamping.xht b27b28c5a0fe3027e23fadc94ca18e15cecc1668 ?
html/calc-margin-block-1.htm 1d7889b64fd00e87e2b2961c5e42e6af8577ae5a ?
@@ -179,12 +179,12 @@ html/vh-em-inherit.htm bd54e3e097d1f4b5799a696bfffeebf5561c072f ?
xhtml1/vh-em-inherit.xht bd54e3e097d1f4b5799a696bfffeebf5561c072f ?
html/vh-inherit.htm e006cf0e4f727a753c115bb062ed9aa3854375b0 ?
xhtml1/vh-inherit.xht e006cf0e4f727a753c115bb062ed9aa3854375b0 ?
-html/vh-interpolate-pct.htm e263245c653c76da4ebf1afd5463deb31d27e365 ?
-xhtml1/vh-interpolate-pct.xht e263245c653c76da4ebf1afd5463deb31d27e365 ?
-html/vh-interpolate-px.htm fa83d5d77411f3c93cf7e465552f47494bfe9d7a ?
-xhtml1/vh-interpolate-px.xht fa83d5d77411f3c93cf7e465552f47494bfe9d7a ?
-html/vh-interpolate-vh.htm 0e224532385323bb9061d9b18c1def8c330ad6ae ?
-xhtml1/vh-interpolate-vh.xht 0e224532385323bb9061d9b18c1def8c330ad6ae ?
+html/vh-interpolate-pct.htm fd47cb04c7042f6379b2664b7742a5a01ea9d1a0 ?
+xhtml1/vh-interpolate-pct.xht fd47cb04c7042f6379b2664b7742a5a01ea9d1a0 ?
+html/vh-interpolate-px.htm 41a610e2dd418e47f56d88171dd0c52a57e06b5e ?
+xhtml1/vh-interpolate-px.xht 41a610e2dd418e47f56d88171dd0c52a57e06b5e ?
+html/vh-interpolate-vh.htm 42ccc23cc2f90272644bd0188261dacba081ccb2 ?
+xhtml1/vh-interpolate-vh.xht 42ccc23cc2f90272644bd0188261dacba081ccb2 ?
html/vh-support-atviewport.htm 7cc8bb8f1cde2aecece15e72882e45b67bfc4bdd ?
xhtml1/vh-support-atviewport.xht 7cc8bb8f1cde2aecece15e72882e45b67bfc4bdd ?
html/vh-support-margin.htm f951f1c99e3a6be4134265b4da05aabbd71eb103 ?
diff --git a/tests/wpt/css-tests/css-values-3_dev/index.htm b/tests/wpt/css-tests/css-values-3_dev/index.htm
index e845ed34d9e..892c87d7b6c 100644
--- a/tests/wpt/css-tests/css-values-3_dev/index.htm
+++ b/tests/wpt/css-tests/css-values-3_dev/index.htm
@@ -130,6 +130,7 @@
<li>Christian Schaefer</li>
<li>Emil A Eklund</li>
<li>Florian Rivoal</li>
+ <li>Fran&#65533;ois REMY</li>
<li>Fran&Atilde;&sect;ois REMY</li>
<li>Fran&ccedil;ois REMY</li>
<li>G&eacute;rard Talbot</li>
diff --git a/tests/wpt/css-tests/css-values-3_dev/index.xht b/tests/wpt/css-tests/css-values-3_dev/index.xht
index e410c2c4d4b..99f380412f4 100644
--- a/tests/wpt/css-tests/css-values-3_dev/index.xht
+++ b/tests/wpt/css-tests/css-values-3_dev/index.xht
@@ -130,6 +130,7 @@
<li>Christian Schaefer</li>
<li>Emil A Eklund</li>
<li>Florian Rivoal</li>
+ <li>Fran&#65533;ois REMY</li>
<li>Fran&Atilde;&sect;ois REMY</li>
<li>Fran&ccedil;ois REMY</li>
<li>G&eacute;rard Talbot</li>
diff --git a/tests/wpt/css-tests/css-values-3_dev/testinfo.data b/tests/wpt/css-tests/css-values-3_dev/testinfo.data
index 764025aa342..032e150adbf 100644
--- a/tests/wpt/css-tests/css-values-3_dev/testinfo.data
+++ b/tests/wpt/css-tests/css-values-3_dev/testinfo.data
@@ -22,8 +22,8 @@ calc-border-radius-1 reference/calc-border-radius-1-ref test for border-radius:
calc-height-block-1 reference/calc-height-block-1-ref Test for height:calc() on blocks http://www.w3.org/TR/css3-values/#calc-notation 952526a2250e62df4cd71c656df40c8e1583d802 `L. David Baron`<http://dbaron.org/>
calc-height-table-1 reference/calc-height-table-1-ref Test that height:calc() with no percentages has an effect on inner table elements http://www.w3.org/TR/css3-values/#calc-notation aaa87fc375b1f80271853d2c80fa30e6e7953c05 `L. David Baron`<http://dbaron.org/>
calc-in-calc reference/all-green Calc() inside calc() http://www.w3.org/TR/css3-values/#calc-notation bdf08b589fb1b18d33858b1fadbf22dbdbcd8b10 `Fran&Atilde;&sect;ois REMY`<mailto:fremycompany.developer@yahoo.fr> The calc() function notation is allowed inside a calc() notation.
-calc-in-media-queries-001 reference/all-green Calc function inside media queries http://www.w3.org/TR/css3-values/#calc-notation,http://www.w3.org/TR/css3-mediaqueries/#width 76041848c2d73ff643ff2ae5b858e92ecc0661eb `Fran&ccedil;ois REMY`<mailto:fremycompany.developer@yahoo.fr> The calc() expression is supported in the min-width media query.
-calc-in-media-queries-002 reference/all-green Calc function inside media queries http://www.w3.org/TR/css3-values/#calc-notation,http://www.w3.org/TR/css3-mediaqueries/#width 4b4079fde947d7f5774601249a38067946206375 `Fran&ccedil;ois REMY`<mailto:fremycompany.developer@yahoo.fr> The calc() expression is supported in the min-width media query properly (=with range clamping).
+calc-in-media-queries-001 reference/all-green Calc function inside media queries http://www.w3.org/TR/css3-values/#calc-notation,http://www.w3.org/TR/css3-mediaqueries/#width 4dbdaf4a19ce6c32853e5384f14bb0a9ed77360b `Fran&#65533;ois REMY`<mailto:fremycompany.developer@yahoo.fr> The calc() expression is supported in the min-width media query.
+calc-in-media-queries-002 reference/all-green Calc function inside media queries http://www.w3.org/TR/css3-values/#calc-notation,http://www.w3.org/TR/css3-mediaqueries/#width 9a9949bf31ece680a8d54659d18517483a919d2d `Fran&#65533;ois REMY`<mailto:fremycompany.developer@yahoo.fr> The calc() expression is supported in the min-width media query properly (=with range clamping).
calc-invalid-range-clamping reference/200-200-green Range clamping into calc() expressions http://www.w3.org/TR/css3-values/#calc-notation b27b28c5a0fe3027e23fadc94ca18e15cecc1668 `Fran&Atilde;&sect;ois REMY`<mailto:fremycompany.developer@yahoo.fr> A calc expression can evaluate to a value which is outside the validity range. If it does, this value must be clamped into the range. The declaration must not be ignored.
calc-margin-block-1 reference/calc-margin-block-1-ref Test of margin-*: calc() http://www.w3.org/TR/css3-values/#calc-notation 1d7889b64fd00e87e2b2961c5e42e6af8577ae5a `L. David Baron`<http://dbaron.org/>
calc-max-height-block-1 reference/calc-max-height-block-1-ref Test for max-height:calc() on blocks http://www.w3.org/TR/css3-values/#calc-notation f59e64c55e4610b5e23a0cf99f646f657d0ae58f `L. David Baron`<http://dbaron.org/>
@@ -87,9 +87,9 @@ vh-calc-support reference/all-green Viewport units are supported inside calc exp
vh-calc-support-pct reference/all-green Viewport units are supported inside calc expressions. http://www.w3.org/TR/css3-values/#viewport-relative-lengths,http://www.w3.org/TR/css3-values/#calc-notation 23bb4d003b19c48d16bdd04eb1da62451c0fcc3e `Fran&ccedil;ois REMY`<mailto:fremycompany.developer@yahoo.fr> Check that viewport units add correctly to percentages in calc() expressions
vh-em-inherit reference/all-green 0vh and 0vw are correctly treated as 0px http://www.w3.org/TR/css3-values/#viewport-relative-lengths bd54e3e097d1f4b5799a696bfffeebf5561c072f `Fran&Atilde;&sect;ois REMY`<mailto:fremycompany.developer@yahoo.fr> 0vh and 0vw are correctly treated as 0px
vh-inherit reference/all-green Viewport units are inherited properly http://www.w3.org/TR/css3-values/#viewport-relative-lengths e006cf0e4f727a753c115bb062ed9aa3854375b0 `Fran&Atilde;&sect;ois REMY`<mailto:fremycompany.developer@yahoo.fr> Viewport units are inherited properly
-vh-interpolate-pct reference/all-green Viewport units are interpolated correctly http://www.w3.org/TR/css3-values/#viewport-relative-lengths,http://www.w3.org/TR/css3-animations/#animations e263245c653c76da4ebf1afd5463deb31d27e365 `Fran&Atilde;&sect;ois REMY`<mailto:fremycompany.developer@yahoo.fr> The interpolated size mid-way between 0px and 200vh is 100vh (respectively for vw)
-vh-interpolate-px reference/all-green Viewport units are interpolated correctly http://www.w3.org/TR/css3-values/#viewport-relative-lengths,http://www.w3.org/TR/css3-animations/#animations fa83d5d77411f3c93cf7e465552f47494bfe9d7a `Fran&Atilde;&sect;ois REMY`<mailto:fremycompany.developer@yahoo.fr> The interpolated size mid-way between 0px and 200vh is 100vh (respectively for vw)
-vh-interpolate-vh reference/all-green Viewport units are interpolated correctly http://www.w3.org/TR/css3-values/#viewport-relative-lengths,http://www.w3.org/TR/css3-animations/#animations 0e224532385323bb9061d9b18c1def8c330ad6ae `Fran&Atilde;&sect;ois REMY`<mailto:fremycompany.developer@yahoo.fr> The interpolated size mid-way between 75vh and 125vh is 100vh (respectively for vw)
+vh-interpolate-pct reference/all-green Viewport units are interpolated correctly http://www.w3.org/TR/css3-values/#viewport-relative-lengths,http://www.w3.org/TR/css3-animations/#animations fd47cb04c7042f6379b2664b7742a5a01ea9d1a0 `Fran&ccedil;ois REMY`<mailto:fremycompany.developer@yahoo.fr> The interpolated size mid-way between 0px and 200vh is 100vh (respectively for vw)
+vh-interpolate-px reference/all-green Viewport units are interpolated correctly http://www.w3.org/TR/css3-values/#viewport-relative-lengths,http://www.w3.org/TR/css3-animations/#animations 41a610e2dd418e47f56d88171dd0c52a57e06b5e `Fran&ccedil;ois REMY`<mailto:fremycompany.developer@yahoo.fr> The interpolated size mid-way between 0px and 200vh is 100vh (respectively for vw)
+vh-interpolate-vh reference/all-green Viewport units are interpolated correctly http://www.w3.org/TR/css3-values/#viewport-relative-lengths,http://www.w3.org/TR/css3-animations/#animations 42ccc23cc2f90272644bd0188261dacba081ccb2 `Fran&ccedil;ois REMY`<mailto:fremycompany.developer@yahoo.fr> The interpolated size mid-way between 75vh and 125vh is 100vh (respectively for vw)
vh-support reference/all-green Viewports units are supported in sizing properties http://www.w3.org/TR/css3-values/#viewport-relative-lengths 13609543ab6880c4f4fa00168fe8c6d48abf0270 `Fran&Atilde;&sect;ois REMY`<mailto:fremycompany.developer@yahoo.fr> Viewports units are supported in sizing properties
vh-support-atviewport reference/all-green Viewports units are supported in @viewport rules http://www.w3.org/TR/css3-values/#viewport-relative-lengths,https://drafts.csswg.org/css-device-adapt-1/ 7cc8bb8f1cde2aecece15e72882e45b67bfc4bdd `Fran&ccedil;ois REMY`<mailto:fremycompany.developer@yahoo.fr> Viewports units are supported in @viewport rules
vh-support-margin reference/all-green Viewports units are supported in margin properties http://www.w3.org/TR/css3-values/#viewport-relative-lengths f951f1c99e3a6be4134265b4da05aabbd71eb103 `Fran&Atilde;&sect;ois REMY`<mailto:fremycompany.developer@yahoo.fr> Viewports units are supported in margin properties
diff --git a/tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-in-media-queries-001.xht b/tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-in-media-queries-001.xht
index 8fe6d4c221f..3a2f639e4f0 100644
--- a/tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-in-media-queries-001.xht
+++ b/tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-in-media-queries-001.xht
@@ -1,6 +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 Values and Units and Media Queries Test:
Calc function inside media queries
@@ -9,7 +9,7 @@
The calc() expression is supported in the min-width media query.
" name="assert" />
- <link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="François REMY" />
+ <link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="Fran�ois REMY" />
<link href="http://www.w3.org/TR/css3-values/#calc-notation" rel="help" />
<link href="http://www.w3.org/TR/css3-mediaqueries/#width" rel="help" />
diff --git a/tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-in-media-queries-002.xht b/tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-in-media-queries-002.xht
index 0e98b6b3f8d..0ea9175ec10 100644
--- a/tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-in-media-queries-002.xht
+++ b/tests/wpt/css-tests/css-values-3_dev/xhtml1/calc-in-media-queries-002.xht
@@ -1,6 +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 Values and Units and Media Queries Test:
Calc function inside media queries
@@ -9,7 +9,7 @@
The calc() expression is supported in the min-width media query properly (=with range clamping).
" name="assert" />
- <link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="François REMY" />
+ <link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="Fran�ois REMY" />
<link href="http://www.w3.org/TR/css3-values/#calc-notation" rel="help" />
<link href="http://www.w3.org/TR/css3-mediaqueries/#width" rel="help" />
diff --git a/tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-pct.xht b/tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-pct.xht
index 1e8c0b817bb..980d0d536f5 100644
--- a/tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-pct.xht
+++ b/tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-pct.xht
@@ -1,6 +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 Values and Units Test:
Viewport units are interpolated correctly
diff --git a/tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-px.xht b/tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-px.xht
index ec81223cbb4..da909744e7a 100644
--- a/tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-px.xht
+++ b/tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-px.xht
@@ -1,6 +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 Values and Units Test:
Viewport units are interpolated correctly
diff --git a/tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-vh.xht b/tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-vh.xht
index 88aefecc347..65257a7573e 100644
--- a/tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-vh.xht
+++ b/tests/wpt/css-tests/css-values-3_dev/xhtml1/vh-interpolate-vh.xht
@@ -1,6 +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 Values and Units Test:
Viewport units are interpolated correctly