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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-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/fast/repaint/text-in-relative-positioned-inline-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt
index a2afc2ee5192febe8ed89a3c78de4a4272c2250a..79094e32763384b9be3705aaeb5e35376da69569 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt
@@ -5,18 +5,37 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [108, 8, 684, 100],
- [8, 8, 200, 100],
- [8, 8, 200, 100]
- ],
- "paintInvalidationClients": [
- "InlineTextBox 'ab'",
- "LayoutText #text",
- "InlineFlowBox",
- "LayoutInline (relative positioned) SPAN id='target'",
- "RootInlineBox",
- "LayoutBlockFlow DIV"
+ "paintInvalidations": [
+ {
+ "object": "InlineFlowBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'ab'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [108, 8, 684, 100],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutInline (relative positioned) SPAN id='target'",
+ "rect": [8, 8, 200, 100],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 8, 200, 100],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698