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

Unified Diff: LayoutTests/platform/win/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/win/fast/repaint/delete-into-nested-block-expected.txt
diff --git a/LayoutTests/platform/win/fast/repaint/delete-into-nested-block-expected.txt b/LayoutTests/platform/win/fast/repaint/delete-into-nested-block-expected.txt
index fd790a138700d395285de402c21197cd3e4b9831..6a9f6afe12fe6fe2f27a04b56cd76424a6de73f9 100644
--- a/LayoutTests/platform/win/fast/repaint/delete-into-nested-block-expected.txt
+++ b/LayoutTests/platform/win/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 127 22 20)
- (rect 8 147 23 20)
- (rect 3 122 794 30)
- (rect 3 142 794 30)
- (rect 3 142 794 30)
- (rect 3 132 794 20)
- (rect 8 128 784 4)
- (rect 3 162 794 30)
- (rect 3 142 794 30)
- (rect 3 172 794 20)
- (rect 8 168 784 4)
- (rect 3 142 794 50)
- (rect 3 122 794 30)
- (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 122 794 10)
- (rect 3 122 794 30)
- (rect 3 122 794 30)
- (rect 3 142 794 30)
- (rect 8 127 784 20)
- (rect 3 142 794 30)
- (rect 3 152 794 20)
- (rect 8 148 784 4)
- (rect 3 152 794 20)
- (rect 8 148 784 4)
- (rect 3 142 794 10)
- (rect 3 142 794 30)
- (rect 3 152 794 20)
- (rect 8 148 784 4)
- (rect 8 127 784 20)
- (rect 3 142 794 30)
- (rect 3 142 794 30)
- (rect 3 142 794 30)
- (rect 3 122 794 29)
- (rect 8 127 30 20)
- (rect 8 127 30 20)
- (rect 3 122 794 30)
- (rect 3 122 794 29)
- (rect 8 127 30 20)
- (rect 8 127 30 20)
- (rect 3 122 794 30)
- (rect 3 122 794 29)
- (rect 8 127 30 20)
- (rect 7 126 3 21)
- (rect 7 126 3 21)
- (rect 8 127 30 20)
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [8, 155, 784, 18],
+ [8, 155, 32, 17],
+ [8, 137, 784, 36],
+ [8, 137, 784, 18],
+ [8, 137, 24, 17],
+ [8, 119, 784, 36],
+ [8, 119, 784, 18],
+ [8, 119, 32, 17],
+ [8, 119, 24, 17],
+ [7, 118, 786, 102],
+ [7, 118, 3, 19]
+ ],
+ "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