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

Side by Side Diff: LayoutTests/platform/win/virtual/slimmingpaint/fast/repaint/line-flow-with-floats-9-expected.txt

Issue 984813004: Auto-rebaseline for r191480 (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 [485, 0, 15, 600], 9 [485, 0, 15, 600],
10 [485, 0, 15, 600], 10 [485, 0, 15, 600],
(...skipping 12 matching lines...) Expand all
23 [14, 476, 406, 89], 23 [14, 476, 406, 89],
24 [14, 440, 355, 53], 24 [14, 440, 355, 53],
25 [14, 422, 355, 53], 25 [14, 422, 355, 53],
26 [14, 404, 355, 35], 26 [14, 404, 355, 35],
27 [14, 404, 354, 35], 27 [14, 404, 354, 35],
28 [8, 74, 418, 516], 28 [8, 74, 418, 516],
29 [8, 74, 418, 498], 29 [8, 74, 418, 498],
30 [0, 0, 485, 600], 30 [0, 0, 485, 600],
31 [0, 0, 15, 15], 31 [0, 0, 15, 15],
32 [0, 0, 15, 15] 32 [0, 0, 15, 15]
33 ],
34 "paintInvalidationClients": [
35 "VerticalScrollbar",
36 "LayoutIFrame IFRAME id='iframe'",
37 "VerticalScrollbar",
38 "LayoutIFrame IFRAME id='iframe'",
39 "VerticalScrollbar",
40 "LayoutIFrame IFRAME id='iframe'",
41 "VerticalScrollbar",
42 "LayoutIFrame IFRAME id='iframe'",
43 "VerticalScrollbar",
44 "LayoutIFrame IFRAME id='iframe'",
45 "LayoutView #document",
46 "LayoutView #document",
47 "LayoutBlockFlow P",
48 "LayoutBlockFlow (floating) SPAN id='yellowFloat'",
49 "LayoutText #text",
50 "LayoutText #text",
51 "LayoutBlockFlow (floating) SPAN id='greenFloat'",
52 "LayoutText #text",
53 "LayoutText #text",
54 "LayoutText #text",
55 "LayoutText #text"
33 ] 56 ]
34 } 57 }
35 ] 58 ]
36 } 59 }
37 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698