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

Side by Side Diff: LayoutTests/platform/mac/virtual/spv2/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, 18], 10 [8, 155, 32, 19],
11 [8, 137, 784, 36], 11 [8, 137, 784, 37],
12 [8, 137, 784, 18], 12 [8, 137, 784, 19],
13 [8, 137, 24, 18], 13 [8, 137, 24, 19],
14 [8, 119, 784, 18], 14 [8, 119, 784, 19],
15 [8, 119, 32, 18], 15 [8, 119, 32, 19],
16 [8, 119, 24, 18], 16 [8, 119, 24, 19],
17 [7, 118, 3, 20], 17 [7, 118, 3, 21],
18 [3, 114, 794, 110] 18 [3, 114, 794, 111]
19 ], 19 ],
20 "paintInvalidationClients": [ 20 "paintInvalidationClients": [
21 "InlineTextBox 'one'", 21 "InlineTextBox 'one'",
22 "LayoutText #text", 22 "LayoutText #text",
23 "RootInlineBox", 23 "RootInlineBox",
24 "InlineTextBox 'two'", 24 "InlineTextBox 'two'",
25 "LayoutText #text", 25 "LayoutText #text",
26 "RootInlineBox", 26 "RootInlineBox",
27 "LayoutBlockFlow DIV", 27 "LayoutBlockFlow DIV",
28 "InlineTextBox 'three'", 28 "InlineTextBox 'three'",
(...skipping 17 matching lines...) Expand all
46 "LayoutBlockFlow DIV", 46 "LayoutBlockFlow DIV",
47 "LayoutBlockFlow DIV id='one'", 47 "LayoutBlockFlow DIV id='one'",
48 "LayoutText #text", 48 "LayoutText #text",
49 "InlineTextBox 'three'", 49 "InlineTextBox 'three'",
50 "LayoutBlockFlow DIV id='one'" 50 "LayoutBlockFlow DIV id='one'"
51 ] 51 ]
52 } 52 }
53 ] 53 ]
54 } 54 }
55 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698