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

Unified Diff: LayoutTests/fast/dom/Element/resources/scrollable-iframe-strict.html

Issue 25767003: Revert "document.documentElement.scrollTop/Left is zero" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
Index: LayoutTests/fast/dom/Element/resources/scrollable-iframe-strict.html
diff --git a/LayoutTests/fast/dom/Element/resources/scrollable-iframe-strict.html b/LayoutTests/fast/dom/Element/resources/scrollable-iframe-strict.html
deleted file mode 100644
index c410d3767ea23d125309578cd59195ce483539d6..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/Element/resources/scrollable-iframe-strict.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
- <head>
- <style>
- div {
- height: 9999px;
- width: 9999px;
- }
- </style>
- <script>
- function scroll() {
- window.scrollTo(4000,5000);
- parent.verifyTest()
- }
- </script>
- </head>
-<body onload="scroll()">
- <div></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698