servo/tests/ref/table_specified_width_ref.html
2014-11-27 09:10:58 +10:00

17 lines
405 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/ahem.css">
<style>
body {
margin: 0;
}
.red {
color: #ff0000;
}
.green {
color: #00ff00;
}
</style>
</head>
<body><span class="red">X</span><span class="green">XXX</span></body>
</html>