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

Side by Side Diff: LayoutTests/platform/mac/virtual/slimmingpaint/fast/repaint/positioned-document-element-expected.txt

Issue 1022673013: Auto-rebaseline for r192549 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 [108, 116, 437, 18], 9 [108, 116, 437, 18],
10 [108, 116, 436, 18], 10 [108, 116, 436, 18],
11 [108, 116, 436, 18], 11 [108, 116, 436, 18],
12 [100, 100, 452, 50], 12 [100, 100, 452, 50],
13 [8, 16, 784, 18], 13 [8, 16, 784, 18],
14 [8, 16, 784, 18], 14 [8, 16, 784, 18],
15 [8, 16, 437, 18], 15 [8, 16, 437, 18],
16 [0, 0, 800, 600], 16 [0, 0, 800, 600],
17 [0, 0, 800, 50] 17 [0, 0, 800, 50]
18 ], 18 ],
19 "paintInvalidationClients": [ 19 "paintInvalidationClients": [
20 "RootInlineBox",
21 "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
20 "LayoutView #document", 22 "LayoutView #document",
21 "LayoutBlockFlow (positioned) HTML class='changed'", 23 "LayoutBlockFlow (positioned) HTML class='changed'",
22 "LayoutBlockFlow BODY", 24 "LayoutBlockFlow BODY",
23 "LayoutBlockFlow P", 25 "LayoutBlockFlow P",
24 "LayoutText #text" 26 "LayoutText #text",
27 "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'"
25 ] 28 ]
26 } 29 }
27 ] 30 ]
28 } 31 }
29 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698