Status: FAIL | Duration: 8ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
<!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ --> <!DOCTYPE html> <html> <head> <!-- The original and initial filename of this test was wide- -12px-auto- -percent-width-omitted-height-viewbox.html --> <title>CSS Backgrounds and Borders Test: background-size: 12px auto; for percent-width-omitted-height-viewbox.svg</title> <link rel="author" title="Jeff Walden" href="http://whereswalden.com/"> <link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-size"> <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing"> <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute"> <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute"> <link rel="match" href="reference/ref-wide-lime12x96-aqua12x96.html"> <meta name="flags" content="svg"> <style type="text/css"> div { background-image: url("support/percent-width-omitted-height-viewbox.svg"); background-repeat: no-repeat; background-size: 12px auto; border: black solid 1px; height: 256px; width: 768px; } </style> </head> <body> <div></div> </body> </html>
/css/css-backgrounds/background-size/vector/reference/ref-wide-lime12x96-aqua12x96.html
<!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ --> <!DOCTYPE html> <html> <head> <!-- The original and initial filename of this reference file was ref-wide-lime12x96-aqua12x96.html --> <title>CSS Reftest Reference</title> <link rel="author" title="Jeff Walden" href="http://whereswalden.com/"> <style type="text/css"> div { width: 768px; height: 256px; } #outer { border: 1px solid black; } #inner { width: 12px; height: 192px; } #inner > div { width: 12px; height: 96px; } #top { background-color: lime; } #bottom { background-color: aqua; } </style> </head> <body> <div id="outer"><div id="inner"><div id="top"></div><div id="bottom"></div></div></div> </body> </html>