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

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

Issue 1975613002: Auto-rebaseline for r393099 (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-change2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt
index 7c54ff5729b7d7de92f798714e7e5ed6c4118df1..36759413ec63214dca64a2bb3c62a086b687ce3f 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt
@@ -4,14 +4,7 @@
{
"bounds": [2008, 2008],
"contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutView #document",
- "rect": [0, 200, 200, 100],
- "reason": "incremental"
- }
- ]
+ "drawsContent": true
}
]
}
@@ -27,11 +20,6 @@
"object": "LayoutView #document",
"rect": [0, 0, 300, 300],
"reason": "full"
- },
- {
- "object": "LayoutView #document",
- "rect": [200, 0, 100, 300],
- "reason": "incremental"
}
]
}
@@ -43,14 +31,7 @@
{
"bounds": [2008, 2008],
"contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutView #document",
- "rect": [0, 250, 300, 50],
- "reason": "incremental"
- }
- ]
+ "drawsContent": true
}
]
}
@@ -66,11 +47,6 @@
"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