2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / blank-innerHTML.xhtml
bloba5c1c6bc6904f0aa966dfdc2a14d16fc88ee0f7c
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 </head>
5 <body>
6 This test did <span id="not">NOT</span> pass.
7 <script type="text/javascript">
8 if (window.layoutTestController)
9 layoutTestController.dumpAsText();
10 document.getElementById('not').innerHTML = '';
11 </script>
12 </body>
13 </html>