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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/multi-layout-one-frame-expected.txt

Issue 1878163002: 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/multi-layout-one-frame-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/multi-layout-one-frame-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/multi-layout-one-frame-expected.txt
index 346aab1d81f7241a4b1a72cc5ff5dab53f021825..fdb06174940e479886017629b4e853d9e8e6c5eb 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/multi-layout-one-frame-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/multi-layout-one-frame-expected.txt
@@ -5,25 +5,67 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [168, 11, 150, 16],
- [168, 11, 53, 16],
- [168, 11, 45, 16],
- [10, 11, 150, 16],
- [10, 11, 53, 16],
- [10, 11, 45, 16]
- ],
- "paintInvalidationClients": [
- "InlineTextBox ''",
- "RootInlineBox",
- "InlineTextBox ''",
- "RootInlineBox",
- "LayoutBlockFlow DIV id='inner-editor'",
- "LayoutText #text",
- "InlineTextBox 'PASSED'",
- "LayoutBlockFlow DIV id='inner-editor'",
- "LayoutText #text",
- "InlineTextBox 'PASSED'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox ''",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox ''",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'PASSED'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'PASSED'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [10, 11, 150, 16],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [168, 11, 150, 16],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [10, 11, 45, 16],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [10, 11, 53, 16],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [168, 11, 45, 16],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [168, 11, 53, 16],
+ "reason": "full"
+ },
+ {
+ "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