mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
18 lines
383 B
HTML
18 lines
383 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<style>
|
|
div { color: green; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<!-- Need the non-breaking spaces to avoid some reftest badness due to
|
|
the 't' extending outside its nominal metrics -->
|
|
<span> test</span>
|
|
</div>
|
|
<div>
|
|
<span> test</span>
|
|
</div>
|
|
</body>
|
|
</html>
|