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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-clear-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/selection-clear-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-clear-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-clear-expected.txt
index dacffbe17ad70c36685287f8ae55cc0ee5476883..b97833f3ba069308d3ea98a0fdbe04583840a4cb 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-clear-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-clear-expected.txt
@@ -5,37 +5,122 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [8, 208, 100, 100],
- [8, 108, 100, 100],
- [8, 49, 94, 118],
- [8, 49, 4, 18],
- [8, 8, 100, 200],
- [8, 8, 100, 100]
- ],
- "paintInvalidationClients": [
- "InlineTextBox 'FAIL: Test did'",
- "InlineTextBox 'not run'",
- "LayoutText #text",
- "RootInlineBox",
- "RootInlineBox",
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow BODY",
- "LayoutBlockFlow DIV id='root'",
- "LayoutBlockFlow DIV id='firstLine'",
- "LayoutBlockFlow DIV id='firstLine'",
- "RootInlineBox",
- "LayoutText #text",
- "InlineTextBox '\u00A0'",
- "LayoutText #text",
- "InlineTextBox '\u00A0'",
- "LayoutBlockFlow (anonymous)",
- "LayoutBlockFlow (anonymous)",
- "RootInlineBox",
- "LayoutBR BR",
- "InlineTextBox '\n'",
- "LayoutBR BR",
- "InlineTextBox '\n'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox '\n'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "InlineTextBox 'FAIL: Test did'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'not run'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox '\u00A0'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "InlineTextBox '\u00A0'",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBR BR",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBR BR",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [8, 208, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [8, 108, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='firstLine'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='firstLine'",
+ "rect": [8, 8, 100, 200],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='firstLine'",
+ "rect": [8, 8, 100, 100],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='root'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 49, 94, 118],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 49, 4, 18],
+ "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