haikuwebkit/LayoutTests/ietestcenter/css3/namespaces/prefix-008-expected.xml

19 lines
584 B
XML

<?xml version="1.0"?>
<root xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Namespaces Test Suite: default namespace is declared more than once and only the last one applies. - Reference</title>
<link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
<link rel="help" href="http://www.w3.org/TR/css3-namespace/#prefixes" />
<style type="text/css">
span
{
background: lime;
}
</style>
</head>
<body>
<p>Test passes if the "Filler Text" text below has a green background.</p>
<span>Filler Text</span>
</body>
</root>