blob: 8c8ee979a88f80c15efec81e6bbebe1987b11d42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Selectors Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
<style type="text/css">
body {
color: green;
}
</style>
</head>
<body>
This text should be green.
</body>
</html>
|