mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
13 lines
444 B
XML
13 lines
444 B
XML
<root>
|
|
<head xmlns="http://www.w3.org/1999/xhtml">
|
|
<link rel="author" title="L. David Baron" href="https://dbaron.org/"/>
|
|
<link rel="author" title="Mozilla" href="http://mozilla.org/"/>
|
|
<title>CSS Namespaces Test Suite reference</title>
|
|
<style>
|
|
t, root { display:block }
|
|
t { background:lime }
|
|
</style>
|
|
</head>
|
|
<t>This sentence should have a green background.</t>
|
|
<t>This sentence should have a green background.</t>
|
|
</root>
|