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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/abspos-shift-image-incorrect-repaint-expected.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/abspos-shift-image-incorrect-repaint-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/abspos-shift-image-incorrect-repaint-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/abspos-shift-image-incorrect-repaint-expected.html
deleted file mode 100644
index 2a5bcd5e63b3dbf5fb4132a7b834c2674e89a38b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/abspos-shift-image-incorrect-repaint-expected.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
-<head>
-<style>
-.imageWrapper
-{
- position: relative;
- display: inline-block;
- width: 700px;
-}
-
-#shiftMe
-{
- position: absolute;
- top: 0px;
- left: -250px;
- width: 1500px;
-}
-</style>
-</head>
-<body>
- <div>This test checks that shifting an abspos container will properly repaint its descendants.</div>
- <div>The images below should be correctly repainted.</div>
- <div id="shiftMe">
- <div class="imageWrapper">
- <img src="resources/apple.jpg">
- </div>
- <div class="imageWrapper">
- <img src="resources/apple.jpg">
- </div>
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698