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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/box-inline-resize-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/box-inline-resize-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/box-inline-resize-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/box-inline-resize-expected.txt
index 015b58544b8ff7c5b07bf73c99172979b9398dde..21a68e78f8d1cc271727317adaaf3f7aa264accf 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/box-inline-resize-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/box-inline-resize-expected.txt
@@ -5,26 +5,72 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [40, 107, 111, 28],
- [40, 107, 111, 27],
- [8, 107, 111, 28],
- [8, 107, 111, 27],
- [8, 88, 32, 67],
- [8, 88, 32, 32]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineBox",
- "InlineBox",
- "RootInlineBox",
- "LayoutBlockFlow (anonymous)",
- "RootInlineBox",
- "LayoutImage IMG id='foo'",
- "LayoutBlockFlow H2",
- "RootInlineBox",
- "LayoutText #text",
- "InlineTextBox 'Chromium'"
+ "paintInvalidations": [
+ {
+ "object": "InlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'Chromium'",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [8, 88, 32, 67],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow H2",
+ "rect": [8, 107, 111, 28],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow H2",
+ "rect": [40, 107, 111, 28],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutImage IMG id='foo'",
+ "rect": [8, 88, 32, 32],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 107, 111, 27],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [40, 107, 111, 27],
+ "reason": "location change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "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