diff options
Diffstat (limited to 'tests/wpt/css-tests/css-backgrounds-3_dev/html4')
371 files changed, 1773 insertions, 1758 deletions
diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-331.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-331.htm index e6914cbf078..e5d7af5296d 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-331.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-331.htm @@ -23,37 +23,37 @@ assert_equals(cs.getPropertyValue("background-image"), "none", "background initial value for background-image"); }, "background_initial_image"); - + test(function() { assert_equals(cs.getPropertyValue("background-position"), "0% 0%", "background initial value for background-position"); }, "background_initial_position"); - + test(function() { assert_equals(cs.getPropertyValue("background-size"), "auto", "background initial value for background-size"); }, "background_initial_size"); - + test(function() { assert_equals(cs.getPropertyValue("background-repeat"), "repeat", "background initial value for background-repeat"); }, "background_initial_repeat"); - + test(function() { assert_equals(cs.getPropertyValue("background-attachment"), "scroll", "background initial value for background-attachment"); }, "background_initial_attachment"); - + test(function() { assert_equals(cs.getPropertyValue("background-origin"), "padding-box", "background initial value for background-origin"); }, "background_initial_origin"); - + test(function() { assert_equals(cs.getPropertyValue("background-clip"), "border-box", "background initial value for background-clip"); }, "background_initial_clip"); - + test(function() { assert_equals(cs.getPropertyValue("background-color"), "transparent", "background initial value for background-color"); diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-332.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-332.htm index 3f3b485a573..e44eb5b0ed5 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-332.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-332.htm @@ -23,37 +23,37 @@ assert_equals(cs.getPropertyValue("background-image"), "url(support/60x60-green.png)", "background specified value for background-image"); }, "background_specified_image"); - + test(function() { assert_equals(cs.getPropertyValue("background-position"), "40% 50%", "background specified value for background-position"); }, "background_specified_position"); - + test(function() { assert_equals(cs.getPropertyValue("background-size"), "10em 10em", "background specified value for background-size"); }, "background_specified_size"); - + test(function() { assert_equals(cs.getPropertyValue("background-repeat"), "round round", "background specified value for background-repeat"); }, "background_specified_repeat"); - + test(function() { assert_equals(cs.getPropertyValue("background-attachment"), "fixed", "background specified value for background-attachment"); }, "background_specified_attachment"); - + test(function() { assert_equals(cs.getPropertyValue("background-origin"), "border-box", "background specified value for background-origin"); }, "background_specified_origin"); - + test(function() { assert_equals(cs.getPropertyValue("background-clip"), "border-box", "background specified value for background-clip"); }, "background_specified_clip"); - + test(function() { assert_equals(cs.getPropertyValue("background-color"), "gray", "background specified value for background-color"); diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-333.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-333.htm index 4563eeed4f5..066aaa42bd9 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-333.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-333.htm @@ -23,37 +23,37 @@ assert_equals(cs.getPropertyValue("background-image"), "none", "background initial value for background-image"); }, "background_specified_color_image"); - + test(function() { assert_equals(cs.getPropertyValue("background-position"), "0% 0%", "background initial value for background-position"); }, "background_specified_color_position"); - + test(function() { assert_equals(cs.getPropertyValue("background-size"), "auto", "background initial value for background-size"); }, "background_specified_color_size"); - + test(function() { assert_equals(cs.getPropertyValue("background-repeat"), "repeat", "background initial value for background-repeat"); }, "background_specified_color_repeat"); - + test(function() { assert_equals(cs.getPropertyValue("background-attachment"), "scroll", "background initial value for background-attachment"); }, "background_specified_color_attachment"); - + test(function() { assert_equals(cs.getPropertyValue("background-origin"), "padding-box", "background initial value for background-origin"); }, "background_specified_color_origin"); - + test(function() { assert_equals(cs.getPropertyValue("background-clip"), "border-box", "background initial value for background-clip"); }, "background_specified_color_clip"); - + test(function() { assert_equals(cs.getPropertyValue("background-color"), "red", "background specified value for background-color"); diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-334.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-334.htm index 4a04ec50091..a6425e3943b 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-334.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-334.htm @@ -5,8 +5,8 @@ <link href="http://www.intel.com" rel="author" title="Intel"> <link href="http://www.w3.org/TR/css3-background/#the-background" rel="help" title="3.10. Backgrounds Shorthand: the 'background' property"> <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2012-11-09 --> - <!-- - http://www.gtalbot.org/BrowserBugsSection/review/background-334-review.html + <!-- + http://www.gtalbot.org/BrowserBugsSection/review/background-334-review.html --> <link href="reference/background-334-ref.htm" rel="match"> <meta content="image" name="flags"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-335.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-335.htm index 212682529a8..6f29bfff6cd 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-335.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-335.htm @@ -18,12 +18,12 @@ <div id="test"></div> <script> var cs = getComputedStyle(document.getElementById("test"), null); - + test(function() { assert_equals(cs.getPropertyValue("background-origin"), "content-box", "background specified value for background-origin"); }, "background_specified_box_one_origin"); - + test(function() { assert_equals(cs.getPropertyValue("background-clip"), "content-box", "background specified value for background-clip"); diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-336.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-336.htm index 19caac04ba9..831f050404d 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-336.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-336.htm @@ -18,12 +18,12 @@ <div id="test"></div> <script> var cs = getComputedStyle(document.getElementById("test"), null); - + test(function() { assert_equals(cs.getPropertyValue("background-origin"), "border-box", "background specified value for background-origin"); }, "background_specified_box_two_origin"); - + test(function() { assert_equals(cs.getPropertyValue("background-clip"), "padding-box", "background specified value for background-clip"); diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-attachment-fixed.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-attachment-fixed.htm index 05d0394cd18..b631bf014c3 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-attachment-fixed.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-attachment-fixed.htm @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <title> - CSS Test: 'Background-attachment' with value 'fixed' + CSS Test: 'Background-attachment' with value 'fixed' </title> <link href="mailto:job@twobanjos.com" rel="author" title="Melanie Archer"> <link href="http://www.w3.org/TR/css3-background/#the-background-attachment" rel="help"> @@ -19,11 +19,11 @@ width: 250px; } - </style> + </style> </head> <body> <p> - Test passes if the cat image does not move when the blue-bordered containing block or the viewport is scrolled. + Test passes if the cat image does not move when the blue-bordered containing block or the viewport is scrolled. </p> <div id="test-container"> Cupcake ipsum dolor sit. Amet applicake bonbon chocolate cake ice cream. Bear claw tootsie roll cotton candy biscuit. Sweet roll chupa chups gingerbread sugar plum icing muffin biscuit. Chocolate cake wafer pastry tart macaroon danish topping ice cream. Jujubes liquorice candy canes faworki. Jujubes cake caramels faworki pie cake sweet roll. Tiramisu sesame snaps candy cheesecake brownie souffle biscuit. Danish chupa chups donut. Donut tart marshmallow biscuit lollipop chupa chups jelly beans faworki. Sugar plum wafer faworki marshmallow brownie ice cream cotton candy marshmallow marzipan. Cheesecake gummi bears cupcake sweet croissant cookie chocolate bar sweet roll. Halvah cupcake carrot cake souffle carrot cake chocolate cake pastry gummi bears muffin. Sweet roll candy gingerbread dessert tart. Pastry oat cake jelly beans. diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-attachment-local-scrolling.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-attachment-local-scrolling.htm index 2cbc469c028..c453e751c94 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-attachment-local-scrolling.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-attachment-local-scrolling.htm @@ -19,19 +19,19 @@ </head> <body> <p>Test passes if the images of all the cats scroll when the box is scrolled. (Presence of cats behind the double border is UA dependent). </p> - <div>Filler Text Filler Text - Filler Text Filler Text Filler Text - Filler Text Filler Text Filler Text - Filler Text Filler Text Filler Text - Filler Text Filler Text Filler Text - Filler Text Filler Text Filler Text - Filler Text Filler Text Filler Text - Filler Text Filler Text Filler Text - Filler Text Filler Text Filler Text - Filler Text Filler Text Filler Text - Filler Text Filler Text Filler Text - Filler Text Filler Text Filler Text - Filler Text Filler Text Filler Text + <div>Filler Text Filler Text + Filler Text Filler Text Filler Text + Filler Text Filler Text Filler Text + Filler Text Filler Text Filler Text + Filler Text Filler Text Filler Text + Filler Text Filler Text Filler Text + Filler Text Filler Text Filler Text + Filler Text Filler Text Filler Text + Filler Text Filler Text Filler Text + Filler Text Filler Text Filler Text + Filler Text Filler Text Filler Text + Filler Text Filler Text Filler Text + Filler Text Filler Text Filler Text Filler Text Filler Text </div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-attachment-local.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-attachment-local.htm index b7005d7884c..fd70209b1d9 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-attachment-local.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-attachment-local.htm @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <title> - CSS Test: 'Background-attachment' with value 'local' + CSS Test: 'Background-attachment' with value 'local' </title> <link href="mailto:job@twobanjos.com" rel="author" title="Melanie Archer"> <link href="http://www.w3.org/TR/css3-background/#the-background-attachment" rel="help"> @@ -19,11 +19,11 @@ width: 250px; } - </style> + </style> </head> <body> <p> - Test passes if the image of the cat scrolls out of view when the blue-bordered containing block is scrolled. + Test passes if the image of the cat scrolls out of view when the blue-bordered containing block is scrolled. </p> <div id="test-container"> Cupcake ipsum dolor sit. Amet applicake bonbon chocolate cake ice cream. Bear claw tootsie roll cotton candy biscuit. Sweet roll chupa chups gingerbread sugar plum icing muffin biscuit. Chocolate cake wafer pastry tart macaroon danish topping ice cream. Jujubes liquorice candy canes faworki. Jujubes cake caramels faworki pie cake sweet roll. Tiramisu sesame snaps candy cheesecake brownie souffle biscuit. Danish chupa chups donut. Donut tart marshmallow biscuit lollipop chupa chups jelly beans faworki. Sugar plum wafer faworki marshmallow brownie ice cream cotton candy marshmallow marzipan. Cheesecake gummi bears cupcake sweet croissant cookie chocolate bar sweet roll. Halvah cupcake carrot cake souffle carrot cake chocolate cake pastry gummi bears muffin. Sweet roll candy gingerbread dessert tart. Pastry oat cake jelly beans. diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-001.htm index 65748f05917..bdad95ea40d 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-001.htm @@ -16,19 +16,19 @@ assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-clip"), "border-box", "background-clip initial value"); }, "background-clip_initial"); - + document.getElementById("test").style.backgroundClip = "border-box"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-clip"), "border-box", "background-clip supporting value"); }, "background-clip_border-box"); - + document.getElementById("test").style.backgroundClip = "padding-box"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-clip"), "padding-box", "background-clip supporting value"); }, "background-clip_padding-box"); - + document.getElementById("test").style.backgroundClip = "content-box"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-clip"), diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-006.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-006.htm index ac1f15da3f2..e414b9c7d7e 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-006.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-006.htm @@ -9,7 +9,7 @@ <link href="http://www.w3.org/TR/css3-background/#value-types" rel="help" title="2.2. Value Types"> <!-- " - all properties defined in this specification also accept + all properties defined in this specification also accept the inherit keyword as their property value " CSS Backgrounds and Borders Module Level 3 diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-010.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-010.htm index 41ae16cda3d..a4aa97b9e7f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-010.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-010.htm @@ -2,7 +2,7 @@ <html><head> <meta charset="UTF-8"> - + <title>CSS Background and Borders Test: background-clip - content-box with background-color</title> <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="author" title="Gérard Talbot"> @@ -33,4 +33,5 @@ <div></div> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-content-box.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-content-box.htm index c67e3cd0607..4296bfb3a46 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-content-box.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip-content-box.htm @@ -11,7 +11,7 @@ div{ position:absolute; } - + #test{ background-clip: content-box; border: 5px dotted blue; @@ -32,6 +32,6 @@ <div id="test"></div> </div> - + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip_padding-box.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip_padding-box.htm index d871c0f548b..94b69998672 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip_padding-box.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-clip_padding-box.htm @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html><head> +<html><head> <title>CSS Backgrounds and Borders Test: background-clip_border-box</title> <link href="dajiangxiaoyan@126.com" rel="author" title="Xiaoyan Jiang"> <link href="jinlongz@oupeng.com" rel="reviewer" title="Jinlong Zhang"> @@ -7,7 +7,7 @@ <link href="reference/background_clip_padding-box.htm" rel="match"> <meta content="Test passes if border is blue and dotted without red background" name="assert"> <style type="text/css"> - /* Positioned container allows for the self-describing statement to still + /* Positioned container allows for the self-describing statement to still be visible in the case of failure */ .container { position: absolute; @@ -22,7 +22,7 @@ position: absolute; background-clip: padding-box; } - + </style> </head> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-color-border-box.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-color-border-box.htm index 1f7fb5a0504..4bea1b8ba4f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-color-border-box.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-color-border-box.htm @@ -18,7 +18,7 @@ background-position: 30px 30px, 60px 60px, 90px 90px; background-color: black; } - #parent + #parent { width: 290px; background: red; diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-image-first-letter.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-image-first-letter.htm index 5364b52a135..2dbc4a6318d 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-image-first-letter.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-image-first-letter.htm @@ -13,7 +13,7 @@ <style type="text/css"> #content { color: transparent; - font: 100px Ahem; + font: 100px Ahem; } #content::first-letter { background-image: url("support/cat.png"); /* 98 w. by 99px h. */ diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-origin-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-origin-001.htm index 27fc8bca36b..e92896cff79 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-origin-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-origin-001.htm @@ -16,19 +16,19 @@ assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-origin"), "padding-box", "background-origin initial value"); }, "background-origin_initial"); - + document.getElementById("test").style.backgroundOrigin = "border-box"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-origin"), "border-box", "background-origin supporting value"); }, "background-origin_border-box"); - + document.getElementById("test").style.backgroundOrigin = "padding-box"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-origin"), "padding-box", "background-origin supporting value"); }, "background-origin_padding-box"); - + document.getElementById("test").style.backgroundOrigin = "content-box"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-origin"), diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-origin-006.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-origin-006.htm index a89d63bf4d8..96ec341b010 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-origin-006.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-origin-006.htm @@ -30,7 +30,7 @@ border: transparent dotted 5px; height: 100px; padding: 25px; - width: 100px; + width: 100px; } </style> </head> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-origin-008.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-origin-008.htm index 8e7f6b2d45a..269c31f911c 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-origin-008.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-origin-008.htm @@ -9,7 +9,7 @@ <link href="http://www.w3.org/TR/css3-background/#value-types" rel="help" title="2.2. Value Types"> <!-- " - all properties defined in this specification also accept + all properties defined in this specification also accept the inherit keyword as their property value " CSS Backgrounds and Borders Module Level 3 diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-repeat-round-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-repeat-round-001.htm index 1555afec9a6..ad28cf923b8 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-repeat-round-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-repeat-round-001.htm @@ -14,8 +14,8 @@ background-repeat: round; /* round round */ height: 220px; width: 220px; - - /* + + /* Background positioning area is 220px wide by 220px tall. So, the height of the image is rounded to 110px, [220px / rounded (220px / 99px)] and the width of the image is rounded to 110px, [220px / rounded (220px / 98px)]. diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-repeat-space-padding-box.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-repeat-space-padding-box.htm index b721c7ff920..80617f391ee 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-repeat-space-padding-box.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-repeat-space-padding-box.htm @@ -15,7 +15,7 @@ background-clip: padding-box; background-image: url("../support/red_space_pb.png"); } - #test + #test { margin-top: -378px; width: 2.9in; diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-001.htm index 981379e9f4d..d70e96fc723 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-001.htm @@ -16,115 +16,115 @@ assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "auto", "background-size initial value"); }, "background-size_initial"); - + document.getElementById("test").style.backgroundSize = "auto"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "auto", "background-size supporting value"); }, "background-size_auto"); - + document.getElementById("test").style.backgroundSize = "cover"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "cover", "background-size supporting value"); }, "background-size_cover"); - + document.getElementById("test").style.backgroundSize = "contain"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "contain", "background-size supporting value"); }, "background-size_contain"); - + document.getElementById("test").style.backgroundSize = "0px"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "0px", "background-size supporting value"); }, "background-size_length_zero"); - + document.getElementById("test").style.backgroundSize = "-0px"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "0px", "background-size supporting value"); }, "background-size_length_negative_zero"); - + document.getElementById("test").style.backgroundSize = "+0px"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "0px", "background-size supporting value"); }, "background-size_length_positive_zero"); - + document.getElementById("test").style.backgroundSize = "15px"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "15px", "background-size supporting value"); }, "background-size_length_normal"); - + document.getElementById("test").style.backgroundSize = "0%"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "0%", "background-size supporting value"); }, "background-size_percentage_min"); - + document.getElementById("test").style.backgroundSize = "50%"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "50%", "background-size supporting value"); }, "background-size_percentage_normal"); - + document.getElementById("test").style.backgroundSize = "100%"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "100%", "background-size supporting value"); }, "background-size_percentage_max"); - + document.getElementById("test").style.backgroundSize = "auto auto"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "auto auto", "background-size supporting value"); }, "background-size_auto_auto"); - + document.getElementById("test").style.backgroundSize = "auto 15px"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "auto 15px", "background-size supporting value"); }, "background-size_auto_length"); - + document.getElementById("test").style.backgroundSize = "auto 50%"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "auto 50%", "background-size supporting value"); }, "background-size_auto_percentage"); - + document.getElementById("test").style.backgroundSize = "15px auto"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "15px auto", "background-size supporting value"); }, "background-size_length_auto"); - + document.getElementById("test").style.backgroundSize = "15px 15px"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "15px 15px", "background-size supporting value"); }, "background-size_length_length"); - + document.getElementById("test").style.backgroundSize = "15px 50%"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "15px 50%", "background-size supporting value"); }, "background-size_length_percentage"); - + document.getElementById("test").style.backgroundSize = "50% auto"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "50% auto", "background-size supporting value"); }, "background-size_percentage_auto"); - + document.getElementById("test").style.backgroundSize = "50% 15px"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), "50% 15px", "background-size supporting value"); }, "background-size_percentage_length"); - + document.getElementById("test").style.backgroundSize = "50% 50%"; test(function() { assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"), diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-003.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-003.htm index 539913f5422..0045cd2b253 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-003.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-003.htm @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Test: Value of 'auto' is used for y dimension in 'background-size'</title> + <title>CSS Test: Value of 'auto' is used for y dimension in 'background-size'</title> <link href="http://www.microsoft.com/" rel="author" title="Microsoft"> <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <meta content="" name="flags"> @@ -24,9 +24,9 @@ </style> </head> <body> - <p>Test passes if there is no red visible on the page.</p> + <p>Test passes if there is no red visible on the page.</p> <div class="test"></div> <div class="reference"></div> - + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-008.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-008.htm index c9c40171b77..041823a08af 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-008.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-008.htm @@ -5,8 +5,8 @@ <link href="http://www.intel.com" rel="author" title="Intel"> <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help" title="3.9. Sizing Images: the 'background-size' property"> <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2012-11-09 --> - <!-- - http://www.gtalbot.org/BrowserBugsSection/review/background-size-008-review.html + <!-- + http://www.gtalbot.org/BrowserBugsSection/review/background-size-008-review.html --> <link href="reference/ref-filled-green-100px-square.htm" rel="match"> <meta content="image" name="flags"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-009.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-009.htm index b0fe2e2b163..03d74e26401 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-009.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-009.htm @@ -23,10 +23,10 @@ position: relative; width: 100px; } - + /* background-size: 45% is relative to the background positioning area - which is 100px by 100px in this test. + which is 100px by 100px in this test. */ </style> </head> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-021.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-021.htm index 976b095cb4c..8048295e089 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-021.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-021.htm @@ -4,7 +4,7 @@ <title>CSS Backgrounds and Borders Test: background-size '100% 100%' with background-origin 'content-box'</title> <link href="http://www.intel.com" rel="author" title="Intel"> <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2012-11-09 --> - <!-- + <!-- http://www.gtalbot.org/BrowserBugsSection/review/background-size-021-review.html --> <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help" title="3.9. Sizing Images: the 'background-size' property"> @@ -33,8 +33,8 @@ padding: 25px; position: relative; width: 100px; - - /* + + /* Background positioning area is 100px wide by 100px tall. So, the image should be scaled to 100px by 100px. */ diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-022.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-022.htm index 762070fe42e..4cc8a1b3cc9 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-022.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-022.htm @@ -22,8 +22,8 @@ padding: 25px; position: relative; width: 100px; - - /* + + /* Background positioning area is 160px wide by 160px tall. So, the image should be scaled to 80px by 80px (near), and repeated once in both horizontally and vertically. diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-023.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-023.htm index f03577a8ccc..bdfc9e585ea 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-023.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-023.htm @@ -25,8 +25,8 @@ padding: 25px; position: relative; width: 100px; - - /* + + /* Background painting area is 150px wide by 150px tall. So, the image should be scaled to 75px by 75px (near), and repeated once in both horizontally and vertically. diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-024.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-024.htm index 87631a14464..6fc2dfb56c2 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-024.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-024.htm @@ -28,8 +28,8 @@ padding: 25px; position: relative; width: 100px; - - /* + + /* Background positioning area is 150px wide by 150px tall, and background painting area is 100px wide by 100px tall. So, the image should be scaled to 150px by 150px, diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-025.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-025.htm index cdaeaa75fcf..2916835fed5 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-025.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-025.htm @@ -13,20 +13,20 @@ <style> div { background-color: red; - background-image: url("support/100x100-blue-and-orange.png"); + background-image: url("support/100x100-blue-and-orange.png"); background-repeat: round; /* round round */ background-size: auto 61px; height: 210px; width: 210px; - - /* + + /* Background positioning area is 210px wide by 210px tall. The set background size height is 61px. But because background repeat is round, then the background image is rescaled as follows: Newest height = 210px / (round [210px / 61px]); Newest height = 210px / (round [3.44]); - Newest height = 210px / (3); + Newest height = 210px / (3); Newest height = 70px; The width is rescaled to 70px to keep the original aspect ratio. diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-026.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-026.htm index ad929ecd225..d1c7f5d8977 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-026.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-026.htm @@ -16,8 +16,8 @@ background-size: auto; /* default */ height: 198px; width: 196px; - - /* + + /* Background positioning area is 196px wide by 198px tall. So, the image should be repeated twice in horizontal and vertical. */ diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-027.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-027.htm index b8fed2b5fbd..e63fb31aaf6 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-027.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-027.htm @@ -18,8 +18,8 @@ background-size: 52px auto; height: 180px; width: 156px; - - /* + + /* Background positioning area is 156px wide by 180px tall. The width of the background image is 52px. So, the height is rescaled to 52px to keep the original aspect ratio. @@ -27,7 +27,7 @@ height is rescaled as following: Newest height = 180px / (round [180px / 52px]); Newest height = 180px / (round [3.46]); - Newest height = 180px / (3); + Newest height = 180px / (3); Newest height = 60px; */ } diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-028.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-028.htm index efd83184eb5..298ad4fec94 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-028.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-028.htm @@ -6,7 +6,7 @@ <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2012-11-15 --> <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help" title="3.9. Sizing Images: the 'background-size' property"> <link href="reference/background-size-028-ref.htm" rel="match"> - + <meta content="image" name="flags"> <meta content="Check if 'background-size' is '50px' and 'background-repeat' is 'repeat', then the background image is shown with a width of 50px and its height is resolved by using the image's intrinsic ratio (in this test, the image's intrinsic ratio is 1:1) and (multiplied by) the size of the other dimension, and then it is repeated in both directions." name="assert"> <style> @@ -17,10 +17,10 @@ background-size: 50px; /* 50px auto */ height: 200px; width: 200px; - - /* + + /* Background positioning area is 200px wide by 200px tall. - So, the image should be rescaled to 50px by 50px and + So, the image should be rescaled to 50px by 50px and then be repeated four times in horizontal and vertical directions. */ } diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-029.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-029.htm index e2abbd980de..3f13fb1fbdd 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-029.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-029.htm @@ -18,18 +18,18 @@ background-size: 52px auto; height: 180px; width: 180px; - - /* + + /* Background positioning area is 180px wide by 180px tall. The width of the background image is 52px. But, because background-repeat is set to round repeat, the width is rescaled as following: Newest width = 180px / (round [180px / 52px]); Newest width = 180px / (round [3.46]); - Newest width = 180px / (3); - Newest width = 60px; + Newest width = 180px / (3); + Newest width = 60px; - Then the height is rescaled to from 100px to 60px to keep + Then the height is rescaled to from 100px to 60px to keep the original aspect ratio. */ } diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-030.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-030.htm index 9d27e1bc9c0..43089de3a6d 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-030.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-030.htm @@ -17,8 +17,8 @@ background-size: 25% 25%; height: 200px; width: 200px; - - /* + + /* Background positioning area is 200px wide by 200px tall. So, the image should be rescaled to 50px by 50px and be repeated four times in horizontal and vertical. diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-031.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-031.htm index 66edeb4a0f3..94e7c441a31 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-031.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-031.htm @@ -14,7 +14,7 @@ #ref-overlapped-red { background-color: red; height: 150px; - width: 50px; + width: 50px; } #test-overlapping-square { background-image: url(support/100x100-blue-and-orange.png); @@ -23,9 +23,9 @@ bottom: 150px; height: 150px; position: relative; - width: 250px; + width: 250px; } - /* + /* Background positioning area is 250px wide by 150px tall. The width of the background image is 20% of 250px == 50px. The height is rescaled to 30% of 150px == 45px. @@ -33,7 +33,7 @@ height is rescaled as following: Newest height = 150px / (round [150px / 45px]); Newest height = 150px / (round [3.33]); - Newest height = 150px / (3); + Newest height = 150px / (3); Newest height = 50px; */ </style> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-032.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-032.htm index 2159aae6a7f..f9c92353a73 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-032.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-032.htm @@ -9,8 +9,8 @@ <meta content="image" name="flags"> <meta content="Check if background-size is able to apply to the ::first-letter pseudo-element." name="assert"> <style> - div {color: white;} - + div {color: white;} + div::first-letter { background-image: url(support/blue96x96.png); background-repeat: repeat no-repeat; diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-033.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-033.htm index 91b1522145a..747fea78ce2 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-033.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-033.htm @@ -9,8 +9,8 @@ <meta content="image" name="flags"> <meta content="Check if background-size is able to apply to the ::first-line pseudo-element." name="assert"> <style> - div {color: white;} - + div {color: white;} + div::first-line { background-image: url(support/blue96x96.png); background-repeat: repeat no-repeat; diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-034.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-034.htm index 65a9b1fc3b5..0e0f4424d3f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-034.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-034.htm @@ -16,7 +16,7 @@ #ref-overlapped-red { background-color: red; height: 100px; - width: 100px; + width: 100px; } #test-overlapping-green { background-image: url(support/50x50-green.png); @@ -25,7 +25,7 @@ bottom: 100px; height: 200px; position: relative; - width: 400px; + width: 400px; } </style> </head> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-aspect-ratio.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-aspect-ratio.htm index b8f7c39d7c8..5c869334df2 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-aspect-ratio.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-aspect-ratio.htm @@ -6,7 +6,7 @@ <meta content="" name="flags"> <meta content="If 'background-repeat' is 'round' for one dimension only and if 'background-size' is 'auto' in the other dimension, then the other dimension is sclaed so that the original aspect ratio is restored." name="assert"> <style type="text/css"> - .reference + .reference { width: 1in; height: 1in; @@ -40,4 +40,5 @@ <div class="test1"></div> <div class="test2"></div> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-contain-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-contain-001.htm index c175127319a..98021ae3ed9 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-contain-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-contain-001.htm @@ -5,9 +5,9 @@ <title>CSS Backgrounds and Borders Test: background-size - contain keyword value</title> <link href="http://www.intel.com" rel="author" title="Intel"> - <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2012-11-08 --> - <!-- - http://www.gtalbot.org/BrowserBugsSection/review/background-size-contain-001-review.html + <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2012-11-08 --> + <!-- + http://www.gtalbot.org/BrowserBugsSection/review/background-size-contain-001-review.html --> <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help" title="3.9. Sizing Images: the 'background-size' property"> <link href="reference/ref-filled-green-100px-square.htm" rel="match"> @@ -19,7 +19,7 @@ { background-color: red; height: 100px; - width: 100px; + width: 100px; } div#test-overlapping-green @@ -32,8 +32,8 @@ padding: 25px; position: relative; width: 150px; - - /* + + /* Background positioning area is 200px wide by 100px tall. So, the image should be scaled to 100px by 100px. */ @@ -45,4 +45,5 @@ <div id="ref-overlapped-red"></div> <div id="test-overlapping-green"></div> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-contain-002.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-contain-002.htm index 197e350962e..21075871ffe 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-contain-002.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-contain-002.htm @@ -5,7 +5,7 @@ <title>CSS Backgrounds and Borders Test: background-size - contain keyword value</title> <link href="http://www.intel.com" rel="author" title="Intel"> - <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2012-11-08 --> + <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2012-11-08 --> <!-- http://www.gtalbot.org/BrowserBugsSection/review/background-size-contain-002-review.html --> @@ -19,7 +19,7 @@ { background-color: red; height: 100px; - width: 100px; + width: 100px; } div#test-overlapping-green @@ -32,8 +32,8 @@ padding: 25px; position: relative; width: 50px; - - /* + + /* Background positioning area is 100px wide by 200px tall. So, the image should be scaled to 100px by 100px. */ @@ -45,4 +45,5 @@ <div id="ref-overlapped-red"></div> <div id="test-overlapping-green"></div> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-cover-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-cover-001.htm index e07b0eca189..9433c8a3270 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-cover-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-cover-001.htm @@ -5,7 +5,7 @@ <title>CSS Backgrounds and Borders Test: background-size - cover keyword value</title> <link href="http://www.intel.com" rel="author" title="Intel"> - <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2012-11-08 --> + <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2012-11-08 --> <!-- http://www.gtalbot.org/BrowserBugsSection/review/background-size-cover-001-review.html --> @@ -33,9 +33,9 @@ padding: 25px; position: relative; width: 50px; - - /* - Background positioning area to cover in this + + /* + Background positioning area to cover in this test is 100px wide by 50px tall. So, the image should be scaled to 100px by 100px. */ @@ -47,4 +47,5 @@ <div id="ref-overlapped-red"></div> <div id="test-overlapping-green"></div> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-cover-002.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-cover-002.htm index 3ee0b54a99e..491c19aeead 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-cover-002.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-cover-002.htm @@ -33,9 +33,9 @@ padding: 25px; position: relative; width: 0px; - - /* - Background positioning area to cover in this + + /* + Background positioning area to cover in this test is 50px wide by 100px tall. So, the image should be scaled to 100px by 100px. */ @@ -47,4 +47,5 @@ <div id="ref-overlapped-red"></div> <div id="test-overlapping-green"></div> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-010.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-010.htm index a4e76842e61..cd9540df68b 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-010.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-010.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="reference/ref-t-lime16x192-aqua16x192.htm" rel="match"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-021.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-021.htm index a279db79a37..3b459441b94 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-021.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-021.htm @@ -10,16 +10,16 @@ --> <title>CSS Backgrounds and Borders Test: background-size: auto; for nonpercent-width-omitted-height-viewbox.svg</title> - + <link href="http://whereswalden.com/" rel="author" title="Jeff Walden"> <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> <link href="reference/background-size-vector-021-ref.htm" rel="match"> - + <meta content="svg" name="flags"> - + <style type="text/css"> div { diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-022.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-022.htm index e7310cd9b8c..a79add3964e 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-022.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-022.htm @@ -10,15 +10,15 @@ --> <title>CSS Backgrounds and Borders Test: background-size: auto; for nonpercent-width-omitted-height.svg</title> - + <link href="http://whereswalden.com/" rel="author" title="Jeff Walden"> <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="reference/background-size-vector-022-ref.htm" rel="match"> - + <meta content="svg" name="flags"> - + <style type="text/css"> div { diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-023.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-023.htm index 2ca5d7f5e7f..af883789a52 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-023.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-023.htm @@ -17,7 +17,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> <link href="reference/background-size-vector-021-ref.htm" rel="match"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-024.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-024.htm index 88f9aa29418..2aa70420d90 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-024.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-024.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="reference/background-size-vector-022-ref.htm" rel="match"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-027.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-027.htm index 0f3238fd31d..b40690d74bd 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-027.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/background-size-vector-027.htm @@ -16,8 +16,8 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - <link href="reference/ref-t-lime24x192-aqua24x192.htm" rel="match"> - + <link href="reference/ref-t-lime24x192-aqua24x192.htm" rel="match"> + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-001.htm index cecb3d433cd..ffd82674972 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-001.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-left-radius using 0 value</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,24 +10,24 @@ <link rel="match" href="reference/border-radius-001-ref.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify the border-bottom-left-radius property, when set with 0, works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,29 +38,29 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> -<!-- - <script type="text/javascript"> - /* <![CDATA[ */ +<!-- + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-bottom-left-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-002.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-002.htm index 6133b5c2cce..a2496054986 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-002.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-002.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-left-radius using one length value: 25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -9,21 +9,21 @@ <link rel="help" href="http://www.w3.org/TR/css3-background/#the-border-radius"> <meta name="flags" content=""> <meta name="assert" content="To verify if border-bottom-left-radius property set to one length value, works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-left-radius: 25px; + border-bottom-left-radius: 25px; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -34,29 +34,29 @@ <li>PASS if only bottom left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - - <!-- PLACE TEST CONTENT FROM HERE --> - + + <!-- PLACE TEST CONTENT FROM HERE --> + <div id="test"></div> - <p><br></p> + <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "25px"; - + var testResult = check_CSS_property("border-bottom-left-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-003.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-003.htm index 8938da64d6c..db4f52580f3 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-003.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-003.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-left-radius using two length values: 40px 20px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,21 +10,21 @@ <link rel="match" href="border-bottom-left-radius-004.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-left-radius property set to two length values, works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-left-radius: 40px 20px; + border-bottom-left-radius: 40px 20px; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,29 +35,29 @@ <li>PASS if only bottom left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "40px 20px"; - + var testResult = check_CSS_property("border-bottom-left-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-004.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-004.htm index b74d86a229f..5a2c2c515cc 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-004.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-004.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-left-radius using one percentage value: 20%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,21 +10,21 @@ <link rel="match" href="border-bottom-left-radius-003.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-left-radius property set to percentage value, works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-left-radius: 20%; + border-bottom-left-radius: 20%; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,29 +35,29 @@ <li>PASS if only bottom left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20%"; - + var testResult = check_CSS_property("border-bottom-left-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-005.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-005.htm index c56a3c82e8b..860bbbdca80 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-005.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-005.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-left-radius using two percentage values: 20% 30%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,21 +10,21 @@ <link rel="match" href="border-bottom-left-radius-006.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-left-radius property set to two precentage value, works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-left-radius: 20% 30%; + border-bottom-left-radius: 20% 30%; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,28 +35,28 @@ <li>PASS if only bottom left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20% 30%"; - + var testResult = check_CSS_property("border-bottom-left-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-006.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-006.htm index dd95e334c83..f4d4767879f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-006.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-006.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-left-radius using two values: 40px 30%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,21 +10,21 @@ <link rel="match" href="border-bottom-left-radius-005.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-left-radius property set to two values in different unit, works fine"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-left-radius: 40px 30%; + border-bottom-left-radius: 40px 30%; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,28 +35,28 @@ <li>PASS if only bottom left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "40px 30%"; - + var testResult = check_CSS_property("border-bottom-left-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-007.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-007.htm index a91e65c4809..160a2a3230a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-007.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-007.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-left-radius using two values: 20% 25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,21 +10,21 @@ <link rel="match" href="border-bottom-left-radius-009.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-left-radius property set to two values in different unit, works fine"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-left-radius: 20% 25px; + border-bottom-left-radius: 20% 25px; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,28 +35,28 @@ <li>PASS if only bottom left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20% 25px"; - + var testResult = check_CSS_property("border-bottom-left-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-008.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-008.htm index 08d89e58e38..418cdb54d6a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-008.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-008.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-left-radius using two values: 4em 30%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -9,21 +9,21 @@ <link rel="help" href="http://www.w3.org/TR/css3-background/#the-border-radius"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-left-radius property set to two values in different units, works fine"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-left-radius: 4em 30%; + border-bottom-left-radius: 4em 30%; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -34,28 +34,28 @@ <li>PASS if only bottom left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "64px 30%"; - + var testResult = check_CSS_property("border-bottom-left-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-009.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-009.htm index 36166c4bdb0..ac8f948fa46 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-009.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-009.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-left-radius using "inherit"</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,25 +10,25 @@ <link rel="match" href="border-bottom-left-radius-007.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify if inherit feature works, when assigned to border-bottom-left-radius"> - <style type="text/css"> + <style type="text/css"> /* */ body { - border-bottom-left-radius: 20% 25px; + border-bottom-left-radius: 20% 25px; } - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-left-radius: inherit; + border-bottom-left-radius: inherit; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -39,28 +39,28 @@ <li>PASS if only bottom left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20% 25px"; - + var testResult = check_CSS_property("border-bottom-left-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-010.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-010.htm index 539603ac240..5bc2ad45970 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-010.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-010.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-left-radius using one length value: 25px 0</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,24 +10,24 @@ <link rel="match" href="reference/border-radius-001-ref.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-left-radius property set to one length value, works fine"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-bottom-left-radius: 25px 0; + border-bottom-left-radius: 25px 0; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,29 +38,29 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> - <p><br></p> + <p><br></p> <div id="reference"></div> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-bottom-left-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-011.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-011.htm index e19f96544c9..dcd376a1fe3 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-011.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-011.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-left-radius using one length value: 0 3em</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,24 +10,24 @@ <link rel="match" href="reference/border-radius-001-ref.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-left-radius property set to one length value, works fine"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-bottom-left-radius: 0 3em; + border-bottom-left-radius: 0 3em; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,29 +38,29 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> - <p><br></p> + <p><br></p> <div id="reference"></div> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-bottom-left-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-012.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-012.htm index 1edb6148bfb..671b8326ac3 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-012.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-012.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-left-radius using two length values: 0.5in 10mm</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -9,21 +9,21 @@ <link rel="help" href="http://www.w3.org/TR/css3-background/#the-border-radius"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-left-radius property set to two length values (with diferent units), works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-left-radius: 0.5in 10mm; + border-bottom-left-radius: 0.5in 10mm; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -34,28 +34,28 @@ <li>PASS if only bottom left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "48px 37px"; - + var testResult = check_CSS_property("border-bottom-left-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-013.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-013.htm index 67c61cb1f6e..63b24ffe7b1 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-013.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-013.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-left-radius using two length values: 40pt 2pc</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -9,21 +9,21 @@ <link rel="help" href="http://www.w3.org/TR/css3-background/#the-border-radius"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-left-radius property set to two length values (with different units), works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-left-radius: 40pt 2pc; + border-bottom-left-radius: 40pt 2pc; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -34,28 +34,28 @@ <li>PASS if only bottom left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - <div id="test"></div> + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "53px 32px"; - + var testResult = check_CSS_property("border-bottom-left-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-014.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-014.htm index 728dae92976..e8a2ca408ff 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-014.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-left-radius-014.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-left-radius using two length values: 50px -25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,24 +10,24 @@ <link rel="match" href="reference/border-radius-001-ref.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify if one length value is negative in border-bottom-left-radius, then the corner is not rounded."> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-bottom-left-radius: 50px -25px; + border-bottom-left-radius: 50px -25px; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,29 +38,29 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> - <p><br></p> + <p><br></p> <div id="reference"></div> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-bottom-left-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ + + /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-001.htm index 6f2386cf07f..c219ff1060a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-001.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-right-radius using 0 value</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,24 +10,24 @@ <link rel="match" href="reference/border-radius-001-ref.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-right-radius property, when set with 0, works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,29 +38,29 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> -<!-- - <script type="text/javascript"> - /* <![CDATA[ */ +<!-- + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-bottom-right-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-002.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-002.htm index 84979d18188..1dcaa6c251e 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-002.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-002.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-right-radius using one length value: 25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -9,21 +9,21 @@ <link rel="help" href="http://www.w3.org/TR/css3-background/#the-border-radius"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-right-radius property set with one length value, works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-right-radius: 25px; + border-bottom-right-radius: 25px; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -34,28 +34,28 @@ <li>PASS if only bottom right corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "25px"; - + var testResult = check_CSS_property("border-bottom-right-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-003.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-003.htm index 6961b74e9d1..e688d59457b 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-003.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-003.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-right-radius using two length values: 40px 20px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,21 +10,21 @@ <link rel="match" href="border-bottom-right-radius-004.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-right-radius property set with two length values, works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-right-radius: 40px 20px; + border-bottom-right-radius: 40px 20px; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,28 +35,28 @@ <li>PASS if only bottom right corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "40px 20px"; - + var testResult = check_CSS_property("border-bottom-right-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-004.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-004.htm index 49090986f0a..5e5429ae2fb 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-004.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-004.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-right-radius using one percentage value: 20%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,21 +10,21 @@ <link rel="match" href="border-bottom-right-radius-003.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-right-radius property set with one percentage value, works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-right-radius: 20%; + border-bottom-right-radius: 20%; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,28 +35,28 @@ <li>PASS if only bottom right corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20%"; - + var testResult = check_CSS_property("border-bottom-right-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-005.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-005.htm index 3355243ae9f..6e26172f96c 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-005.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-005.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-right-radius using two percentage value: 20% 30%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,21 +10,21 @@ <link rel="match" href="border-bottom-right-radius-006.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-right-radius property set with two percentage value works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-right-radius: 20% 30%; + border-bottom-right-radius: 20% 30%; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,28 +35,28 @@ <li>PASS if only bottom right corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20% 30%"; - + var testResult = check_CSS_property("border-bottom-right-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-006.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-006.htm index 5da13384cfd..642c5bc5c5b 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-006.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-006.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-right-radius using two value: 40px 30%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,21 +10,21 @@ <link rel="match" href="border-bottom-right-radius-005.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-right-radius property set to two value with different unit, works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-right-radius: 40px 30%; + border-bottom-right-radius: 40px 30%; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,28 +35,28 @@ <li>PASS if only bottom right corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "40px 30%"; - + var testResult = check_CSS_property("border-bottom-right-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-007.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-007.htm index 7d8d38fd55b..aaa18074e8b 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-007.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-007.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-right-radius using two value: 20% 25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,21 +10,21 @@ <link rel="match" href="border-bottom-right-radius-009.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-right-radius property set to two value with different unit, works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-right-radius: 20% 25px; + border-bottom-right-radius: 20% 25px; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,28 +35,28 @@ <li>PASS if only bottom right corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20% 25px"; - + var testResult = check_CSS_property("border-bottom-right-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-008.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-008.htm index 0a30d4df9d0..06c052abdd4 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-008.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-008.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-right-radius using two values: 4em 30%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -9,21 +9,21 @@ <link rel="help" href="http://www.w3.org/TR/css3-background/#the-border-radius"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-right-radius property set to two values with different units, works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-right-radius: 4em 30%; + border-bottom-right-radius: 4em 30%; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -34,28 +34,28 @@ <li>PASS if only bottom right corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "64px 30%"; - + var testResult = check_CSS_property("border-bottom-right-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-009.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-009.htm index 5bbaf70f1ae..e6118c63af2 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-009.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-009.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-right-radius using "inherit"</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,25 +10,25 @@ <link rel="match" href="border-bottom-right-radius-007.htm"> <meta name="flags" content=""> –––<meta name="assert" content='To verify if inherit feature works, when assigned to "borderbottomrightradius" property'> - <style type="text/css"> + <style type="text/css"> /* */ body { - border-bottom-right-radius: 20% 25px; + border-bottom-right-radius: 20% 25px; } - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-right-radius: inherit; + border-bottom-right-radius: inherit; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -39,28 +39,28 @@ <li>PASS if only bottom right corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20% 25px"; - + var testResult = check_CSS_property("border-bottom-right-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-010.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-010.htm index a1b625c1425..60aa6d568fe 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-010.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-010.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-right-radius using one length value: 25px 0</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,24 +10,24 @@ <link rel="match" href="reference/border-radius-001-ref.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-right-radius property set with one length value, works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-bottom-right-radius: 25px 0; + border-bottom-right-radius: 25px 0; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,29 +38,29 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-bottom-right-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-011.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-011.htm index 423fc0e1d61..b31d4d62c01 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-011.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-011.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-right-radius using one length value: 0 3em</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,24 +10,24 @@ <link rel="match" href="reference/border-radius-001-ref.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-right-radius property set with one length value, works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-bottom-right-radius: 0 3em; + border-bottom-right-radius: 0 3em; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,28 +38,28 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-bottom-right-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ + + /* ]]> */ </script> --> </body> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-012.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-012.htm index 9e6e6f04444..d08f14650ba 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-012.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-012.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-right-radius using two length values: 0.5in 10mm</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -9,21 +9,21 @@ <link rel="help" href="http://www.w3.org/TR/css3-background/#the-border-radius"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-right-radius property set with two values (with different units), works as expected"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-right-radius: 0.5in 10mm; + border-bottom-right-radius: 0.5in 10mm; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -34,28 +34,28 @@ <li>PASS if only bottom right corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - <div id="test"></div> + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "48px 37px"; - + var testResult = check_CSS_property("border-bottom-right-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-013.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-013.htm index 05b5c70f01a..8d01a3b0abb 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-013.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-013.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-right-radius using two length values: 40pt 2pc</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -9,21 +9,21 @@ <link rel="help" href="http://www.w3.org/TR/css3-background/#the-border-radius"> <meta name="flags" content=""> <meta name="assert" content="To verify border-bottom-right-radius property set with two values (with different units), works fine"> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-bottom-right-radius: 40pt 2pc; + border-bottom-right-radius: 40pt 2pc; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -34,28 +34,28 @@ <li>PASS if only bottom right corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - <div id="test"></div> + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "53px 32px"; - + var testResult = check_CSS_property("border-bottom-right-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-014.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-014.htm index f21596b5e4f..34d4bb83be8 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-014.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-bottom-right-radius-014.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-bottom-right-radius using two length values: 50px -25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -10,24 +10,24 @@ <link rel="match" href="reference/border-radius-001-ref.htm"> <meta name="flags" content=""> <meta name="assert" content="To verify if one length value is negative in border-bottom-right-radius, then the corner is not rounded."> - <style type="text/css"> + <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-bottom-right-radius: 50px -25px; + border-bottom-right-radius: 50px -25px; } - /* */ + /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,29 +38,29 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-bottom-right-radius", expectedBorderRadius); - + // if (testResult.pass) /* This portion of the code has been removed to ensure that the test case is not automated */ // else /* This portion of the code has been removed to ensure that the test case is not automated */ - - - + + + if (top.FrameEnabled) top.fnLog(testResult); - - /* ]]> */ - </script> + + /* ]]> */ + </script> --> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box.htm index eb4b9eb22dc..ef29ec0b6b4 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box.htm @@ -31,7 +31,7 @@ color : #ff9933; background-image : url("../support/css3.png"); } - + .no-repeat { background-repeat : no-repeat; } @@ -42,7 +42,7 @@ </style> - + </head> <body> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box_with_position.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box_with_position.htm index a11cebd465b..bad71a00cac 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box_with_position.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box_with_position.htm @@ -31,7 +31,7 @@ color : #ff9933; background-image : url("../support/css3.png"); } - + .no-repeat { background-repeat : no-repeat; } diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box_with_radius.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box_with_radius.htm index f58013a0f5f..bc2e83b1fae 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box_with_radius.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box_with_radius.htm @@ -31,7 +31,7 @@ color : #ff9933; background-image : url("../support/css3.png"); } - + .no-repeat { background-repeat : no-repeat; } diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box_with_size.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box_with_size.htm index a37fc5eec35..543ad94a8b7 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box_with_size.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-box_with_size.htm @@ -31,7 +31,7 @@ color : #ff9933; background-image : url("../support/css3.png"); } - + .no-repeat { background-repeat : no-repeat; } diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-color_transparent.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-color_transparent.htm index 6e9e8ad6bc8..fa6b8620bc2 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-color_transparent.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-color_transparent.htm @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html><head> +<html><head> <title>CSS Backgrounds and Borders Test: border-clip_border-box</title> <link href="andong135@126.com" rel="author" title="Dong An"> <link href="http://www.w3.org/TR/css3-background/#the-border-color" rel="help"> @@ -13,7 +13,7 @@ } .triangle-up { height: 0; - width: 0; + width: 0; border: 50px solid #e5c3b2; border-color: transparent transparent #e5c3b2 transparent; } diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-017.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-017.htm index 6f95fa778f6..5d224a0e982 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-017.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-017.htm @@ -22,11 +22,11 @@ /* Equivalent to this shorthand form (see border-image-018 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5 10 15 20 / 15% 20% 35% 30% / 0 repeat repeat; - + or to this shorthand form (see border-image-019 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 1 1 1 1 / 0 repeat repeat; - or to this shorthand form (see border-image-020 test): + or to this shorthand form (see border-image-020 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5 10 15 20 / 1 1 1 1 / 0 repeat repeat; */ diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-018.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-018.htm index ccdbb5855dd..9ee0acbc7b4 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-018.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-018.htm @@ -21,12 +21,12 @@ /* Equivalent to this shorthand form (see border-image-017 test): - border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 15% 20% 35% 30% / 0 repeat repeat; + border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 15% 20% 35% 30% / 0 repeat repeat; or to this shorthand form (see border-image-019 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 1 1 1 1 / 0 repeat repeat; - or to this shorthand form (see border-image-020 test): + or to this shorthand form (see border-image-020 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5 10 15 20 / 1 1 1 1 / 0 repeat repeat; */ diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-019.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-019.htm index 46d3179e60a..cc778ecd0e3 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-019.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-019.htm @@ -21,12 +21,12 @@ /* Equivalent to this shorthand form (see border-image-017 test): - border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 15% 20% 35% 30% / 0 repeat repeat; + border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 15% 20% 35% 30% / 0 repeat repeat; or to this shorthand form (see border-image-018 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5 10 15 20 / 15% 20% 35% 30% / 0 repeat repeat; - or to this shorthand form (see border-image-020 test): + or to this shorthand form (see border-image-020 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5 10 15 20 / 1 1 1 1 / 0 repeat repeat; */ diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-020.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-020.htm index 185f9848f00..457b959b54f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-020.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-020.htm @@ -21,11 +21,11 @@ /* Equivalent to this shorthand form (see border-image-017 test): - border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 15% 20% 35% 30% / 0 repeat repeat; + border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 15% 20% 35% 30% / 0 repeat repeat; or to this shorthand form (see border-image-018 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5 10 15 20 / 15% 20% 35% 30% / 0 repeat repeat; - + or to this shorthand form (see border-image-019 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 1 1 1 1 / 0 repeat repeat; */ diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-1.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-1.htm index f8b2156d407..479197f6c79 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-1.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-1.htm @@ -5,14 +5,14 @@ CSS Border and Background: border-image #1 border-image-source </title> <meta content="Basic support for the border-image-source property" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> <link href="http://www.w3.org/TR/css3-background/#the-border-image-source" rel="help"> - + <style type="text/css"> - + #test { background-color: #009900; border : 10px solid red; @@ -21,12 +21,12 @@ border-image-source: url(support/img-ref-1.png); } - + </style> - + </head> <body> - + <p> Pass if the square is fully green without any red border. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-10.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-10.htm index 729cadbf9a2..19e5c1c1353 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-10.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-10.htm @@ -5,13 +5,13 @@ CSS Border and Background: border-image #10 border-image-width </title> <meta content="Support for 4 values for the border-image-width property" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> <link href="http://www.w3.org/TR/css3-background/#the-border-image-width" rel="help"> - + <style type="text/css"> - + #test { border : 10px solid red; width : 20px; @@ -19,7 +19,7 @@ border-image-source: url(support/img-ref-1.png); border-image-slice : 10; - border-image-width : 1px 5px 10px 15px; + border-image-width : 1px 5px 10px 15px; } #ref { @@ -32,12 +32,12 @@ width : 15px; height : 20px; } - + </style> - + </head> <body> - + <p> Pass if both squares are identical. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-11.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-11.htm index 4411f773e0e..904d38cd362 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-11.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-11.htm @@ -5,13 +5,13 @@ CSS Border and Background: border-image #11 border-image-outset </title> <meta content="Basic support for the border-image-outset property" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> <link href="http://www.w3.org/TR/css3-background/#the-border-image-source" rel="help"> - + <style type="text/css"> - + #fail { background-color: red; padding : 9px; @@ -27,15 +27,15 @@ border-image-source: url(support/img-ref-1.png); border-image-slice : 10; - border-image-width : 10px; + border-image-width : 10px; border-image-outset: 9px; } - + </style> - + </head> <body> - + <p> Pass if the square is green. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-12.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-12.htm index 51ee53797a3..3b9c19c987c 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-12.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-12.htm @@ -5,13 +5,13 @@ CSS Border and Background: border-image #12 border-image-outset </title> <meta content="The border-image-outset property should not trigger scroll" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> <link href="http://www.w3.org/TR/css3-background/#the-border-image-outset" rel="help"> - + <style type="text/css"> - + #fail { background-color: red; width : 42px; @@ -27,15 +27,15 @@ border-image-source: url(support/img-ref-1.png); border-image-slice : 10; - border-image-width : 10px; + border-image-width : 10px; border-image-outset: 9px; } - + </style> - + </head> <body> - + <p> Pass if there is <strong>no</strong> scrollbars around the square </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-13.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-13.htm index 49dfc0759b2..b14aeec7515 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-13.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-13.htm @@ -5,11 +5,11 @@ CSS Border and Background: border-image #13 border-image-repeat </title> <meta content="Test for the border-image-repeat property with the value repeat" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> <link href="http://www.w3.org/TR/css3-background/#the-border-image-repeat" rel="help"> - + <style type="text/css"> #test { @@ -21,12 +21,12 @@ border-image-slice : 10; border-image-repeat: repeat; } - + </style> - + </head> <body> - + <p> Pass if the square has borders made of green dots. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-14.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-14.htm index 93530d58cb4..800e0134dc0 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-14.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-14.htm @@ -5,11 +5,11 @@ CSS Border and Background: border-image #14 border-image-repeat </title> <meta content="Test for the border-image-repeat property with the value round" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> <link href="http://www.w3.org/TR/css3-background/#the-border-image-repeat" rel="help"> - + <style type="text/css"> #test { @@ -21,12 +21,12 @@ border-image-slice : 10; border-image-repeat: round; } - + </style> - + </head> <body> - + <p> Pass if the square has borders made of plain green dots. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-15.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-15.htm index bbf2aca4874..d139a1a5e74 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-15.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-15.htm @@ -5,11 +5,11 @@ CSS Border and Background: border-image #15 border-image-repeat </title> <meta content="Test for the border-image-repeat property with the value space" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> - + <link href="http://www.w3.org/TR/css3-background/#the-border-image-repeat" rel="help"> - + <style type="text/css"> #test { @@ -21,12 +21,12 @@ border-image-slice : 10; border-image-repeat: space; } - + </style> - + </head> <body> - + <p> Pass if the square has borders made of plain regular green dots. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-16.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-16.htm index d141e6e9b84..726ef1ed261 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-16.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-16.htm @@ -5,11 +5,11 @@ CSS Border and Background: border-image #16 border-image-repeat </title> <meta content="Test for the border-image-repeat property with the value stretch" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> - + <link href="http://www.w3.org/TR/css3-background/#the-border-image-repeat" rel="help"> - + <style type="text/css"> #test { @@ -21,12 +21,12 @@ border-image-slice : 10; border-image-repeat: stretch; } - + </style> - + </head> <body> - + <p> Pass if the the corners are regular green dots and borders are single stretch dots. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-2.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-2.htm index 6fc33d2e54c..1db2856849d 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-2.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-2.htm @@ -5,13 +5,13 @@ CSS Border and Background: border-image #2 border-image-slice </title> <meta content="Basic support for the border-image-slice property" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> <link href="http://www.w3.org/TR/css3-background/#border-image-slice" rel="help"> - + <style type="text/css"> - + #fail { background-color: red; width : 60px; @@ -32,12 +32,12 @@ border-image-source: url(support/img-ref-1.png); border-image-slice : 10; } - + </style> - + </head> <body> - + <p> Pass if the square is fully green. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-3.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-3.htm index 27e528b1b71..c09ef48d472 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-3.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-3.htm @@ -5,13 +5,13 @@ CSS Border and Background: border-image #3 border-image-slice </title> <meta content="Support for the fill keyword on the border-image-slice property" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> <link href="http://www.w3.org/TR/css3-background/#border-image-slice" rel="help"> - + <style type="text/css"> - + #fail { background-color: red; width : 60px; @@ -27,12 +27,12 @@ border-image-source: url(support/img-ref-1.png); border-image-slice : 10 fill; } - + </style> - + </head> <body> - + <p> Pass if the square is fully green. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-4.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-4.htm index f7392078d24..f94bce13859 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-4.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-4.htm @@ -5,13 +5,13 @@ CSS Border and Background: border-image #4 border-image-slice </title> <meta content="Support for percentage with the border-image-slice property" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> <link href="http://www.w3.org/TR/css3-background/#border-image-slice" rel="help"> - + <style type="text/css"> - + #fail { background-color: red; width : 60px; @@ -32,12 +32,12 @@ border-image-source: url(support/img-ref-1.png); border-image-slice : 33%; } - + </style> - + </head> <body> - + <p> Pass if the square is fully green. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-5.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-5.htm index 054d4901d77..24e6d068140 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-5.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-5.htm @@ -5,13 +5,13 @@ CSS Border and Background: border-image #5 border-image-slice </title> <meta content="Negative values for the the border-image-slice property should not be supported" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> <link href="http://www.w3.org/TR/css3-background/#border-image-slice" rel="help"> <link href="support/reftest-border-image-5.png" rel="match"> - + <style type="text/css"> #filler { @@ -28,12 +28,12 @@ border-image-source: url(support/img-ref-1.png); border-image-slice : -10; } - + </style> - + </head> <body> - + <p> Pass if the green square have smaller green squares at its corners and <strong>no</strong> red. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-6.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-6.htm index e42cb62e6b9..e117d6b56be 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-6.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-6.htm @@ -5,13 +5,13 @@ CSS Border and Background: border-image #6 border-image-slice </title> <meta content="The border-image-slice property default value is 100%" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> <link href="http://www.w3.org/TR/css3-background/#border-image-slice" rel="help"> <link href="support/reftest-border-image-5.png" rel="match"> - + <style type="text/css"> #filler { @@ -27,12 +27,12 @@ border-image-source: url(support/img-ref-1.png); } - + </style> - + </head> <body> - + <p> Pass if the green square have smaller green squares at its corners and <strong>no</strong> red borders. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-7.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-7.htm index b6395ec29ec..688c722e644 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-7.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-7.htm @@ -5,13 +5,13 @@ CSS Border and Background: border-image #7 border-image-width </title> <meta content="Basic support for the border-image-width property" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> <link href="http://www.w3.org/TR/css3-background/#the-border-image-width" rel="help"> - + <style type="text/css"> - + #test { border : 10px solid red; width : 20px; @@ -19,7 +19,7 @@ border-image-source: url(support/img-ref-1.png); border-image-slice : 10; - border-image-width : 1px; + border-image-width : 1px; } #ref { @@ -28,12 +28,12 @@ width : 20px; height : 20px; } - + </style> - + </head> <body> - + <p> Pass if both squares are identical. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-8.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-8.htm index bb00f9d86e9..004d9f9d9ec 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-8.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-8.htm @@ -5,13 +5,13 @@ CSS Border and Background: border-image #8 border-image-width </title> <meta content="Support for 2 values for the border-image-width property" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> <link href="http://www.w3.org/TR/css3-background/#the-border-image-width" rel="help"> - + <style type="text/css"> - + #test { border : 10px solid red; width : 20px; @@ -19,7 +19,7 @@ border-image-source: url(support/img-ref-1.png); border-image-slice : 10; - border-image-width : 1px 5px; + border-image-width : 1px 5px; } #ref { @@ -32,12 +32,12 @@ width : 20px; height : 20px; } - + </style> - + </head> <body> - + <p> Pass if both squares are identical. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-9.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-9.htm index 128b671cc31..819a0f414a6 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-9.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-9.htm @@ -5,13 +5,13 @@ CSS Border and Background: border-image #9 border-image-width </title> <meta content="Support for 3 values for the border-image-width property" name="assert"> - + <link href="mailto:jeremie@patonnier.net" rel="author" title="Jérémie Patonnier"> <link href="http://www.w3.org/TR/css3-background/#the-border-image-width" rel="help"> - + <style type="text/css"> - + #test { border : 10px solid red; width : 20px; @@ -19,7 +19,7 @@ border-image-source: url(support/img-ref-1.png); border-image-slice : 10; - border-image-width : 1px 5px 10px; + border-image-width : 1px 5px 10px; } #ref { @@ -32,12 +32,12 @@ width : 20px; height : 20px; } - + </style> - + </head> <body> - + <p> Pass if both squares are identical. </p> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-repeat_repeatnegx_none_50px.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-repeat_repeatnegx_none_50px.htm index d3cd016229d..55eb35ae673 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-repeat_repeatnegx_none_50px.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-repeat_repeatnegx_none_50px.htm @@ -46,7 +46,7 @@ assert_true(prop, "The element border-image-width should be 50px"); }); t.done(); - + function GetCurrentStyle(prop) { try { @@ -85,4 +85,5 @@ function headProp(s) { } </script> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-slice-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-slice-001.htm index 71c22a55e0e..cda97b56347 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-slice-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-slice-001.htm @@ -19,27 +19,27 @@ border-width: 15px 20px 35px 30px; border-image-source: url("support/outline-5px-10px-15px-20px-green.png"); border-image-slice: 5% 10% 15% 20%; /* or 5 10 15 20 : see border-image-slice-002 test */ - border-image-width: 15% 20% 35% 30%; - /* 1 is default ; <number>s represent multiples of the corresponding + border-image-width: 15% 20% 35% 30%; + /* 1 is default ; <number>s represent multiples of the corresponding computed border-width; % unit is a percentage of height or width of border-box.*/ border-image-outset: 0; /* 0 is default */ - border-image-repeat: repeat repeat; - /* stretch is default; since the green area we repeat is an - undifferentiated and homogeneous image of green, then 'repeat' or - 'stretch' will be equivalent, will do and should cause equivalent + border-image-repeat: repeat repeat; + /* stretch is default; since the green area we repeat is an + undifferentiated and homogeneous image of green, then 'repeat' or + 'stretch' will be equivalent, will do and should cause equivalent rendered layout. */ /* Equivalent to this shorthand form (see border-image-slice-124 test): - border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 15% 20% 35% 30% / 0 repeat repeat; + border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 15% 20% 35% 30% / 0 repeat repeat; or to this shorthand form (see border-image-slice-125 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5 10 15 20 / 15% 20% 35% 30% / 0 repeat repeat; - + or to this shorthand form (see border-image-slice-126 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 1 1 1 1 / 0 repeat repeat; - or to this shorthand form (see border-image-slice-127 test): + or to this shorthand form (see border-image-slice-127 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5 10 15 20 / 1 1 1 1 / 0 repeat repeat; */ diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-slice-002.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-slice-002.htm index c855160b5e0..44ccf153737 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-slice-002.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-image-slice-002.htm @@ -19,27 +19,27 @@ border-width: 15px 20px 35px 30px; border-image-source: url("support/outline-5px-10px-15px-20px-green.png"); border-image-slice: 5 10 15 20; /* or 5% 10% 15% 20% : see border-image-slice-001 test */ - border-image-width: 15% 20% 35% 30%; - /* 1 is default ; <number>s represent multiples of the corresponding + border-image-width: 15% 20% 35% 30%; + /* 1 is default ; <number>s represent multiples of the corresponding computed border-width; % unit is a percentage of height or width of border-box.*/ border-image-outset: 0; /* 0 is default */ - border-image-repeat: repeat repeat; - /* stretch is default; since the green area we repeat is an - undifferentiated and homogeneous image of green, then 'repeat' or - 'stretch' will be equivalent, will do and should cause equivalent + border-image-repeat: repeat repeat; + /* stretch is default; since the green area we repeat is an + undifferentiated and homogeneous image of green, then 'repeat' or + 'stretch' will be equivalent, will do and should cause equivalent rendered layout. */ /* Equivalent to this shorthand form (see border-image-slice-124 test): - border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 15% 20% 35% 30% / 0 repeat repeat; + border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 15% 20% 35% 30% / 0 repeat repeat; or to this shorthand form (see border-image-slice-125 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5 10 15 20 / 15% 20% 35% 30% / 0 repeat repeat; - + or to this shorthand form (see border-image-slice-126 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5% 10% 15% 20% / 1 1 1 1 / 0 repeat repeat; - or to this shorthand form (see border-image-slice-127 test): + or to this shorthand form (see border-image-slice-127 test): border-image: url("support/outline-5px-10px-15px-20px-green.png") 5 10 15 20 / 1 1 1 1 / 0 repeat repeat; */ diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-001.htm index 5476515cf22..1d041abfa1f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-001.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. border–radius set to zero</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,22 +12,22 @@ <meta name="assert" content="To verify when border-radius property, when set to zero, works as expected."> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-radius: 0; + border-radius: 0; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,29 +38,29 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> -<!-- +<!-- <script type="text/javascript"> /* <![CDATA[ */ var borders = new Array("border-top-left-radius", "border-top-right-radius", "border-bottom-right-radius", "border-bottom-left-radius"); var expectedValues = new Array("0px", "0px", "0px", "0px"); - - var testResult = check_Multiple_CSS_property(borders, expectedValues); - + + var testResult = check_Multiple_CSS_property(borders, expectedValues); + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-002.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-002.htm index e5904458d6d..d80d5b1ad63 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-002.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-002.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. border–radius using one length value 25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,13 +12,13 @@ <meta name="assert" content="To verify border-radius property set with one length value, works as expected"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-radius: 25px; + border-radius: 25px; } #reference { @@ -29,9 +29,9 @@ } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -41,26 +41,26 @@ <li>PASS if the two boxes below are the same and all 4 corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> <!-- <script type="text/javascript"> - /* <![CDATA[ */ + /* <![CDATA[ */ var borders = new Array("border-top-left-radius", "border-top-right-radius", "border-bottom-right-radius", "border-bottom-left-radius"); var expectedValues = new Array("25px", "25px", "25px", "25px"); - - var testResult = check_Multiple_CSS_property(borders, expectedValues); - + + var testResult = check_Multiple_CSS_property(borders, expectedValues); + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-003.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-003.htm index 51747d50c71..c210fb9eda1 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-003.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-003.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. border–radius set to value: 50px 0</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,13 +12,13 @@ <meta name="assert" content="To verify border-radius property set with one length value along with a zero, works as expected"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-radius: 50px 0; + border-radius: 50px 0; } #reference { @@ -29,9 +29,9 @@ } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -41,29 +41,29 @@ <li>PASS if the two boxes below are the same and only top left and bottom right corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - <div id="test"></div> + <div id="test"></div> <p><br></p> <div id="reference"></div> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var borders = new Array("border-top-left-radius", "border-top-right-radius", "border-bottom-right-radius", "border-bottom-left-radius"); var expectedValues = new Array("50px", "0px", "50px", "0px"); - - var testResult = check_Multiple_CSS_property(borders, expectedValues); - + + var testResult = check_Multiple_CSS_property(borders, expectedValues); + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-004.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-004.htm index ab076be8259..61337fdbb5d 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-004.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-004.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. border–radius using slash: 50px / 25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,13 +12,13 @@ <meta name="assert" content="To verify border-radius property set with value using slash, works as expected"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-radius: 50px / 25px; + border-radius: 50px / 25px; } #reference { @@ -29,9 +29,9 @@ } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -41,29 +41,29 @@ <li>PASS if the two boxes below are the same and all 4 corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var borders = new Array("border-top-left-radius", "border-top-right-radius", "border-bottom-right-radius", "border-bottom-left-radius"); var expectedValues = new Array("50px 25px", "50px 25px", "50px 25px", "50px 25px"); - - var testResult = check_Multiple_CSS_property(borders, expectedValues); - + + var testResult = check_Multiple_CSS_property(borders, expectedValues); + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-005.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-005.htm index efddce6a39d..46a07ec5f7f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-005.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-005.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. border–radius using slash: 50px 15px 40px / 20px 25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,13 +12,13 @@ <meta name="assert" content="To verify border-radius property set with value using slash, works as expected"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-radius: 50px 15px 40px / 20px 25px; + border-radius: 50px 15px 40px / 20px 25px; } #reference { @@ -29,9 +29,9 @@ } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -47,21 +47,21 @@ <p><br></p> <div id="reference"></div> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var borders = new Array("border-top-left-radius", "border-top-right-radius", "border-bottom-right-radius", "border-bottom-left-radius"); var expectedValues = new Array("50px 20px", "15px 25px", "40px 20px", "15px 25px"); - var testResult = check_Multiple_CSS_property(borders, expectedValues); + var testResult = check_Multiple_CSS_property(borders, expectedValues); /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-006.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-006.htm index e6f25551aa0..f2301acbd23 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-006.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-006.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. border–radius using slash: 50px 15px / 20px 25px 10%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,13 +12,13 @@ <meta name="assert" content="To verify border-radius property set with values using slash, works as expected"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-radius: 50px 15px / 20px 25px 10%; + border-radius: 50px 15px / 20px 25px 10%; } #reference { @@ -29,9 +29,9 @@ } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -41,29 +41,29 @@ <li>PASS if the two boxes below are the same and all 4 corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - <div id="test"></div> + <div id="test"></div> <p><br></p> <div id="reference"></div> <!-- <script type="text/javascript"> - /* <![CDATA[ */ + /* <![CDATA[ */ var borders = new Array("border-top-left-radius", "border-top-right-radius", "border-bottom-right-radius", "border-bottom-left-radius"); var expectedValues = new Array("50px 20px", "15px 25px", "50px 10%", "15px 25px"); - - var testResult = check_Multiple_CSS_property(borders, expectedValues); - + + var testResult = check_Multiple_CSS_property(borders, expectedValues); + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-007.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-007.htm index 8d79b3891f5..c8cdf94bb3a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-007.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-007.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. border–radius using slash: 50px 10mm 3pc 15% / 0.5in 25px 10% 70pt</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,13 +12,13 @@ <meta name="assert" content="To verify border-radius property set with values (in different units) using slash, works as expected"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-radius: 50px 10mm 6pc 15% / 0.5in 25px 30% 70pt; + border-radius: 50px 10mm 6pc 15% / 0.5in 25px 30% 70pt; } #reference { @@ -29,9 +29,9 @@ } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -41,29 +41,29 @@ <li>PASS if the two boxes below are the same and all 4 corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - <div id="test"></div> + <div id="test"></div> <p><br></p> <div id="reference"></div> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var borders = new Array("border-top-left-radius", "border-top-right-radius", "border-bottom-right-radius", "border-bottom-left-radius"); var expectedValues = new Array("50px 48px", "37px 25px", "96px 30%", "15% 93px"); - - var testResult = check_Multiple_CSS_property(borders, expectedValues); - + + var testResult = check_Multiple_CSS_property(borders, expectedValues); + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-008.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-008.htm index 178d615d6a2..037666cd4f2 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-008.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-008.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. border–radius using slash: 50px 15px 40px 30em 25em / 20px 25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,22 +12,22 @@ <meta name="assert" content="To verify border-radius property set with excess values, works as expected"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-radius: 50px 15px 40px 30em 25em / 20px 25px; + border-radius: 50px 15px 40px 30em 25em / 20px 25px; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,29 +38,29 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var borders = new Array("border-top-left-radius", "border-top-right-radius", "border-bottom-right-radius", "border-bottom-left-radius"); var expectedValues = new Array("0px", "0px", "0px", "0px"); - - var testResult = check_Multiple_CSS_property(borders, expectedValues); - + + var testResult = check_Multiple_CSS_property(borders, expectedValues); + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-009.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-009.htm index 45372e7fb87..3c2ff96512f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-009.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-009.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. border–radius using "inherit"</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -14,15 +14,15 @@ /* */ body { - border-radius: 20% 25px; + border-radius: 20% 25px; } - div + div { border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-radius: inherit; + border-radius: inherit; } #reference { @@ -33,9 +33,9 @@ } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -45,24 +45,24 @@ <li>PASS if the two boxes below are the same and all 4 corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - <div id="test"></div> + <div id="test"></div> <p><br></p> <div id="reference"></div> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var borders = new Array("border-top-left-radius", "border-top-right-radius", "border-bottom-right-radius", "border-bottom-left-radius"); var expectedValues = new Array("20%", "25px", "20%", "25px"); - var testResult = check_Multiple_CSS_property(borders, expectedValues); + var testResult = check_Multiple_CSS_property(borders, expectedValues); /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-010.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-010.htm index 563fb05aab6..55801fa5d8d 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-010.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-010.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. border–radius using "inherit"</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -14,16 +14,16 @@ /* */ body { - border-top-left-radius: 20% 25px; + border-top-left-radius: 20% 25px; border-bottom-right-radius: 20pt 3em; } - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-radius: inherit; + border-radius: inherit; } #reference { @@ -34,9 +34,9 @@ } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -46,26 +46,26 @@ <li>PASS if the two boxes below are the same and only top left and bottom right corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - <div id="test"></div> + <div id="test"></div> <p><br></p> <div id="reference"></div> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var borders = new Array("border-top-left-radius", "border-top-right-radius", "border-bottom-right-radius", "border-bottom-left-radius"); var expectedValues = new Array("20% 25px", "0px", "26px 48px", "0px"); - - var testResult = check_Multiple_CSS_property(borders, expectedValues); - + + var testResult = check_Multiple_CSS_property(borders, expectedValues); + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-011.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-011.htm index e3946a237cd..cfc6c9aa2f0 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-011.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-011.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. border–radius set to zero</title> <link rel="author" title="Nokia" href="http://www.nokia.com/"> @@ -8,7 +8,7 @@ <meta name="flags" content=""> <meta name="assert" content="If border-radius is zero, all corners are square."> <style type="text/css"> - div + div { width:200px; height: 100px; @@ -29,8 +29,8 @@ left: 30px; } - - </style> + + </style> </head> <body> <p> @@ -42,7 +42,7 @@ <li>FAIL if any red is visible.</li> </ul> <!-- PLACE TEST CONTENT FROM HERE --> - <div id="reference"></div> - <div id="test"></div> + <div id="reference"></div> + <div id="test"></div> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-content-edge-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-content-edge-001.htm index c58b3d1bd18..5cba772ee96 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-content-edge-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-content-edge-001.htm @@ -6,7 +6,7 @@ <meta content="" name="flags"> <meta content="The content of replaced element 'img' is trimmed to the content edge curve of a rounded corner." name="assert"> <style type="text/css"> - img + img { border-radius: 50px; padding: 10px; @@ -20,4 +20,5 @@ <p>Test passes if there is no red visible on the page.</p> <img src="../support/black_red.png"> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-shorthand-002.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-shorthand-002.htm index c7f22d04f74..260c981856e 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-shorthand-002.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-shorthand-002.htm @@ -6,9 +6,9 @@ <link href="reference/border-radius-shorthand-002-ref.htm" rel="match"> <meta content="" name="flags"> <meta content="The shorthand border radius property can be used to specify all four eliptical corners of a box." name="assert"> - <style type="text/css"> + <style type="text/css"> /* <![CDATA[ */ - div + div { border-radius: 29px 43px 19px 13px / 5px 11px 23px 17px; @@ -16,7 +16,7 @@ width: 200px; height: 100px; } - /* ]]> */ + /* ]]> */ </style> </head> @@ -28,7 +28,7 @@ <li>PASS if the box below has four rounded corners.</li> <li>FAIL if the corners are not rounded.</li> </ul> - + <div></div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-sum-of-radii-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-sum-of-radii-001.htm index 0f362f43f9f..6af02b61438 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-sum-of-radii-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-sum-of-radii-001.htm @@ -16,7 +16,7 @@ { border-radius: 30px 75px 15px 15px; } - #test1 + #test1 { margin-top: -100px; border-color: black; @@ -36,7 +36,7 @@ { border-radius: 100px 0 20px 0; } - #test3 + #test3 { margin-top: -100px; border-color: black; @@ -46,7 +46,7 @@ { border-radius: 41.67px 58.31px 25px 25px; } - #test4 + #test4 { margin-top: -100px; border-color: black; @@ -56,7 +56,7 @@ { border-radius: 50px 50px 10px 10px; } - #test5 + #test5 { margin-top: -100px; border-color: black; @@ -139,4 +139,5 @@ </tr> </tbody></table> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-with-two-values-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-with-two-values-001.htm index faee0e3a2b8..9a557570cb9 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-with-two-values-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-radius-with-two-values-001.htm @@ -10,7 +10,7 @@ { width: 2in; height: 2in; - border: 0.2in solid red; + border: 0.2in solid red; } #reference { @@ -32,4 +32,5 @@ <div id="reference"></div> <div id="test"></div> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-001.htm index 51c3dc37e03..5b54fe49952 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-001.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-left-radius using 0 value</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,16 +12,16 @@ <meta name="assert" content="To verify if the border-top-left-radius property, when set with 0, works as expected."> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-top-left-radius: 0; + border-top-left-radius: 0; } /* */ </style> @@ -38,27 +38,27 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> -<!-- +<!-- <script type="text/javascript"> /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-top-left-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-002.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-002.htm index 37979b6c951..69f4eca896f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-002.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-002.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-left-radius using one length value: 25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -11,19 +11,19 @@ <meta name="assert" content="To verify border-top-left-radius property set to one length value, works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-left-radius: 25px; + border-top-left-radius: 25px; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p id="testdetails"> @@ -34,25 +34,25 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - - - <div id="test"></div> -<!-- - <script type="text/javascript"> - /* <![CDATA[ */ + + + <div id="test"></div> +<!-- + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "25px"; - + var testResult = check_CSS_property("border-top-left-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-003.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-003.htm index 229318e8afc..002be905331 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-003.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-003.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-left-radius using two length values: 40px 20px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,19 +12,19 @@ <meta name="assert" content="To verify border-top-left-radius property set to two length values, works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-left-radius: 40px 20px; + border-top-left-radius: 40px 20px; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,27 +35,27 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "40px 20px"; - + var testResult = check_CSS_property("border-top-left-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-004.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-004.htm index 6cc0e1850db..936eb035e09 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-004.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-004.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-left-radius using one percentage value: 20%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,19 +12,19 @@ <meta name="assert" content="To verify border-top-left-radius property set to one percentage value, works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-left-radius: 20%; + border-top-left-radius: 20%; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,27 +35,27 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20%"; - + var testResult = check_CSS_property("border-top-left-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-005.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-005.htm index bca11f930bd..1a0e52abc32 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-005.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-005.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-left-radius using two percentage values: 20% 30%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,19 +12,19 @@ <meta name="assert" content="To verify border-top-left-radius property set to two percentage values, works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-left-radius: 20% 30%; + border-top-left-radius: 20% 30%; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,27 +35,27 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - + <div id="test"></div> <p><br></p> <!-- <script type="text/javascript"> - /* <![CDATA[ */ + /* <![CDATA[ */ var expectedBorderRadius = "20% 30%"; - + var testResult = check_CSS_property("border-top-left-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-006.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-006.htm index eea636fecc8..9ca3f9ce1a9 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-006.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-006.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-left-radius using two values: 40px 30%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,19 +12,19 @@ <meta name="assert" content="To verify border-top-left-radius property set to two values with different units, works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-left-radius: 40px 30%; + border-top-left-radius: 40px 30%; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,27 +35,27 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - + <div id="test"></div> <p><br></p> <!-- <script type="text/javascript"> - /* <![CDATA[ */ + /* <![CDATA[ */ var expectedBorderRadius = "40px 30%"; - + var testResult = check_CSS_property("border-top-left-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-007.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-007.htm index c6cd98cfa55..613204d3730 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-007.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-007.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-left-radius using two values: 20% 25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,19 +12,19 @@ <meta name="assert" content="To verify border-top-left-radius property set to two values with different units, works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-left-radius: 20% 25px; + border-top-left-radius: 20% 25px; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,27 +35,27 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20% 25px"; - + var testResult = check_CSS_property("border-top-left-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-008.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-008.htm index 0269dc00fb3..6215815ca4c 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-008.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-008.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-left-radius using two values: 4em 30%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -11,19 +11,19 @@ <meta name="assert" content="To verify border-top-left-radius property set to two values with different units, works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-left-radius: 4em 30%; + border-top-left-radius: 4em 30%; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p id="testdetails"> @@ -34,25 +34,25 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - - + + <div id="test"></div> -<!-- +<!-- <script type="text/javascript"> - /* <![CDATA[ */ + /* <![CDATA[ */ var expectedBorderRadius = "64px 30%"; - + var testResult = check_CSS_property("border-top-left-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-009.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-009.htm index b1b0e23bf8b..cf07e7dc0c1 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-009.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-009.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-left-radius using "inherit"</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -14,21 +14,21 @@ /* */ body { - border-top-left-radius: 20% 25px; + border-top-left-radius: 20% 25px; } - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-left-radius: inherit; + border-top-left-radius: inherit; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -39,27 +39,27 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20% 25px"; - + var testResult = check_CSS_property("border-top-left-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-010.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-010.htm index 74e6477fc70..12c601b12fe 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-010.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-010.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-left-radius using one length value: 25px 0</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,22 +12,22 @@ <meta name="assert" content="To verify if either length is 0, then the corner is not rounded."> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-top-left-radius: 25px 0; + border-top-left-radius: 25px 0; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,27 +38,27 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> -<!-- +<!-- <script type="text/javascript"> - /* <![CDATA[ */ + /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-top-left-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-011.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-011.htm index c7cb95c9659..c43cdebae43 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-011.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-011.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-left-radius using one length value: 0 3em</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,22 +12,22 @@ <meta name="assert" content="To verify if either length is 0, then the corner is not rounded."> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-top-left-radius: 0 3em; + border-top-left-radius: 0 3em; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,27 +38,27 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> -<!-- - <script type="text/javascript"> - /* <![CDATA[ */ +<!-- + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-top-left-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-012.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-012.htm index 1d66014e4ce..f91677cf222 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-012.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-012.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-left-radius using two length values: 0.5in 10mm</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -11,19 +11,19 @@ <meta name="assert" content="To verify border-top-left-radius property set to two length values (with different units), works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-left-radius: 0.5in 10mm; + border-top-left-radius: 0.5in 10mm; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p id="testdetails"> @@ -34,24 +34,24 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - - <div id="test"></div> -<!-- - <script type="text/javascript"> - /* <![CDATA[ */ + + <div id="test"></div> +<!-- + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "48px 37px"; - + var testResult = check_CSS_property("border-top-left-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-013.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-013.htm index 4c8c6d96daa..a2e46b221b7 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-013.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-013.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-left-radius using two length values: 40pt 2pc</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -11,19 +11,19 @@ <meta name="assert" content="To verify border-top-left-radius property set to two length values (with different units), works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-left-radius: 40pt 2pc; + border-top-left-radius: 40pt 2pc; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p id="testdetails"> @@ -34,25 +34,25 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - - - <div id="test"></div> -<!-- - <script type="text/javascript"> - /* <![CDATA[ */ + + + <div id="test"></div> +<!-- + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "53px 32px"; - + var testResult = check_CSS_property("border-top-left-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-014.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-014.htm index 8913d4e8e5c..34523bfb37d 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-014.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-014.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-left-radius using two length values: 50px -25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,22 +12,22 @@ <meta name="assert" content="To verify if one length value is negative in border-top-left-radius, then the corner is not rounded."> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-top-left-radius: 50px -25px; + border-top-left-radius: 50px -25px; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,27 +38,27 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> -<!-- +<!-- <script type="text/javascript"> - /* <![CDATA[ */ + /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-top-left-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-values-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-values-001.htm index 3167f8605b1..a9a3f8c794a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-values-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-values-001.htm @@ -12,9 +12,9 @@ } #test { - height: 288px; - width: 384px; - border: 2px solid; + height: 288px; + width: 384px; + border: 2px solid; border-top-left-radius: 50px 80px; } #reference @@ -35,4 +35,5 @@ <div id="test"></div> <p>Test passes if the two blue lines are radii of the rounded corner.</p> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-values-003.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-values-003.htm index 429604a499e..c44daba29ce 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-values-003.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-left-radius-values-003.htm @@ -8,10 +8,10 @@ <style type="text/css"> div { - width: 1in; + width: 1in; height: 1in; border: 0.2in solid black; - margin: 10px; + margin: 10px; } #reference { @@ -45,4 +45,5 @@ </tr> </tbody></table> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-001.htm index dd63af4c011..9255c8e94f5 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-001.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-right-radius using 0 value</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,16 +12,16 @@ <meta name="assert" content="To verify if the border-top-right-radius property, when set with 0, works as expected"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-top-right-radius: 0; + border-top-right-radius: 0; } /* */ </style> @@ -38,27 +38,27 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> - <div id="reference"></div> + <div id="reference"></div> <!-- <script type="text/javascript"> /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-top-right-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-002.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-002.htm index 1ad1e1101fc..7abb30aef21 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-002.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-002.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-right-radius using one length value: 25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -11,19 +11,19 @@ <meta name="assert" content="To verify border-top-right-radius property set to one length value, works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-right-radius: 25px; + border-top-right-radius: 25px; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p id="testdetails"> @@ -34,25 +34,25 @@ <li>PASS if only top right corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - - - <div id="test"></div> + + + <div id="test"></div> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "25px"; - + var testResult = check_CSS_property("border-top-right-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-003.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-003.htm index 40d0e9436f2..580ed0e285c 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-003.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-003.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-right-radius using two length values: 40px 20px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,19 +12,19 @@ <meta name="assert" content="To verify border-top-right-radius property set to two length values, works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-right-radius: 40px 20px; + border-top-right-radius: 40px 20px; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,27 +35,27 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "40px 20px"; - + var testResult = check_CSS_property("border-top-right-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-004.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-004.htm index 23994147c3d..bd150d50136 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-004.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-004.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-right-radius using one percentage value: 20%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,19 +12,19 @@ <meta name="assert" content="To verify border-top-right-radius property set to one percentage value, works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-right-radius: 20%; + border-top-right-radius: 20%; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,27 +35,27 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20%"; - + var testResult = check_CSS_property("border-top-right-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-005.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-005.htm index 44ca47f76d4..fa94718d3e4 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-005.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-005.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-right-radius using two percentage values: 20% 30%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,19 +12,19 @@ <meta name="assert" content="To verify border-top-right-radius property set to two percentage values, works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-right-radius: 20% 30%; + border-top-right-radius: 20% 30%; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,27 +35,27 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20% 30%"; - + var testResult = check_CSS_property("border-top-right-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-006.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-006.htm index 71f3724ffed..ba77f3ecbcb 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-006.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-006.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-right-radius using two values: 40px 30%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,19 +12,19 @@ <meta name="assert" content="To verify border-top-right-radius property set to two values with different units, works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-right-radius: 40px 30%; + border-top-right-radius: 40px 30%; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,27 +35,27 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "40px 30%"; - + var testResult = check_CSS_property("border-top-right-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-007.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-007.htm index 8e2ba4a61fb..5ef1b7555c6 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-007.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-007.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-right-radius using two values: 20% 25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,19 +12,19 @@ <meta name="assert" content="To verify border-top-right-radius property set to two values with different units, works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-right-radius: 20% 25px; + border-top-right-radius: 20% 25px; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -35,27 +35,27 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20% 25px"; - + var testResult = check_CSS_property("border-top-right-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-008.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-008.htm index 3f85e88c694..a0dd78908ca 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-008.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-008.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-right-radius using two values: 4em 30%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -11,19 +11,19 @@ <meta name="assert" content="To verify border-top-right-radius property set to two values with different units, works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-right-radius: 4em 30%; + border-top-right-radius: 4em 30%; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p id="testdetails"> @@ -35,24 +35,24 @@ <li>FAIL if the output is not as expected.</li> </ul> - + <div id="test"></div> -<!-- - <script type="text/javascript"> - /* <![CDATA[ */ +<!-- + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "64px 30%"; - + var testResult = check_CSS_property("border-top-right-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-009.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-009.htm index cf06113f003..d3e72d6594d 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-009.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-009.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-right-radius using "inherit"</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -14,21 +14,21 @@ /* */ body { - border-top-right-radius: 20% 25px; + border-top-right-radius: 20% 25px; } - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-right-radius: inherit; + border-top-right-radius: inherit; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -39,27 +39,27 @@ <li>PASS if only top left corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> - + <div id="test"></div> <p><br></p> <!-- - <script type="text/javascript"> - /* <![CDATA[ */ + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "20% 25px"; - + var testResult = check_CSS_property("border-top-right-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-010.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-010.htm index 2a2c8c5f531..bcbbbebe4b6 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-010.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-010.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-right-radius using one length value: 25px 0</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,22 +12,22 @@ <meta name="assert" content="To verify if either length is 0, then the corner is not rounded."> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-top-right-radius: 25px 0; + border-top-right-radius: 25px 0; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,28 +38,28 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> -<!-- - <script type="text/javascript"> +<!-- + <script type="text/javascript"> /* <![CDATA[ */ - + var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-top-right-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-011.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-011.htm index 0b3ff273871..9c130c45ac3 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-011.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-011.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-right-radius using one length value: 0 3em</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,22 +12,22 @@ <meta name="assert" content="To verify if either length is 0, then the corner is not rounded."> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-top-right-radius: 0 3em; + border-top-right-radius: 0 3em; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,27 +38,27 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> -<!-- - <script type="text/javascript"> - /* <![CDATA[ */ +<!-- + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-top-right-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-012.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-012.htm index 2b51e2fd5ed..7ff9b0a907b 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-012.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-012.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-right-radius using two length values: 0.5in 10mm</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -11,19 +11,19 @@ <meta name="assert" content="To verify border-top-right-radius property sets to two length values (with different units), works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-right-radius: 0.5in 10mm; + border-top-right-radius: 0.5in 10mm; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p id="testdetails"> @@ -34,24 +34,24 @@ <li>PASS if only top right corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - - <div id="test"></div> -<!-- - <script type="text/javascript"> - /* <![CDATA[ */ + + <div id="test"></div> +<!-- + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "48px 37px"; - + var testResult = check_CSS_property("border-top-right-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-013.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-013.htm index 94820932a7d..e7c1d25b854 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-013.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-013.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-right-radius using two length values: 40pt 2pc</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -11,19 +11,19 @@ <meta name="assert" content="To verify border-top-right-radius property sets to two length values (with different units), works fine"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; - border-top-right-radius: 40pt 2pc; + border-top-right-radius: 40pt 2pc; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p id="testdetails"> @@ -34,24 +34,24 @@ <li>PASS if only top right corner is rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - - <div id="test"></div> -<!-- - <script type="text/javascript"> - /* <![CDATA[ */ + + <div id="test"></div> +<!-- + <script type="text/javascript"> + /* <![CDATA[ */ var expectedBorderRadius = "53px 32px"; - + var testResult = check_CSS_property("border-top-right-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-014.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-014.htm index 701217876a8..e0d7860f5b9 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-014.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/border-top-right-radius-014.htm @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Borders. Border-top-right-radius using two length values: 50px -25px</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -12,22 +12,22 @@ <meta name="assert" content="To verify if one length value is negative for border-top-right-radius, then the element is not rounded."> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; } #test { - border-top-right-radius: 50px -25px; + border-top-right-radius: 50px -25px; } /* */ </style> -<!-- +<!-- <script type="text/javascript" src="js/css3_test_helper.js"></script> ---> +--> </head> <body> <p> @@ -38,27 +38,27 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <!-- PLACE TEST CONTENT FROM HERE --> <div id="test"></div> <p><br></p> <div id="reference"></div> -<!-- +<!-- <script type="text/javascript"> - /* <![CDATA[ */ + /* <![CDATA[ */ var expectedBorderRadius = "0px"; - + var testResult = check_CSS_property("border-top-right-radius", expectedBorderRadius); - + /* if (testResult.pass) - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated else { - // This portion of the code has been removed to ensure that the test case is not automated + // This portion of the code has been removed to ensure that the test case is not automated } */ - + if (top.FrameEnabled) top.fnLog(testResult); /* ]]> */ </script> ---> +--> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box.htm index aa9b09da1f8..44eecf81bbd 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box.htm @@ -7,7 +7,7 @@ <meta content="content-box : The background is painted within (clipped to) the content box." name="assert"> <meta charset="utf-8"> - + <style type="text/css"> @@ -32,7 +32,7 @@ color : #ff9933; background-image : url("../support/css3.png"); } - + .no-repeat { background-repeat : no-repeat; } @@ -43,7 +43,7 @@ </style> - + </head> <body> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box_with_position.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box_with_position.htm index d26db74417c..8fbaa8eccac 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box_with_position.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box_with_position.htm @@ -7,7 +7,7 @@ <meta content="content-box : The background is painted within (clipped to) the content box." name="assert"> <meta charset="utf-8"> - + <style type="text/css"> @@ -32,7 +32,7 @@ color : #ff9933; background-image : url("../support/css3.png"); } - + .no-repeat { background-repeat : no-repeat; } @@ -62,7 +62,7 @@ When background-position is enabled, the browser should clip the background corr <div class="view case"> Test background-clip </div> - + </div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box_with_radius.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box_with_radius.htm index 4f7accef028..a943a04efbf 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box_with_radius.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box_with_radius.htm @@ -7,7 +7,7 @@ <meta content="content-box : The background is painted within (clipped to) the content box." name="assert"> <meta charset="utf-8"> - + <style type="text/css"> @@ -32,7 +32,7 @@ color : #ff9933; background-image : url("../support/css3.png"); } - + .no-repeat { background-repeat : no-repeat; } @@ -62,7 +62,7 @@ When border-radius is enabled, the browser should clip the background correctly. <div class="view case"> Test background-clip </div> - + </div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box_with_size.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box_with_size.htm index 73e281a016d..69568a04a60 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box_with_size.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/content-box_with_size.htm @@ -7,7 +7,7 @@ <meta content="content-box : The background is painted within (clipped to) the content box." name="assert"> <meta charset="utf-8"> - + <style type="text/css"> @@ -32,7 +32,7 @@ color : #ff9933; background-image : url("../support/css3.png"); } - + .no-repeat { background-repeat : no-repeat; } @@ -60,7 +60,7 @@ When background-size is enabled, the browser should clip the background correctl <div class="view case"> Test background-clip </div> - + </div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/css-box-shadow-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/css-box-shadow-001.htm index 5a3c664b779..6cc31ed95f6 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/css-box-shadow-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/css-box-shadow-001.htm @@ -57,7 +57,7 @@ <script> var have_radius=true; var red=document.getElementById("red"); - var green=document.getElementById("green"); + var green=document.getElementById("green"); function fun_radius(){ if(have_radius){ red.style.borderBottomRightRadius="0px"; @@ -75,4 +75,5 @@ } </script> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/diagonal-percentage-vector-background.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/diagonal-percentage-vector-background.htm index 09826d011f2..db2d50aa0c1 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/diagonal-percentage-vector-background.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/diagonal-percentage-vector-background.htm @@ -31,8 +31,8 @@ /* - Complete quotation of the SVG object code: - + Complete quotation of the SVG object code: + <svg xmlns="http://www.w3.org/2000/svg"> <title>Vector image without intrinsic dimensions with percentage stroke-width (proportional to the diagonal)</title> <rect y="0" width="100%" height="50%" fill="lime"/> @@ -52,7 +52,7 @@ </svg> So: - + d = sqrt(vh**2 + vw**2) / sqrt(2) With width: 436px; (instead of 100px) and height: 360px; (instead of 700px): diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box.htm index 68c4c64d6ef..59f2d65ef05 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box.htm @@ -7,7 +7,7 @@ <meta content="padding-box : The background is painted within (clipped to) the padding box" name="assert"> <meta charset="utf-8"> - + <style type="text/css"> @@ -32,7 +32,7 @@ color : #ff9933; background-image : url("../support/css3.png"); } - + .no-repeat { background-repeat : no-repeat; } @@ -43,7 +43,7 @@ </style> - + </head> <body> @@ -62,7 +62,7 @@ Test Passed If : The background is clipped. The clip area is the area covered by <div class="view case"> Test background-clip </div> - + </div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box_with_position.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box_with_position.htm index fd67efc2129..313c1d9d879 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box_with_position.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box_with_position.htm @@ -7,7 +7,7 @@ <meta content="padding-box : The background is painted within (clipped to) the padding box" name="assert"> <meta charset="utf-8"> - + <style type="text/css"> @@ -32,7 +32,7 @@ color : #ff9933; background-image : url("../support/css3.png"); } - + .no-repeat { background-repeat : no-repeat; } @@ -61,7 +61,7 @@ When background-position is enabled, the browser should clip the background corr <div class="view case"> Test background-clip </div> - + </div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box_with_radius.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box_with_radius.htm index f98d7491594..2c4c31875af 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box_with_radius.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box_with_radius.htm @@ -7,7 +7,7 @@ <meta content="padding-box : The background is painted within (clipped to) the padding box" name="assert"> <meta charset="utf-8"> - + <style type="text/css"> @@ -32,7 +32,7 @@ color : #ff9933; background-image : url("../support/css3.png"); } - + .no-repeat { background-repeat : no-repeat; } @@ -61,7 +61,7 @@ When border-radius is enabled, the browser should clip the background correctly. <div class="view case"> Test background-clip </div> - + </div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box_with_size.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box_with_size.htm index 6fa30bafd23..fdfd9268e84 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box_with_size.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/padding-box_with_size.htm @@ -7,7 +7,7 @@ <meta content="padding-box : The background is painted within (clipped to) the padding box" name="assert"> <meta charset="utf-8"> - + <style type="text/css"> @@ -32,7 +32,7 @@ color : #ff9933; background-image : url("../support/css3.png"); } - + .no-repeat { background-repeat : no-repeat; } @@ -61,7 +61,7 @@ When background-size is enabled, the browser should clip the background correctl <div class="view case"> Test background-clip </div> - + </div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-334-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-334-ref.htm index 08fb41f62e0..76391e19ca0 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-334-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-334-ref.htm @@ -14,8 +14,8 @@ border: black dotted 5px; width: 150px; } - - img {vertical-align: top;} + + img {vertical-align: top;} /* otherwise, the image "sits" on the baseline inside line box. */ </style> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-image-first-letter-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-image-first-letter-ref.htm index fefb0f24802..8ecf295ea20 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-image-first-letter-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-image-first-letter-ref.htm @@ -6,7 +6,7 @@ <style type="text/css"> #content { color: transparent; - font: 100px Ahem; + font: 100px Ahem; } #content > #foo { background-image: url("../support/cat.png"); /* 98 w. by 99px h. */ diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-026-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-026-ref.htm index ffa475a9e79..a3b7652b0f5 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-026-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-026-ref.htm @@ -9,7 +9,7 @@ <style type="text/css"> div {width: 196px;} - + img {vertical-align: top;} </style> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-cover.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-cover.htm index 675f1c1f7bc..a56532f0297 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-cover.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-cover.htm @@ -21,7 +21,7 @@ <body> <p><img src="support/rectangle-96x60.png" alt="Image download support must be enabled"></p> <p>Test passes if a scaled portion of above image appears inside the below square.</p> - <p>Test fails if any red area is seen outside of the image.</p> + <p>Test fails if any red area is seen outside of the image.</p> <div> <img src="support/rectangle-96x60.png" alt="Image download support must be enabled"> </div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-001-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-001-ref.htm index c91fe68f282..932ec2c0370 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-001-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-001-ref.htm @@ -27,9 +27,9 @@ height: 32px; width: 16px; } - + div#top {background-color: lime;} - + div#bottom {background-color: aqua;} </style> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-008-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-008-ref.htm index 6ee6212edbc..1326135c721 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-008-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-008-ref.htm @@ -30,9 +30,9 @@ div#inner > div { height: 16px; - width: 16px; + width: 16px; } - + div#top {background-color: lime;} div#bottom {background-color: aqua;} diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-021-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-021-ref.htm index c5dc0496fa9..fee3713d998 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-021-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-021-ref.htm @@ -32,7 +32,7 @@ height: 64px; width: 8px; } - + div#top {background-color: lime;} div#bottom {background-color: aqua;} diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-022-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-022-ref.htm index bb43b4a2d1f..b9fdb9a4ed3 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-022-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background-size-vector-022-ref.htm @@ -24,7 +24,7 @@ div#inner { height: 384px; - width: 8px; + width: 8px; } div#inner > div @@ -32,7 +32,7 @@ height: 192px; width: 8px; } - + div#top {background-color: lime;} div#bottom {background-color: aqua;} diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background_clip_padding-box.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background_clip_padding-box.htm index fd1c7ac671f..b68e4c0b79f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background_clip_padding-box.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/background_clip_padding-box.htm @@ -4,7 +4,7 @@ <link href="dajiangxiaoyan@126.com" rel="author" title="Xiaoyan Jiang"> <link href="jinlongz@oupeng.com" rel="reviewer" title="Jinlong Zhang"> <style type="text/css"> - /* Positioned container allows for the self-describing statement to still + /* Positioned container allows for the self-describing statement to still be visible in the case of failure */ .container { position: absolute; @@ -26,7 +26,7 @@ position: absolute; border: blue dotted 5px ; } - + </style> </head> <body> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-001-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-001-ref.htm index 2aab77dd842..5a106cf0707 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-001-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-001-ref.htm @@ -6,13 +6,13 @@ <title>CSS Reftest Reference</title> <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> - + <style type="text/css"> div { font: 25px/1 Ahem; width: 6em; - word-spacing: 3em; + word-spacing: 3em; } div.top-and-bottom-stripes diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-003-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-003-ref.htm index 12358ebb332..11ed339dc19 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-003-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-003-ref.htm @@ -6,7 +6,7 @@ <title>CSS Reftest Reference</title> <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> - + <style type="text/css"> div { diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-005-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-005-ref.htm index 5f0197ab736..9fffdb62694 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-005-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-005-ref.htm @@ -6,13 +6,13 @@ <title>CSS Reftest Reference</title> <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> - + <style type="text/css"> div { background-color: blue; height: 192px; - width: 192px; + width: 192px; } </style> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-006-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-006-ref.htm index d3ae54c1abd..68ad677b34f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-006-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-006-ref.htm @@ -6,13 +6,13 @@ <title>CSS Reftest Reference</title> <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> - + <style type="text/css"> div { background-color: black; height: 192px; - width: 192px; + width: 192px; } </style> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-001-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-001-ref.htm index 787cf8fa4b6..6884d520ba6 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-001-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-001-ref.htm @@ -1,13 +1,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Border radius reference</title> <link rel="author" title="Nokia" href="http://www.nokia.com/"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; @@ -22,7 +22,7 @@ <li>PASS if the two boxes below are the same.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <div id="test"></div> <p><br></p> <div id="reference"></div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-002-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-002-ref.htm index ba02f030aac..829d8680e27 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-002-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-002-ref.htm @@ -1,13 +1,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Border radius reference</title> <link rel="author" title="Nokia" href="http://www.nokia.com/"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; @@ -27,7 +27,7 @@ <li>PASS if the two boxes below are the same and all 4 corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <div id="test"></div> <p><br></p> <div id="reference"></div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-003-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-003-ref.htm index a29cc6e3c67..86a2dd69d27 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-003-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-003-ref.htm @@ -1,13 +1,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Border radius reference</title> <link rel="author" title="Nokia" href="http://www.nokia.com/"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; @@ -27,7 +27,7 @@ <li>PASS if the two boxes below are the same and only top left and bottom right corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <div id="test"></div> <p><br></p> <div id="reference"></div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-004-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-004-ref.htm index 0f2391e6138..93db1447c75 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-004-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-004-ref.htm @@ -1,13 +1,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Border radius reference</title> <link rel="author" title="Nokia" href="http://www.nokia.com/"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; @@ -27,7 +27,7 @@ <li>PASS if the two boxes below are the same and all 4 corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <div id="test"></div> <p><br></p> <div id="reference"></div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-005-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-005-ref.htm index 5c562678a9e..0fbd5ff8305 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-005-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-005-ref.htm @@ -1,13 +1,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Border radius reference</title> <link rel="author" title="Nokia" href="http://www.nokia.com/"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; @@ -27,7 +27,7 @@ <li>PASS if the two boxes below are the same and all 4 corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <div id="test"></div> <p><br></p> <div id="reference"></div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-006-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-006-ref.htm index 49eebb6c48c..339a38b6f14 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-006-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-006-ref.htm @@ -1,13 +1,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Border radius reference</title> <link rel="author" title="Nokia" href="http://www.nokia.com/"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; @@ -27,7 +27,7 @@ <li>PASS if the two boxes below are the same and all 4 corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <div id="test"></div> <p><br></p> <div id="reference"></div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-007-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-007-ref.htm index d84656ec467..69f5e968342 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-007-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-007-ref.htm @@ -1,13 +1,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Border radius reference</title> <link rel="author" title="Nokia" href="http://www.nokia.com/"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; @@ -27,7 +27,7 @@ <li>PASS if the two boxes below are the same and all 4 corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <div id="test"></div> <p><br></p> <div id="reference"></div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-009-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-009-ref.htm index 5c09c3631e8..602837ecc4a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-009-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-009-ref.htm @@ -1,13 +1,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Border radius reference</title> <link rel="author" title="Nokia" href="http://www.nokia.com/"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; @@ -27,7 +27,7 @@ <li>PASS if the two boxes below are the same and all 4 corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <div id="test"></div> <p><br></p> <div id="reference"></div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-010-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-010-ref.htm index 52d641caad9..0f77d700d83 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-010-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-010-ref.htm @@ -1,13 +1,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Border radius reference</title> <link rel="author" title="Nokia" href="http://www.nokia.com/"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; @@ -27,7 +27,7 @@ <li>PASS if the two boxes below are the same and only top left and bottom right corners are rounded.</li> <li>FAIL if the output is not as expected.</li> </ul> - + <div id="test"></div> <p><br></p> <div id="reference"></div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-011-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-011-ref.htm index 6a2cecea924..1a1634778c6 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-011-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-011-ref.htm @@ -1,13 +1,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<html> <head> <title>CSS Test: Border radius reference</title> <link rel="author" title="Nokia" href="http://www.nokia.com/"> <style type="text/css"> /* */ - div + div { - border:2px solid #a1a1a1; + border:2px solid #a1a1a1; background:#dddddd; width:200px; height: 100px; @@ -23,7 +23,7 @@ <li>PASS if the two boxes below are the same, each with sharp corner joins (no rounding).</li> <li>FAIL if corner joins have any rounding.</li> </ul> - + <div></div> <p><br></p> <div></div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-shorthand-002-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-shorthand-002-ref.htm index 6bc14762941..bcdadc8e3d6 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-shorthand-002-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-radius-shorthand-002-ref.htm @@ -4,7 +4,7 @@ <link href="mailto:arno@arno.org" rel="author" title="arno"> <style type="text/css"> /* <![CDATA[ */ - div + div { border-top-left-radius: 29px 5px; border-top-right-radius: 43px 11px; @@ -25,7 +25,8 @@ <li>PASS if the box below has four rounded corners.</li> <li>FAIL if the corners are not rounded.</li> </ul> - + <div></div> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/css-box-shadow-ref-001.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/css-box-shadow-ref-001.htm index d55f1fe3bf1..72053628e15 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/css-box-shadow-ref-001.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/css-box-shadow-ref-001.htm @@ -54,7 +54,7 @@ var have_radius=true; var black=document.getElementById("black"); var red=document.getElementById("red"); - var green=document.getElementById("green"); + var green=document.getElementById("green"); function fun_radius(){ if(have_radius){ red.style.borderBottomRightRadius="0px"; @@ -75,4 +75,5 @@ } </script> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/css3-background-clip-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/css3-background-clip-ref.htm index da537cb62a7..0f99a11f2f7 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/css3-background-clip-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/css3-background-clip-ref.htm @@ -2,7 +2,7 @@ <html><head> <meta charset="UTF-8"> <title>CSS Background-clip Test: the background is pruned to content box</title> - <link href="mailto:451887565@qq.com" rel="author" title="Xie Bing"> + <link href="mailto:451887565@qq.com" rel="author" title="Xie Bing"> <link href="mailto:shendayang@baidu.com" rel="reviewer" title="Dayang Shen"> <!-- 2013-09-03 --> <style type="text/css"> .box{ diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/css3-background-size-contain-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/css3-background-size-contain-ref.htm index 6a2dec4af82..8081e4255c6 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/css3-background-size-contain-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/css3-background-size-contain-ref.htm @@ -17,7 +17,7 @@ height: 200px; } </style> -</head> +</head> <body> <p>The test passes if the green box image is scaled to fit the width of the outer box, while preserving its intrinsic aspect ratio.</p> <div> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/diagonal-percentage-vector-background-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/diagonal-percentage-vector-background-ref.htm index c461a86065a..cbad8571fd7 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/diagonal-percentage-vector-background-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/diagonal-percentage-vector-background-ref.htm @@ -16,15 +16,15 @@ table-layout: fixed; width: 452px; /* 436px wide plus 2 mult 8px borders == 452px */ } - + col#first-column {width: 89px;} /* (25% of 436px) - (40px / 2) */ - + col#second-column {width: 40px;} - + /* - Complete quotation of the SVG object code: - + Complete quotation of the SVG object code: + <svg xmlns="http://www.w3.org/2000/svg"> <title>Vector image without intrinsic dimensions with percentage stroke-width (proportional to the diagonal)</title> <rect y="0" width="100%" height="50%" fill="lime"/> @@ -44,7 +44,7 @@ </svg> So: - + d = sqrt(vh**2 + vw**2) / sqrt(2) With width: 436px; (instead of 100px) and height: 360px; (instead of 700px): @@ -62,17 +62,17 @@ and so 10% of 399.809954854px == 39.9809954854px =~ 40px */ - + td { height: 90px; padding: 0px; } - + td.lime {background-color: lime;} - + td.fuchsia {background-color: fuchsia;} - + td.aqua {background-color: aqua;} </style> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime128x16-aqua128x16.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime128x16-aqua128x16.htm index 0473aaf5db0..2dc4bc87089 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime128x16-aqua128x16.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime128x16-aqua128x16.htm @@ -26,13 +26,13 @@ height: 32px; width: 128px; } - + div#inner > div { height: 16px; width: 128px; } - + div#top {background-color: lime;} div#bottom {background-color: aqua;} diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime128x192-aqua128x192.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime128x192-aqua128x192.htm index f6bfc375fd4..70ef3f86214 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime128x192-aqua128x192.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime128x192-aqua128x192.htm @@ -26,13 +26,13 @@ height: 384px; width: 128px; } - + div#inner > div { height: 192px; - width: 128px; + width: 128px; } - + div#top {background-color: lime;} div#bottom {background-color: aqua;} diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime16x192-aqua16x192.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime16x192-aqua16x192.htm index ca03cb439e7..dc167ab4293 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime16x192-aqua16x192.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime16x192-aqua16x192.htm @@ -34,7 +34,7 @@ } div#top {background-color: lime;} - + div#bottom {background-color: aqua;} </style> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime24x192-aqua24x192.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime24x192-aqua24x192.htm index 3f87bddaebe..81edf8a5532 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime24x192-aqua24x192.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime24x192-aqua24x192.htm @@ -29,10 +29,10 @@ div#inner > div { - height: 192px; + height: 192px; width: 24px; } - + div#top {background-color: lime;} div#bottom {background-color: aqua;} diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime2x16-aqua2x16.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime2x16-aqua2x16.htm index bcd593a74b1..c01c049176a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime2x16-aqua2x16.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime2x16-aqua2x16.htm @@ -32,7 +32,7 @@ height: 16px; width: 2px; } - + div#top {background-color: lime;} div#bottom {background-color: aqua;} diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime8x16-aqua8x16.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime8x16-aqua8x16.htm index bff03cae514..4434f11fb62 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime8x16-aqua8x16.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime8x16-aqua8x16.htm @@ -24,12 +24,12 @@ div#inner { height: 32px; - width: 8px; + width: 8px; } div#inner > div - { - height: 16px; + { + height: 16px; width: 8px; } diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ttwf-reftest-background-repeat-x-ref.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ttwf-reftest-background-repeat-x-ref.htm index db3cf4f3197..343e26d46da 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ttwf-reftest-background-repeat-x-ref.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ttwf-reftest-background-repeat-x-ref.htm @@ -6,18 +6,18 @@ table{ font-size:12px; } - th{ + th{ height:80px; /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../support/table-head.jpg',sizingMethod='scale'); background-repeat: repeat-x;*/ background:url(../support/table-head.jpg) repeat-x; border-width:0px; } - + </style> </head> <body> <p>The test passes if you didn't see the img repeat on the Y direction (note: the size of img is 1px weight and 80px height and with blue and red colors) </p> - + <table> <tbody><tr> <th> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-nonpercent-height-viewbox.htm index e6093acd1af..8d8b7af6d87 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-nonpercent-height.htm index 418ebf065c7..a661d0e7e86 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-omitted-height-viewbox.htm index 140e4dc6573..6adabd5e9ff 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-omitted-height.htm index e571191a792..ec297a2ab33 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-percent-height-viewbox.htm index 3ed6ccf16e5..c9e38508400 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-percent-height.htm index dcf81cb3762..1a507ddda28 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto--percent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-nonpercent-height-viewbox.htm index 04c52047825..afe467ac4bf 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-nonpercent-height.htm index 3cea1e26676..b11f18dd223 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-omitted-height-viewbox.htm index 659de57c086..c73bca703c8 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-omitted-height.htm index 617e30458c2..b7731a4a359 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-percent-height-viewbox.htm index ae0b021290b..686c0b86027 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-percent-height.htm index 87a68222372..cf94dba9831 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--nonpercent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-nonpercent-height-viewbox.htm index 3ab9c7d5d76..9a2f7feca39 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-nonpercent-height.htm index a73032c019d..da95b707088 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-omitted-height-viewbox.htm index 4c02db4e8f3..ae788d7372c 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-omitted-height.htm index ba82eeba5ec..1f9ad077a44 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-percent-height-viewbox.htm index e35f6d4389a..0786a7635f6 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-percent-height.htm index e7b2cc6d87a..1a9893e31ef 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--omitted-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-nonpercent-height-viewbox.htm index 77ef9e13903..b6af93264c8 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-nonpercent-height.htm index 9f784c6dc70..ebf1b2a364e 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-omitted-height-viewbox.htm index 2e19d84949b..b8ff6d54522 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-omitted-height.htm index c0e51efc67c..5309504723f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-percent-height-viewbox.htm index 4c07646c781..4409f11016f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-percent-height.htm index 750e6ce3303..41bd8a3f8c3 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--auto-32px--percent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--height.htm index d94e03b2d7b..b4a9e6f860d 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--height.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-nonpercent-height-viewbox.htm index 83bcaa2a604..aff77d12569 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-nonpercent-height.htm index a6ee11dd6c3..cd16bdb7cf1 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-omitted-height-viewbox.htm index 3a0ecb92a86..ec8e9b420b4 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-omitted-height.htm index 28546075b56..3ca2a3a2b79 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-percent-height-viewbox.htm index 93717e9e314..3c2acfac9ba 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-percent-height.htm index 685b288e58f..2d4f991ed7a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--nonpercent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-nonpercent-height-viewbox.htm index a1b40d1d892..170ec7649ea 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-nonpercent-height.htm index 6b2d0d7c258..7bfb0e47ea8 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-omitted-height-viewbox.htm index 57aaad099bd..03ce1a4b5f8 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-omitted-height.htm index 5b4dfc28eea..1d4e0c312f4 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-percent-height-viewbox.htm index 581f9f6a742..3352df3d63e 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-percent-height.htm index 424509edeb4..536b0444921 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--omitted-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-nonpercent-height-viewbox.htm index 930cba8ca28..68b70c83175 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-nonpercent-height.htm index 3587951ac05..cefeeb1ded5 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-omitted-height-viewbox.htm index 9a7cc564493..0b969a42a5d 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-omitted-height.htm index 0c2899803aa..e22db358dc1 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-percent-height-viewbox.htm index 923dc3c8f1a..27952299f89 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-percent-height.htm index 8fff631e370..06a80234de9 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--percent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--width.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--width.htm index 9f8d2a5fe45..3facd5c846a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--width.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--contain--width.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--height.htm index 39235d6a575..7f4facb8a37 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--height.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-nonpercent-height-viewbox.htm index ff1c8b5a3c2..bb80ad891ba 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-nonpercent-height.htm index 94ec56267fb..48eaba27591 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-omitted-height-viewbox.htm index 859bd74d2d2..88ee00257c1 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-omitted-height.htm index c609a9968a2..3e66022507b 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-percent-height-viewbox.htm index 7dc99ee1637..36fafcca84c 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-percent-height.htm index 51f6488176c..eb823827b8e 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--nonpercent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-nonpercent-height-viewbox.htm index bdefc5b7dda..ba9acb6aa96 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-nonpercent-height.htm index 4885403d897..4067faefd47 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-omitted-height-viewbox.htm index b6405dc77ee..a24fdad6fb5 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-omitted-height.htm index fd91cad5af6..4333bc10a21 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-percent-height-viewbox.htm index 2af7d743885..dc6674c3514 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-percent-height.htm index 89e146750b9..66ccce7eace 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--omitted-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-nonpercent-height-viewbox.htm index 1496e081f4c..06328f20880 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-nonpercent-height.htm index 616dd4b74e4..753c8ca8a08 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-omitted-height-viewbox.htm index 0613ee39b0c..8f2a38ac54a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-omitted-height.htm index 9d17e68af68..4eddca450e2 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-percent-height-viewbox.htm index c0df112f990..108e5b9822c 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-percent-height.htm index c0cd9562623..7c486c76ecf 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--percent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--width.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--width.htm index b6f431ee55f..8121cb1f1ee 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--width.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/tall--cover--width.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/ttwf-reftest-background-repeat-x.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/ttwf-reftest-background-repeat-x.htm index ccb42db8492..8856535e92c 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/ttwf-reftest-background-repeat-x.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/ttwf-reftest-background-repeat-x.htm @@ -9,25 +9,25 @@ table{ font-size:12px; } - th{ + th{ height:160px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='support/table-head.jpg',sizingMethod='scale'); background-repeat: repeat-x; /*background:url(support/table-head.jpg) repeat-x;*/ border-width:0px; } - + </style> <script> var filter=true; var obj_array=document.getElementsByTagName("th"); - + function switch_filter(){ if(filter){ for(i=0;i<obj_array.length;i++){ obj_array[i].style.filter=""; obj_array[i].style.background="url(support/table-head.jpg) repeat-x"; - } + } var button=document.getElementById("switch-button"); button.value="has use the pure repeat-x.click here to cancel repeat-x,to use filter!!!"; filter=false; @@ -36,7 +36,7 @@ for(i=0;i<obj_array.length;i++){ obj_array[i].style.background=""; obj_array[i].style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='support/table-head.jpg',sizingMethod='scale'); background-repeat: repeat-x"; - } + } var button=document.getElementById("switch-button"); button.value="has used the filter.click here to cancel filter,to use pure repeat-x!!!"; filter=true; diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/ttwf-reftest-borderRadius.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/ttwf-reftest-borderRadius.htm index ad4491d769c..9588873804b 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/ttwf-reftest-borderRadius.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/ttwf-reftest-borderRadius.htm @@ -18,7 +18,7 @@ <tr><td></td><td></td><td></td></tr> <tr><td></td><td></td><td></td></tr> </tbody></table> - + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-nonpercent-height-viewbox.htm index 87a09a6fab5..c89316feccc 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-nonpercent-height.htm index 3ea91446298..68c4f52551f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-omitted-height-viewbox.htm index 8e7c8eff88e..9de1856cd9a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-omitted-height.htm index aa6960816de..90e735f65c7 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-percent-height-viewbox.htm index 80815844ec9..40ea27b8769 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-percent-height.htm index 535448fc7f3..9852d71edd0 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--nonpercent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-nonpercent-height-viewbox.htm index c0836235b69..8b2c290f796 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-nonpercent-height.htm index 075a9ab087d..f6b733a7571 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-omitted-height-viewbox.htm index b83d8069e63..766c709e20e 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-omitted-height.htm index 4d3cce03717..0ea77fc673a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-percent-height-viewbox.htm index 7bb720df273..e6cabd6b51c 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-percent-height.htm index b90a329d2a8..32e28f5057a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--omitted-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-nonpercent-height-viewbox.htm index d1ba85a0f5f..ee3f0c6d79c 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-nonpercent-height.htm index 8a2ddb0e5a4..502b84d95c8 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-omitted-height-viewbox.htm index ee136bcef17..bc593699888 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-omitted-height.htm index b99c8402b5a..cf808228bd4 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-percent-height-viewbox.htm index fbe43b410ba..0018d1fb12a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-percent-height.htm index d7af0f910c1..c1cb105bf48 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--12px-auto--percent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-nonpercent-height-viewbox.htm index 786b9e0de8c..dbe184c3871 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-nonpercent-height.htm index a945b6ecf57..202f9129eca 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-omitted-height-viewbox.htm index 4230fa24bf7..ffc3e5398de 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-omitted-height.htm index ca2c1472b92..c4cf25db7ed 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-percent-height-viewbox.htm index e65ef14dfe7..f15562e82a1 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-percent-height.htm index 8bda13b9764..9a5d5793e61 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--nonpercent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-nonpercent-height-viewbox.htm index d2f046cbd0d..5a09350e692 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-nonpercent-height.htm index df7214ae3e7..1d38556e242 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-omitted-height-viewbox.htm index be81cccd09c..ef17cba1dc2 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-omitted-height.htm index 754053685db..bb8581f8aa1 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-percent-height-viewbox.htm index 09a929151db..7196c681150 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-percent-height.htm index 5c33cb4c6d6..955cc1c712a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--omitted-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-nonpercent-height-viewbox.htm index a99e85e2ea3..7a6c5701d3c 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-nonpercent-height.htm index 0d050e74b7c..7dc7b21f7aa 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-omitted-height-viewbox.htm index dc98fdecda7..7c5f64b4f56 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-omitted-height.htm index f3c02d25f54..3a0d6d6b83f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-percent-height-viewbox.htm index 76557159c75..07571cbdbc5 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-percent-height.htm index b18e3aba761..3db2834ac86 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto--percent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-nonpercent-height-viewbox.htm index 4bd84116c4c..96a919e050c 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-nonpercent-height.htm index da6242e30c1..e88b4dd706b 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-omitted-height-viewbox.htm index 52eb862343b..738a605edbd 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-omitted-height.htm index eec409c778e..e574b38148f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-percent-height-viewbox.htm index 47c1247cd2d..59d0c78c47a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-percent-height.htm index 88eac8e2f0a..fe2683102a9 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--nonpercent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-nonpercent-height-viewbox.htm index 5d2cf201f18..1a2853ce711 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-nonpercent-height.htm index ba238ed0e5d..e19b69101bf 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-omitted-height-viewbox.htm index 3ec50643800..e9dd9ec3142 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-omitted-height.htm index 10297a73037..08aa7328ae1 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-percent-height-viewbox.htm index d11803b3802..85dd3fd0e57 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-percent-height.htm index b345ad7fbbd..e22e57e155a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--omitted-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-nonpercent-height-viewbox.htm index 30781dd4a79..8c741367264 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-nonpercent-height.htm index 16afe9c975d..bc2905efadc 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-omitted-height-viewbox.htm index f40829c30a9..71b21e927f9 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-omitted-height.htm index ae380ad7b4d..07ca92d8e0e 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-percent-height-viewbox.htm index bf656a27022..34c0ad46af2 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-percent-height.htm index 34f4125c9ea..b6eaf246cbd 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--auto-32px--percent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--height.htm index f1251266a12..35829e0569e 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--height.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-nonpercent-height-viewbox.htm index 8aa8e7d888f..1b759bd11b7 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-nonpercent-height.htm index cffc0ec12b6..07397322058 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-omitted-height-viewbox.htm index ae5402a6cd3..d317f188bcc 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-omitted-height.htm index ed3314b2507..24656593181 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-percent-height-viewbox.htm index 6e6eb63326f..acec02eae89 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-percent-height.htm index 27f1ca77947..ff1326e41f5 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--nonpercent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-nonpercent-height-viewbox.htm index b95d5c9ea0d..fb71a3ca82c 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-nonpercent-height.htm index e25c6a8bcbd..14763fe15b9 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-omitted-height-viewbox.htm index 24a173efb8a..3d8b340159b 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-omitted-height.htm index 7653bc837b8..cccd8d180ac 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-percent-height-viewbox.htm index f268bcff33b..3653f323510 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-percent-height.htm index e1a247718ab..b2812d615be 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--omitted-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-nonpercent-height-viewbox.htm index c878d560c18..324c38acbdb 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-nonpercent-height.htm index 12befd4ab04..aa68b00e1da 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-omitted-height-viewbox.htm index ce2d91196ab..7eaef3fc272 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-omitted-height.htm index cd50ce3e329..92f8bd4fe56 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-percent-height-viewbox.htm index f3b3bbc69b3..8c0c5d6e8fe 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-percent-height.htm index 67740117275..89342f111bc 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--percent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--width.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--width.htm index c6fed193b01..87b1ba99596 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--width.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--contain--width.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--height.htm index 0ed5d5fbcea..56fa3d8d3a1 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--height.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-nonpercent-height-viewbox.htm index 350d47ec727..cfba4b7e72a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-nonpercent-height.htm index 523814123bb..b20f21e5e9b 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-omitted-height-viewbox.htm index d806cb1f455..d34a41b8c5f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-omitted-height.htm index ad8133715df..9f949b86978 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-percent-height-viewbox.htm index df969645572..a0adcbf51f6 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-percent-height.htm index bf267cc1759..8ba9e92aba8 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-nonpercent-height-viewbox.htm index 7d4bcff58fe..521dd19a5d4 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-nonpercent-height.htm index c86c97f6080..5a59cb970f5 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-omitted-height-viewbox.htm index 8fef8e3c0f3..ffab08908bb 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-omitted-height.htm index d8bf4c53469..5f7b9a2901b 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-percent-height-viewbox.htm index ebf283d5355..25bbb83fd48 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-percent-height.htm index 1e0207167d2..534cf7d320a 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--omitted-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-nonpercent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-nonpercent-height-viewbox.htm index 2e78d7c92ef..3d9ba7ca806 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-nonpercent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-nonpercent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-nonpercent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-nonpercent-height.htm index 52a745fdc5c..c44d3c70b42 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-nonpercent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-nonpercent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-omitted-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-omitted-height-viewbox.htm index 2653802c668..611ead07a24 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-omitted-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-omitted-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-omitted-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-omitted-height.htm index d29debc6a8d..80d2541dfc7 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-omitted-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-omitted-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-percent-height-viewbox.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-percent-height-viewbox.htm index 8a7907062b9..0f1e82f18cc 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-percent-height-viewbox.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-percent-height-viewbox.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-percent-height.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-percent-height.htm index 109aba0f74a..274eafd324d 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-percent-height.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--percent-width-percent-height.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--width.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--width.htm index 2d06d0741bf..95fae4bf40b 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--width.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--width.htm @@ -16,7 +16,7 @@ <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-5px-auto.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-5px-auto.htm index e656cf961b6..c2e82313ce2 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-5px-auto.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-5px-auto.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-auto-5px.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-auto-5px.htm index 3e6aff51322..450837bd045 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-auto-5px.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-auto-5px.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-auto-auto.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-auto-auto.htm index d71b4059ca4..75fc0476e83 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-auto-auto.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-auto-auto.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-contain.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-contain.htm index def9f97a2be..646a73acf6f 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-contain.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-contain.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-cover.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-cover.htm index 844c197c95c..5eb1be163a5 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-cover.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-height-ratio-cover.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-5px-auto.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-5px-auto.htm index 4d26031f1e2..46867cc45ad 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-5px-auto.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-5px-auto.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-auto-5px.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-auto-5px.htm index 0fda0f02817..0af36626773 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-auto-5px.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-auto-5px.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-auto-auto.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-auto-auto.htm index f33c5dbe5e8..db7166aae96 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-auto-auto.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-auto-auto.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-contain.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-contain.htm index c00e0d12755..8caf3d1e392 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-contain.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-contain.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-cover.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-cover.htm index 0c476a2f387..f5a265c4020 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-cover.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-ratio-no-dimensions-cover.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-5px-auto.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-5px-auto.htm index 0aad9ba2215..2ee7669ed27 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-5px-auto.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-5px-auto.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-auto-5px.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-auto-5px.htm index a57c9d2b248..1a91e2b75fb 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-auto-5px.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-auto-5px.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-auto-auto.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-auto-auto.htm index beef88e318d..8c4ea4f5e6e 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-auto-auto.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-auto-auto.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-contain.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-contain.htm index 44627c5cfea..882a5892849 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-contain.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-contain.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-cover.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-cover.htm index 936a7746bfa..c6951779690 100644 --- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-cover.htm +++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/zero-width-ratio-cover.htm @@ -15,7 +15,7 @@ <link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help"> <link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help"> - + <meta content="svg" name="flags"> <style type="text/css"> |