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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/nested-iframe-scroll-outer.html

Issue 2327223002: Move all remaining fast/repaint tests to paint/invalidation (Closed)
Patch Set: Created 4 years, 3 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: third_party/WebKit/LayoutTests/fast/repaint/nested-iframe-scroll-outer.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/nested-iframe-scroll-outer.html b/third_party/WebKit/LayoutTests/fast/repaint/nested-iframe-scroll-outer.html
deleted file mode 100644
index 1549005632db97d8456ef380fc455f7066cd795c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/nested-iframe-scroll-outer.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<head>
- <link rel="stylesheet" href="resources/default.css">
- <script type="text/javascript">
- if (window.testRunner)
- testRunner.dumpAsTextWithPixelResults();
- function runTest()
- {
- document.getElementById('iframe').contentWindow.scrollTo(200, 200);
- }
- </script>
-</head>
-<body onload="runTest()">
- <!-- You should 3 non-overlapping rectangle (from left to right): a green, a yellow and a blue. -->
- <iframe id="iframe" src="resources/iframe-outer.html"></iframe>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698