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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Deleting into a nested block (was Radar 4056100) 1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [8, 155, 784, 18],
10 [8, 155, 32, 17],
11 [8, 137, 784, 36],
12 [8, 137, 784, 18],
13 [8, 137, 24, 17],
14 [8, 119, 784, 36],
15 [8, 119, 784, 18],
16 [8, 119, 32, 17],
17 [8, 119, 24, 17],
18 [7, 118, 786, 102],
19 [7, 118, 3, 19]
20 ],
21 "paintInvalidationClients": [
22 "LayoutBlockFlow HTML",
23 "InlineTextBox 'one'",
24 "LayoutText #text",
25 "RootInlineBox",
26 "InlineTextBox 'two'",
27 "LayoutText #text",
28 "RootInlineBox",
29 "LayoutBlockFlow DIV",
30 "InlineTextBox 'three'",
31 "LayoutText #text",
32 "RootInlineBox",
33 "InlineTextBox '\n'",
34 "LayoutBR BR",
35 "RootInlineBox",
36 "LayoutBlockFlow DIV",
37 "LayoutBlockFlow DIV id='two'",
38 "InlineTextBox '\n'",
39 "RootInlineBox",
40 "InlineTextBox '\n'",
41 "LayoutBR BR",
42 "InlineTextBox 'three'",
43 "RootInlineBox",
44 "InlineTextBox 'three'",
45 "LayoutText #text",
46 "LayoutInline SPAN",
47 "RootInlineBox",
48 "LayoutBlockFlow DIV",
49 "LayoutBlockFlow DIV id='one'",
50 "LayoutText #text",
51 "InlineTextBox 'three'",
52 "LayoutBlockFlow DIV id='one'"
53 ]
54 }
55 ]
56 }
2 57
3 The bug's symptom was that the visual result were two instances of the word "thr ee", because the original was not erased. Resize cleared it up.
4 three
5 (repaint rects
6 (rect 8 127 22 20)
7 (rect 8 147 23 20)
8 (rect 3 122 794 30)
9 (rect 3 142 794 30)
10 (rect 3 142 794 30)
11 (rect 3 132 794 20)
12 (rect 8 128 784 4)
13 (rect 3 162 794 30)
14 (rect 3 142 794 30)
15 (rect 3 172 794 20)
16 (rect 8 168 784 4)
17 (rect 3 142 794 50)
18 (rect 3 122 794 30)
19 (rect -5 -5 5 610)
20 (rect 800 -5 5 610)
21 (rect -5 -5 810 5)
22 (rect -5 600 810 5)
23 (rect -5 -5 5 610)
24 (rect 800 -5 5 610)
25 (rect -5 -5 810 5)
26 (rect -5 600 810 5)
27 (rect 3 122 794 10)
28 (rect 3 122 794 30)
29 (rect 3 122 794 30)
30 (rect 3 142 794 30)
31 (rect 8 127 784 20)
32 (rect 3 142 794 30)
33 (rect 3 152 794 20)
34 (rect 8 148 784 4)
35 (rect 3 152 794 20)
36 (rect 8 148 784 4)
37 (rect 3 142 794 10)
38 (rect 3 142 794 30)
39 (rect 3 152 794 20)
40 (rect 8 148 784 4)
41 (rect 8 127 784 20)
42 (rect 3 142 794 30)
43 (rect 3 142 794 30)
44 (rect 3 142 794 30)
45 (rect 3 122 794 29)
46 (rect 8 127 30 20)
47 (rect 8 127 30 20)
48 (rect 3 122 794 30)
49 (rect 3 122 794 29)
50 (rect 8 127 30 20)
51 (rect 8 127 30 20)
52 (rect 3 122 794 30)
53 (rect 3 122 794 29)
54 (rect 8 127 30 20)
55 (rect 7 126 3 21)
56 (rect 7 126 3 21)
57 (rect 8 127 30 20)
58 )
59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698