oliver | d94509c | 2007-10-12 14:19:59 +0000 | [diff] [blame] | 1 | <?xml-stylesheet href="resources/test-xml-stylesheet.css" type="text/css"?> |
2 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||||
3 | <script> | ||||
4 | if (window.layoutTestController) | ||||
5 | layoutTestController.dumpDOMAsWebArchive(); | ||||
6 | </script> | ||||
7 | <style> | ||||
8 | div { background: red; width: 100px; height: 100px; } | ||||
9 | </style> | ||||
10 | <div id="test"> | ||||
11 | </div> | ||||
12 | </html> |