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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/multicol-as-paint-container-expected.txt

Issue 1052363004: Auto-rebaseline for r193059 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [630, 180], 11 "bounds": [630, 180],
12 "drawsContent": true, 12 "drawsContent": true,
13 "backfaceVisibility": "hidden", 13 "backfaceVisibility": "hidden",
14 "repaintRects": [ 14 "repaintRects": [
15 [0, 0, 630, 180], 15 [0, 0, 630, 180]
16 [0, 0, 625, 180]
17 ], 16 ],
18 "paintInvalidationClients": [ 17 "paintInvalidationClients": [
19 "LayoutText #text", 18 "LayoutText #text",
20 "InlineTextBox 'Lorem ipsum'", 19 "InlineTextBox 'Lorem ipsum'",
21 "InlineTextBox 'dolor sit amet,'", 20 "InlineTextBox 'dolor sit amet,'",
22 "InlineTextBox 'consectetur'", 21 "InlineTextBox 'consectetur'",
23 "InlineTextBox 'adipiscing'", 22 "InlineTextBox 'adipiscing'",
24 "InlineTextBox 'elit. Fusce'", 23 "InlineTextBox 'elit. Fusce'",
25 "InlineTextBox 'varius, metus'", 24 "InlineTextBox 'varius, metus'",
26 "InlineTextBox 'eu fringilla'", 25 "InlineTextBox 'eu fringilla'",
27 "InlineTextBox 'pulvinar, ipsum'", 26 "InlineTextBox 'pulvinar, ipsum'",
28 "InlineTextBox 'sapien'", 27 "InlineTextBox 'sapien'",
29 "InlineTextBox 'ultricies arcu,'", 28 "InlineTextBox 'ultricies arcu,'",
30 "InlineTextBox 'non condimentum'", 29 "InlineTextBox 'non condimentum'",
31 "InlineTextBox 'quam est eu'", 30 "InlineTextBox 'quam est eu'",
32 "InlineTextBox 'purus. Ut nisl'", 31 "InlineTextBox 'purus. Ut nisl'",
33 "InlineTextBox 'libero,'", 32 "InlineTextBox 'libero,'",
34 "InlineTextBox 'suscipit ut leo'", 33 "InlineTextBox 'suscipit ut leo'",
35 "InlineTextBox 'eget, dapibus'", 34 "InlineTextBox 'eget, dapibus'",
36 "InlineTextBox 'ultrices dolor.'", 35 "InlineTextBox 'ultrices dolor.'"
37 "LayoutMultiColumnSet"
38 ] 36 ]
39 } 37 }
40 ] 38 ]
41 } 39 }
42 ] 40 ]
43 } 41 }
44 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698