blob: 9199b11c551aa88af2103ae89a807ce5fbeee87b [file] [log] [blame]
<?xml version="1.0"?>
<root xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Namespaces Test Suite: default namespace - 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>
<p>Test passes if the "Filler Text" text below has a green background.</p>
<p><span>Filler Text</span></p>
<p><span>Filler Text</span></p>
<p><span>Filler Text</span></p>
</root>