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

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

Issue 170643006: Auto-rebaseline for r167542 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 e7e287f08accd31fda96fe385829e2fbea8eb7bd..fb9bb84588ab4fc512e2dbe317060e76f9321dc7 100644
--- a/LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt
+++ b/LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt
@@ -1,19 +1,15 @@
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 800x600
- RenderBody {BODY} at (8,8) size 784x562
- RenderBlock {P} at (0,0) size 784x40
- RenderText {#text} at (0,0) size 772x39
- text run at (0,0) width 619: "This tests to see if selection gaps are invalidated properly when content inside the selection is removed. "
- text run at (619,0) width 149: "Only 'hello world' should"
- text run at (768,0) width 4: " "
- text run at (0,20) width 173: "have a selecton tint behind it."
- RenderBlock {DIV} at (30,70) size 152x22 [border: (1px solid #FF0000)]
- RenderText {#text} at (1,1) size 32x19
- text run at (1,1) width 32: "hello "
- RenderText {#text} at (33,1) size 35x19
- text run at (33,1) width 35: "world"
- RenderBR {BR} at (68,16) size 0x0
-selection start: position 0 of child 0 {#text} of child 3 {DIV} of body
-selection end: position 6 of child 1 {#text} of child 3 {DIV} of body
+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 142 99)
+ (rect 39 79 32 19)
+ (rect 67 158 39 20)
+ (rect 38 78 152 102)
+ (rect 38 100 152 80)
+ (rect 38 99 152 1)
+ (rect 38 79 152 99)
+ (rect 71 79 35 19)
+ (rect 39 79 32 19)
+)
+

Powered by Google App Engine
This is Rietveld 408576698