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

Side by Side Diff: LayoutTests/platform/mac-mavericks/fast/repaint/block-layout-inline-children-replaced-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 { 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, 74, 204, 232], 9 [155, 35, 92, 100],
10 [8, 74, 204, 232], 10 [0, 35, 402, 100],
11 [8, 74, 94, 232], 11 [0, 34, 402, 152]
12 [8, 74, 94, 232]
13 ], 12 ],
14 "paintInvalidationClients": [ 13 "paintInvalidationClients": [
14 "LayoutBlockFlow DIV id='target' class='target'",
15 "LayoutImage IMG",
16 "InlineBox",
15 "RootInlineBox", 17 "RootInlineBox",
16 "InlineBox", 18 "LayoutBlockFlow DIV id='target' class='target'",
17 "LayoutBlockFlow (relative positioned) DIV id='i'", 19 "LayoutImage IMG"
18 "LayoutBlockFlow (positioned) DIV id='inner'",
19 "LayoutImage IMG",
20 "LayoutText #text"
21 ] 20 ]
22 } 21 }
23 ] 22 ]
24 } 23 }
25 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698