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

Unified Diff: LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt

Issue 1271253005: Auto-rebaseline for r200178 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt
diff --git a/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt b/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt
index 2d30488dba7b9c2eaf930490a13f9caf63d5a537..fcb36c369fd80adfb486c9d25607cac1088a0173 100644
--- a/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt
+++ b/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt
@@ -1,16 +1,42 @@
-issue 353933: Pages missing invalidations
-The test checks that creating a new renderer correctly invalidate the existing shifted content. The image should be correctly invalidated below.
-
-
-
-(repaint rects
- (rect 8 734 769 94)
- (rect 0 742 785 94)
- (rect 8 92 732 94)
- (rect 8 92 769 642)
- (rect 8 186 769 642)
- (rect 8 92 769 642)
- (rect 8 186 769 642)
- (rect 10 94 728 90)
-)
+{
+ "bounds": [785, 829],
+ "children": [
+ {
+ "bounds": [785, 829],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [723, 88, 15, 90],
+ [58, 230, 489, 537],
+ [58, 136, 489, 537],
+ [18, 96, 712, 74],
+ [10, 88, 728, 90],
+ [10, 88, 728, 90],
+ [10, 88, 728, 90],
+ [8, 180, 769, 641],
+ [8, 180, 769, 641],
+ [8, 86, 769, 641],
+ [8, 86, 769, 641],
+ [8, 86, 732, 94],
+ [0, 735, 785, 94],
+ [0, 0, 785, 829],
+ [0, 0, 785, 735]
+ ],
+ "paintInvalidationClients": [
+ "LayoutIFrame IFRAME id='iframe'",
+ "LayoutView #document",
+ "LayoutBlockFlow HTML",
+ "LayoutIFrame IFRAME id='iframe'",
+ "LayoutView #document",
+ "LayoutView #document",
+ "LayoutBlockFlow HTML",
+ "LayoutBlockFlow BODY",
+ "LayoutBlockFlow (relative positioned) DIV class='relative'",
+ "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
+ "LayoutImage IMG",
+ "LayoutText #text"
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698