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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-after-remove-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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-after-remove-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-after-remove-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-after-remove-expected.txt
index 19f3844cc003fe53a91245b763aeddca27190edc..92582e4dfaf0ce04f76a43856642136583005a9e 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-after-remove-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-after-remove-expected.txt
@@ -1,7 +1,9 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
@@ -40,133 +42,75 @@
"object": "LayoutText #text",
"rect": [39, 75, 36, 18],
"reason": "selection"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "full"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "bounds change"
- },
- {
- "object": "InlineTextBox ' '",
- "reason": "full"
- },
- {
- "object": "InlineTextBox ' '",
- "reason": "full"
- },
- {
- "object": "InlineTextBox ' '",
- "reason": "full"
- },
- {
- "object": "InlineTextBox ' '",
- "reason": "full"
- },
- {
- "object": "InlineTextBox ' '",
- "reason": "full"
- },
- {
- "object": "InlineTextBox ' world'",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'hello '",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'hello '",
- "reason": "selection"
- },
- {
- "object": "InlineTextBox 'hello world hello'",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'hello world hello'",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'world hello world'",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'world hello world'",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'world hello'",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'world hello'",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'world'",
- "reason": "bounds change"
- },
- {
- "object": "InlineTextBox 'world'",
- "reason": "selection"
- },
- {
- "object": "LayoutBR BR",
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "reason": "selection"
- },
- {
- "object": "LayoutBlockFlow DIV id='test'",
- "reason": "selection"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "selection"
- },
- {
- "object": "LayoutInline SPAN id='removeme'",
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutText #text",
- "reason": "selection"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutText #text",
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutInline SPAN id='removeme'",
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='test'",
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='test'",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='test'",
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "selection"
+ },
+ {
+ "object": "InlineTextBox 'hello '",
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "selection"
+ },
+ {
+ "object": "InlineTextBox 'world'",
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "bounds change"
+ },
+ {
+ "object": "InlineTextBox 'world'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "bounds change"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "bounds change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698