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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt

Issue 1971493002: Auto-rebaseline for r392652 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/window-resize-no-layout-change1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt
index 32ec627273114ed6a3727af3db6631c3e6a413de..4feea4b60c1c3e4d2c4d41ab61f3a8c5666d7cd3 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt
@@ -4,7 +4,14 @@
{
"bounds": [2008, 2016],
"contentsOpaque": true,
- "drawsContent": true
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "rect": [0, 200, 200, 100],
+ "reason": "incremental"
+ }
+ ]
}
]
}
@@ -20,6 +27,11 @@
"object": "LayoutView #document",
"rect": [0, 0, 300, 300],
"reason": "full"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [200, 0, 100, 300],
+ "reason": "incremental"
}
]
}
@@ -31,7 +43,14 @@
{
"bounds": [2008, 2016],
"contentsOpaque": true,
- "drawsContent": true
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "rect": [0, 250, 300, 50],
+ "reason": "incremental"
+ }
+ ]
}
]
}
@@ -47,6 +66,11 @@
"object": "LayoutView #document",
"rect": [0, 0, 250, 250],
"reason": "full"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [250, 0, 50, 250],
+ "reason": "incremental"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698