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

Unified Diff: LayoutTests/platform/mac/fast/repaint/delete-into-nested-block-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/mac/fast/repaint/delete-into-nested-block-expected.txt
diff --git a/LayoutTests/platform/mac/fast/repaint/delete-into-nested-block-expected.txt b/LayoutTests/platform/mac/fast/repaint/delete-into-nested-block-expected.txt
index 97b1f2ba8b0d73ccbaa8e144fb811643f8d0a821..150f3877c4e0c878608bb96c2ef1394cfdeee001 100644
--- a/LayoutTests/platform/mac/fast/repaint/delete-into-nested-block-expected.txt
+++ b/LayoutTests/platform/mac/fast/repaint/delete-into-nested-block-expected.txt
@@ -1,59 +1,57 @@
-Deleting into a nested block (was Radar 4056100)
-
-The bug's symptom was that the visual result were two instances of the word "three", because the original was not erased. Resize cleared it up.
-three
-(repaint rects
- (rect 8 137 24 19)
- (rect 8 119 23 19)
- (rect 3 114 794 28)
- (rect 3 132 794 28)
- (rect 3 132 794 28)
- (rect 3 124 794 18)
- (rect 8 120 784 4)
- (rect 3 150 794 28)
- (rect 3 132 794 28)
- (rect 3 160 794 18)
- (rect 8 156 784 4)
- (rect 3 132 794 46)
- (rect 3 114 794 28)
- (rect -5 -5 5 610)
- (rect 800 -5 5 610)
- (rect -5 -5 810 5)
- (rect -5 600 810 5)
- (rect -5 -5 5 610)
- (rect 800 -5 5 610)
- (rect -5 -5 810 5)
- (rect -5 600 810 5)
- (rect 3 114 794 10)
- (rect 3 114 794 28)
- (rect 3 114 794 28)
- (rect 3 132 794 28)
- (rect 8 119 784 19)
- (rect 3 132 794 28)
- (rect 3 142 794 18)
- (rect 8 138 784 4)
- (rect 3 142 794 18)
- (rect 8 138 784 4)
- (rect 3 132 794 10)
- (rect 3 132 794 28)
- (rect 3 142 794 18)
- (rect 8 138 784 4)
- (rect 8 119 784 19)
- (rect 3 132 794 28)
- (rect 3 132 794 28)
- (rect 3 132 794 28)
- (rect 3 114 794 28)
- (rect 8 119 31 19)
- (rect 8 119 31 19)
- (rect 3 114 794 28)
- (rect 3 114 794 28)
- (rect 8 119 31 19)
- (rect 8 119 31 19)
- (rect 3 114 794 28)
- (rect 3 114 794 28)
- (rect 8 119 31 19)
- (rect 7 118 3 20)
- (rect 7 118 3 20)
- (rect 8 119 31 19)
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [31, 119, 761, 37],
+ [8, 155, 784, 18],
+ [8, 155, 32, 18],
+ [8, 137, 784, 36],
+ [8, 137, 784, 18],
+ [8, 137, 24, 18],
+ [8, 119, 784, 18],
+ [8, 119, 32, 18],
+ [8, 119, 24, 18],
+ [7, 118, 3, 20],
+ [3, 114, 794, 110]
+ ],
+ "paintInvalidationClients": [
+ "LayoutBlockFlow HTML",
+ "InlineTextBox 'one'",
+ "LayoutText #text",
+ "RootInlineBox",
+ "InlineTextBox 'two'",
+ "LayoutText #text",
+ "RootInlineBox",
+ "LayoutBlockFlow DIV",
+ "InlineTextBox 'three'",
+ "LayoutText #text",
+ "RootInlineBox",
+ "InlineTextBox '\n'",
+ "LayoutBR BR",
+ "RootInlineBox",
+ "LayoutBlockFlow DIV",
+ "LayoutBlockFlow DIV id='two'",
+ "InlineTextBox '\n'",
+ "RootInlineBox",
+ "InlineTextBox '\n'",
+ "LayoutBR BR",
+ "InlineTextBox 'three'",
+ "RootInlineBox",
+ "InlineTextBox 'three'",
+ "LayoutText #text",
+ "LayoutInline SPAN",
+ "RootInlineBox",
+ "LayoutBlockFlow DIV",
+ "LayoutBlockFlow DIV id='one'",
+ "LayoutText #text",
+ "InlineTextBox 'three'",
+ "LayoutBlockFlow DIV id='one'"
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698