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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned-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/mac/fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned-expected.txt
index 3b59cbd31d440404418818ee6d368b4edbe749b7..ee4d768bb02f5f2a2a4ffa0678760885501d7db7 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned-expected.txt
@@ -5,29 +5,87 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [8, 220, 100, 104],
- [8, 220, 100, 100],
- [8, 220, 100, 100],
- [8, 200, 100, 104],
- [8, 200, 100, 100],
- [8, 200, 100, 100],
- [8, 40, 784, 104]
- ],
- "paintInvalidationClients": [
- "InlineBox",
- "InlineFlowBox",
- "InlineFlowBox",
- "RootInlineBox",
- "LayoutBlockFlow (anonymous)",
- "LayoutInline (relative positioned) SPAN id='target'",
- "InlineFlowBox",
- "LayoutText #text",
- "LayoutBlockFlow DIV",
- "RootInlineBox",
- "LayoutText #text",
- "InlineTextBox 'x'",
- "LayoutText #text"
+ "paintInvalidations": [
+ {
+ "object": "InlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineFlowBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineFlowBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineFlowBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "InlineTextBox 'x'",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [8, 40, 784, 104],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [8, 200, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [8, 220, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutInline (relative positioned) SPAN id='target'",
+ "rect": [8, 200, 100, 104],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutInline (relative positioned) SPAN id='target'",
+ "rect": [8, 220, 100, 104],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 200, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 220, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "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