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

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

Issue 988113003: 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 [372, 384, 48, 80], 10 [372, 384, 48, 80],
(...skipping 13 matching lines...) Expand all
24 [14, 441, 354, 59], 24 [14, 441, 354, 59],
25 [14, 440, 354, 59], 25 [14, 440, 354, 59],
26 [14, 364, 48, 64], 26 [14, 364, 48, 64],
27 [14, 363, 48, 64], 27 [14, 363, 48, 64],
28 [14, 241, 406, 139], 28 [14, 241, 406, 139],
29 [14, 240, 406, 139], 29 [14, 240, 406, 139],
30 [14, 199, 354, 1], 30 [14, 199, 354, 1],
31 [14, 181, 406, 79], 31 [14, 181, 406, 79],
32 [14, 180, 406, 79], 32 [14, 180, 406, 79],
33 [8, 160, 418, 440] 33 [8, 160, 418, 440]
34 ],
35 "paintInvalidationClients": [
36 "VerticalScrollbar",
37 "LayoutIFrame IFRAME id='iframe'",
38 "LayoutBlockFlow P",
39 "LayoutBlockFlow P",
40 "LayoutText #text",
41 "LayoutInline I id='would'",
42 "LayoutText #text",
43 "LayoutText #text",
44 "LayoutText #text",
45 "LayoutBlockFlow (floating) SPAN id='blueFloat'",
46 "LayoutText #text",
47 "LayoutText #text",
48 "LayoutBlockFlow (floating) SPAN id='greenFloat'",
49 "LayoutText #text",
50 "LayoutText #text",
51 "LayoutText #text",
52 "LayoutText #text"
34 ] 53 ]
35 } 54 }
36 ] 55 ]
37 } 56 }
38 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698