Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: LayoutTests/fast/dom/HTMLDocument/width-and-height.html

Issue 17585006: Remove HTMLDocument.width and height properties (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix device metrics test with Internals API Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLDocument/width-and-height-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLDocument/width-and-height-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698