Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/CSS2/borders/border-shorthands-002.xht
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CSS Test: border-color shorthand (basic)</title> <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/border/color/002.html" type="text/html"/> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties"/> <link rel="match" href="border-shorthands-001-ref.xht" /> <style type="text/css"> .test { border: solid 1em; } div { color: green; border-color: red; } </style> </head> <body> <p>There should be a green bar below.</p> <div class="test"></div> </body> </html>
/css/CSS2/borders/border-shorthands-001-ref.xht
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CSS Reftest Reference</title> <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <style type="text/css"><![CDATA[ div { background-color: green; height: 2em; } ]]></style> </head> <body> <p>There should be a green bar below.</p> <div></div> </body> </html>