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

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

Issue 1322613002: Auto-rebaseline for r201339 (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, 167, 784, 20], 9 [8, 167, 784, 20],
10 [8, 167, 30, 19], 10 [8, 167, 30, 19],
11 [8, 147, 784, 40], 11 [8, 147, 784, 40],
12 [8, 147, 784, 20], 12 [8, 147, 784, 20],
13 [8, 147, 23, 19], 13 [8, 147, 23, 19],
14 [8, 127, 784, 40],
15 [8, 127, 784, 20], 14 [8, 127, 784, 20],
16 [8, 127, 30, 19], 15 [8, 127, 30, 19],
17 [8, 127, 22, 19], 16 [8, 127, 22, 19],
18 [7, 126, 786, 102], 17 [7, 126, 786, 102],
19 [7, 126, 3, 21] 18 [7, 126, 3, 21]
20 ], 19 ],
21 "paintInvalidationClients": [ 20 "paintInvalidationClients": [
22 "LayoutBlockFlow HTML",
23 "InlineTextBox 'one'", 21 "InlineTextBox 'one'",
24 "LayoutText #text", 22 "LayoutText #text",
25 "RootInlineBox", 23 "RootInlineBox",
26 "InlineTextBox 'two'", 24 "InlineTextBox 'two'",
27 "LayoutText #text", 25 "LayoutText #text",
28 "RootInlineBox", 26 "RootInlineBox",
29 "LayoutBlockFlow DIV", 27 "LayoutBlockFlow DIV",
30 "InlineTextBox 'three'", 28 "InlineTextBox 'three'",
31 "LayoutText #text", 29 "LayoutText #text",
32 "RootInlineBox", 30 "RootInlineBox",
(...skipping 15 matching lines...) Expand all
48 "LayoutBlockFlow DIV", 46 "LayoutBlockFlow DIV",
49 "LayoutBlockFlow DIV id='one'", 47 "LayoutBlockFlow DIV id='one'",
50 "LayoutText #text", 48 "LayoutText #text",
51 "InlineTextBox 'three'", 49 "InlineTextBox 'three'",
52 "LayoutBlockFlow DIV id='one'" 50 "LayoutBlockFlow DIV id='one'"
53 ] 51 ]
54 } 52 }
55 ] 53 ]
56 } 54 }
57 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698