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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/clip-with-layout-delta-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/clip-with-layout-delta-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/clip-with-layout-delta-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/clip-with-layout-delta-expected.txt
index 4e46608d4a1136c69bdbb75e107752430c324e96..11ece5b6787699260da4b4490e4aa5363d746a3c 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/clip-with-layout-delta-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/clip-with-layout-delta-expected.txt
@@ -5,29 +5,77 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [108, 8, 100, 100],
- [108, 8, 100, 100],
- [108, 8, 4, 19],
- [8, 8, 100, 100],
- [8, 8, 100, 100],
- [8, 8, 4, 19]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineTextBox '\u00A0'",
- "RootInlineBox",
- "InlineTextBox '\u00A0'",
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow SPAN id='t1'",
- "RootInlineBox",
- "LayoutText #text",
- "InlineTextBox '\u00A0'",
- "LayoutBlockFlow (relative positioned) DIV",
- "LayoutBlockFlow SPAN id='t2' class='blue'",
- "RootInlineBox",
- "LayoutText #text",
- "InlineTextBox '\u00A0'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox '\u00A0'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox '\u00A0'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox '\u00A0'",
+ "rect": [0, 0, 0, 0],
+ "reason": "bounds change"
+ },
+ {
+ "object": "InlineTextBox '\u00A0'",
+ "rect": [0, 0, 0, 0],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV",
+ "rect": [108, 8, 100, 100],
+ "reason": "background obscuration change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [8, 8, 100, 100],
+ "reason": "background obscuration change"
+ },
+ {
+ "object": "LayoutBlockFlow SPAN id='t1'",
+ "rect": [8, 8, 100, 100],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow SPAN id='t2' class='blue'",
+ "rect": [108, 8, 100, 100],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 8, 4, 19],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [108, 8, 4, 19],
+ "reason": "bounds 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