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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/body-background-image.html

Issue 2321183002: Move repaint tests (except for svg/) 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/body-background-image.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/body-background-image.html b/third_party/WebKit/LayoutTests/fast/repaint/body-background-image.html
deleted file mode 100644
index 07e00efda345ad6f5905c767877e445a05f17e16..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/body-background-image.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
-<head>
- <title></title>
- <script src="resources/text-based-repaint.js"></script>
- <script>
- function repaintTest()
- {
- document.body.style.backgroundImage='url(resources/apple.jpg)';
- }
- </script>
- <style>
- HTML { background: white; }
- BODY { background: white no-repeat top center; }
- HTML, BODY { padding-top: 232px; }
- </style>
-</head>
-<body onload="runRepaintTest()">
- <p>
- Repaint test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15157">http://bugs.webkit.org/show_bug.cgi?id=15157</a>
- Image defined in background-position: top center gets unexpectedly truncated</i>.
- </p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698