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

Unified Diff: LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt

Issue 1271253005: Auto-rebaseline for r200178 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt
diff --git a/LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt b/LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt
index c9b239627a76fdf568aaef87c353f57dbdc591e7..c57c25b2fe97396bd472ee6f866da777ee33ebd2 100644
--- a/LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt
+++ b/LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt
@@ -1,15 +1,60 @@
-This tests to see if selection gaps are invalidated properly when content inside the selection is removed. Only 'hello world' should have a selecton tint behind it.
-
-hello world
-(repaint rects
- (rect 39 79 32 19)
- (rect 67 158 39 20)
- (rect 39 79 142 99)
- (rect 38 78 152 102)
- (rect 38 100 152 80)
- (rect 38 99 152 1)
- (rect 38 79 152 99)
- (rect 39 79 32 19)
- (rect 71 79 35 19)
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [112, 165, 43, 17],
+ [74, 75, 40, 17],
+ [39, 75, 119, 107],
+ [39, 75, 36, 17],
+ [38, 94, 152, 90],
+ [38, 93, 152, 91],
+ [38, 75, 152, 107],
+ [8, 75, 784, 107],
+ [8, 75, 784, 107]
+ ],
+ "paintInvalidationClients": [
+ "LayoutBlockFlow HTML",
+ "InlineTextBox 'world hello'",
+ "InlineTextBox ' '",
+ "InlineTextBox 'world hello world'",
+ "InlineTextBox ' '",
+ "InlineTextBox 'hello world hello'",
+ "InlineTextBox ' '",
+ "InlineTextBox 'world hello world'",
+ "InlineTextBox ' '",
+ "InlineTextBox 'hello world hello'",
+ "InlineTextBox ' '",
+ "InlineTextBox 'world hello'",
+ "LayoutText #text",
+ "LayoutInline SPAN id='removeme'",
+ "InlineTextBox 'hello '",
+ "RootInlineBox",
+ "RootInlineBox",
+ "RootInlineBox",
+ "RootInlineBox",
+ "RootInlineBox",
+ "InlineTextBox ' world'",
+ "InlineTextBox '\n'",
+ "RootInlineBox",
+ "LayoutBlockFlow HTML",
+ "LayoutBlockFlow BODY",
+ "LayoutBlockFlow DIV id='test'",
+ "LayoutBlockFlow DIV id='test'",
+ "LayoutBlockFlow DIV id='test'",
+ "LayoutText #text",
+ "InlineTextBox 'hello '",
+ "LayoutText #text",
+ "InlineTextBox 'world'",
+ "LayoutText #text",
+ "InlineTextBox 'world'",
+ "LayoutBR BR",
+ "InlineTextBox '\n'"
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698