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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/text-shadow-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/text-shadow-horizontal.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/text-shadow-horizontal.html b/third_party/WebKit/LayoutTests/fast/repaint/text-shadow-horizontal.html
deleted file mode 100644
index 7f530253d78ae2dcb6144406f51a332e13e3516d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/text-shadow-horizontal.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<html>
-<head>
-<style>
- div { margin: 30px; }
- div > span { background: silver; font-size: 18px; }
- .tl { text-shadow: red -10px -10px 0; }
- .br { text-shadow: red 10px 10px 0; }
-</style>
-</head>
-<body>
-<p>
- This is a regression test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=7301">http://bugzilla.opendarwin.org/show_bug.cgi?id=7301</a>
- Text shadow does not repaint correctly</i>.
-</p>
-<hr>
-<div>
- <span class="tl">Lorem ipsum dolor sit amet</span>
-</div>
-<div>
- <span class="br">Lorem ipsum dolor sit amet</span>
-</div>
-<div>
- Lorem ipsum <span class="tl">dolor sit amet</span>
-</div>
-<div>
- <span class="br">Lorem ipsum</span> dolor sit amet
-</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698