Chromium Code Reviews| Index: LayoutTests/fast/dom/HTMLDocument/width-and-height.html |
| diff --git a/LayoutTests/fast/dom/HTMLDocument/width-and-height.html b/LayoutTests/fast/dom/HTMLDocument/width-and-height.html |
| deleted file mode 100644 |
| index b098b42512a38388c8357167ad6109bb356cf353..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/dom/HTMLDocument/width-and-height.html |
| +++ /dev/null |
| @@ -1,9 +0,0 @@ |
| -<script> |
| - if (window.testRunner) |
| - testRunner.dumpAsText(); |
| - |
| - if ('width' in document && 'height' in document) |
| - document.write("PASS. The document.width and document.height properties are accessible from JavaScript."); |
| - else |
| - document.write("FAIL. document.width or document.height are not accessible from JavaScript."); |
| -</script> |