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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-3509-expected.txt

Issue 1883513002: 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/platform/linux/fast/repaint/bugzilla-3509-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-3509-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-3509-expected.txt
index dd1a7c760dfcba57b3ad71e5df5c8c262771f7c5..6fa69f31aa1c7e5f280bbba90f501f4f01a598be 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-3509-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-3509-expected.txt
@@ -5,15 +5,32 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [11, 131, 100, 100],
- [11, 131, 50, 100]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineTextBox '\u00A0'",
- "LayoutBlockFlow DIV id='im'",
- "RootInlineBox"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox '\u00A0'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='im'",
+ "rect": [11, 131, 50, 100],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='im'",
+ "rect": [11, 131, 100, 100],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698