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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/multicol-nested.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/multicol-nested.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/multicol-nested.html b/third_party/WebKit/LayoutTests/fast/repaint/multicol-nested.html
deleted file mode 100644
index 042e8fb80a815a8a8ab6571efde0aa963ecf7ceb..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/multicol-nested.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<script src="../../resources/run-after-layout-and-paint.js"></script>
-<script>
- runAfterLayoutAndPaint(function() {
- document.getElementById("target").style.background = "green";
- }, true);
-</script>
-<p>A green box should be seen in the bottom right corner of the yellow box.</p>
-<div style="columns:2; column-fill:auto; height:40px; column-gap:10px; width:630px; line-height:20px; orphans:1; widows:1; background:yellow;">
- <div><br></div>
- <div style="columns:2; column-gap:10px;">
- <div><br></div>
- <div style="columns:2; column-gap:10px;">
- <div><br></div>
- <div><br></div>
- <div><br></div>
- <div><br></div>
- <div><br></div>
- <div><br></div>
- <div><br></div>
- <div><br></div>
- <div><br></div>
- <div id="target"><br></div>
- </div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698