blob: e50faba6b55ae5116c743dd0dd8487deaa78b481 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<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>
</head>
<body>
<p><test style="background: lime">This sentence should have a green background.</test></p>
<p><test style="background: lime">This sentence should have a green background.</test></p>
<p><test style="background: lime">This sentence should have a green background.</test></p>
</body>
</html>
|