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

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

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 d2faf451b49c40a2b43d1d5dd8b49b1e1398b952..32ec627273114ed6a3727af3db6631c3e6a413de 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
@@ -15,11 +15,12 @@
"bounds": [2008, 2016],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [0, 0, 300, 300]
- ],
- "paintInvalidationClients": [
- "LayoutView #document"
+ "paintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "rect": [0, 0, 300, 300],
+ "reason": "full"
+ }
]
}
]
@@ -41,11 +42,12 @@
"bounds": [2008, 2016],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [0, 0, 250, 250]
- ],
- "paintInvalidationClients": [
- "LayoutView #document"
+ "paintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "rect": [0, 0, 250, 250],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698