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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-outline-repaint.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/overflow-outline-repaint.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-outline-repaint.html b/third_party/WebKit/LayoutTests/fast/repaint/overflow-outline-repaint.html
deleted file mode 100644
index b2727143d13b3e4656e8f0a5dd2e59d63454da94..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-outline-repaint.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-<head>
- <script type="text/javascript">
- function runTest()
- {
- if (window.testRunner)
- window.testRunner.dumpAsTextWithPixelResults();
- document.getElementById("z").lastChild.data='Excellent! Test';
- }
- </script>
-</head>
-<body onload="runTest()">
-If the red outline at the bottom of the div extends all the way to the scrollbar, the test passes. If it stops short, then the test has failed, and an incomplete repaint has occurred.
-<div id="t" style="overflow-y: scroll; outline: none; width: 80px; height: 69px;">
- <br><br><br><br><br><br><br><br><br><span id="z" style="outline: 3px solid red;">Failed Test</span>
-</div>
-<script>
- document.getElementById("t").scrollTop = 91;
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698