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

Unified Diff: LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-expected.txt

Issue 683373002: Invalidate the frame view when changing the background image of the document or body. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed Created 6 years, 1 month 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: LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-expected.txt
diff --git a/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-expected.txt b/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-expected.txt
index 64b1b8e50d2ee305d0fc4bf603ade922cc6c9351..cedf98199985b44c1826ca5e57ea105dd240ec54 100644
--- a/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-expected.txt
+++ b/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-expected.txt
@@ -7,7 +7,7 @@
"drawsContent": true,
"repaintRects": [
[0, 0, 200, 300],
- [0, 0, 200, 200]
+ [0, 0, 200, 300]
]
}
]
@@ -21,7 +21,7 @@
"drawsContent": true,
"repaintRects": [
[0, 0, 300, 300],
- [0, 0, 200, 300]
+ [0, 0, 300, 300]
]
}
]
@@ -34,7 +34,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 0, 300, 300],
+ [0, 0, 300, 250],
[0, 0, 300, 250]
]
}
@@ -48,7 +48,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 0, 300, 250],
+ [0, 0, 250, 250],
[0, 0, 250, 250]
]
}

Powered by Google App Engine
This is Rietveld 408576698