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

Side by Side Diff: LayoutTests/platform/win/fast/repaint/delete-into-nested-block-expected.txt

Issue 1322243004: Auto-rebaseline for r201644 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [8, 155, 784, 18], 9 [8, 155, 784, 19],
10 [8, 155, 32, 17], 10 [8, 155, 32, 18],
11 [8, 137, 784, 36], 11 [8, 137, 784, 37],
12 [8, 137, 784, 18], 12 [8, 137, 784, 19],
13 [8, 137, 24, 17], 13 [8, 137, 24, 18],
14 [8, 119, 784, 36], 14 [8, 119, 784, 36],
15 [8, 119, 784, 18], 15 [8, 119, 784, 19],
16 [8, 119, 32, 17], 16 [8, 119, 32, 18],
17 [8, 119, 24, 17], 17 [8, 119, 24, 18],
18 [7, 118, 786, 102], 18 [7, 118, 786, 103],
19 [7, 118, 3, 19] 19 [7, 118, 3, 20]
20 ], 20 ],
21 "paintInvalidationClients": [ 21 "paintInvalidationClients": [
22 "LayoutBlockFlow HTML", 22 "LayoutBlockFlow HTML",
23 "InlineTextBox 'one'", 23 "InlineTextBox 'one'",
24 "LayoutText #text", 24 "LayoutText #text",
25 "RootInlineBox", 25 "RootInlineBox",
26 "InlineTextBox 'two'", 26 "InlineTextBox 'two'",
27 "LayoutText #text", 27 "LayoutText #text",
28 "RootInlineBox", 28 "RootInlineBox",
29 "LayoutBlockFlow DIV", 29 "LayoutBlockFlow DIV",
(...skipping 18 matching lines...) Expand all
48 "LayoutBlockFlow DIV", 48 "LayoutBlockFlow DIV",
49 "LayoutBlockFlow DIV id='one'", 49 "LayoutBlockFlow DIV id='one'",
50 "LayoutText #text", 50 "LayoutText #text",
51 "InlineTextBox 'three'", 51 "InlineTextBox 'three'",
52 "LayoutBlockFlow DIV id='one'" 52 "LayoutBlockFlow DIV id='one'"
53 ] 53 ]
54 } 54 }
55 ] 55 ]
56 } 56 }
57 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698