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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/background-clip-text.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/background-clip-text.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/background-clip-text.html b/third_party/WebKit/LayoutTests/fast/repaint/background-clip-text.html
deleted file mode 100644
index a0a4d84a827179840f084e38d9751d10169e6f3f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/background-clip-text.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<html>
-<head>
- <style type="text/css">
- #shadowBox {
- -webkit-background-clip: text;
- -webkit-box-shadow: 0 100px #f00;
- width: 100px; height: 100px;
- }
- #greenBox {
- font-size: 100px;
- background-color: #0f0;
- width: 100px; height: 100px;
- }
- </style>
-</head>
-<body>
-
-<!-- Try select/deselect the space in the green box below. You should not see red. -->
-<div id="shadowBox"></div>
-<div id="greenBox" >&nbsp;</div>
-
-<script type="text/javascript">
- if (window.testRunner && window.internals) {
- testRunner.dumpAsTextWithPixelResults();
- }
-</script>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698