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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/layer-outline-horizontal.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/layer-outline-horizontal.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/layer-outline-horizontal.html b/third_party/WebKit/LayoutTests/fast/repaint/layer-outline-horizontal.html
deleted file mode 100644
index 16859f04c66d5f0b4d94fb5499237cc8bfc4c48e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/layer-outline-horizontal.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<html>
-<head>
-<style type="text/css">
- div.t { outline: 10px solid green; width: 98px; height: 98px; border: 1px solid black; background-color: #eee; }
-</style>
-</head>
-<body>
-<p>
-This tests for regressions against <i><a href="https://bugs.webkit.org/show_bug.cgi?id=7943">http://bugzilla.opendarwin.org/show_bug.cgi?id=7943</a>
-Layer outline does not repaint</i>.
-</p>
-<hr>
-<div style="position: relative; height: 130px;">
-<div class="t" style="position: absolute; left: 10px; top: 10px; clip: rect(-10px 100px 100px -10px);">
-</div>
-<div class="t" style="position: absolute; left: 140px; top: 10px; clip: rect(-10px 90px 90px -10px);">
-</div>
-<div class="t" style="position: absolute; left: 270px; top: 10px; clip: rect(-10px -5px -5px -10px);">
-</div>
-<div class="t" style="position: absolute; left: 400px; top: 10px; clip: rect(0px 110px 110px 0px);">
-</div>
-<div class="t" style="position: absolute; left: 530px; top: 10px; clip: rect(10px 110px 110px 10px);">
-</div>
-<div class="t" style="position: absolute; left: 660px; top: 10px; clip: rect(105px 110px 110px 105px);">
-</div>
-</div>
-<div class="t" style="overflow: hidden; margin: 10px;">
-</div>
-<div class="t" style="position: relative; left: 10px; top: 20px;">
-</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698