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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt

Issue 2116283002: Don't let rounding prematurely influence document size when printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@620456-2
Patch Set: bug 467579 Created 4 years, 5 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
OLDNEW
1 1
2 2
3 3
4 Initial 4 Initial
5 5
6 { 6 {
7 "name": "Content Root Layer", 7 "name": "Content Root Layer",
8 "bounds": [785, 626], 8 "bounds": [785, 625],
9 "children": [ 9 "children": [
10 { 10 {
11 "name": "LayoutView #document", 11 "name": "LayoutView #document",
12 "bounds": [785, 626], 12 "bounds": [785, 625],
13 "contentsOpaque": true, 13 "contentsOpaque": true,
14 "drawsContent": true, 14 "drawsContent": true,
15 "children": [ 15 "children": [
16 { 16 {
17 "name": "LayoutBlockFlow DIV class='composited container'", 17 "name": "LayoutBlockFlow DIV class='composited container'",
18 "position": [18, 10], 18 "position": [18, 10],
19 "bounds": [749, 145] 19 "bounds": [749, 145]
20 }, 20 },
21 { 21 {
22 "name": "LayoutBlockFlow DIV class='composited hidden container'", 22 "name": "LayoutBlockFlow DIV class='composited hidden container'",
23 "position": [14, 316], 23 "position": [14, 316],
24 "bounds": [757, 153], 24 "bounds": [757, 153],
25 "contentsVisible": false, 25 "contentsVisible": false,
26 "children": [ 26 "children": [
27 { 27 {
28 "name": "LayoutImage IMG class='visible composited box'", 28 "name": "LayoutImage IMG class='visible composited box'",
29 "position": [24, 24], 29 "position": [24, 24],
30 "bounds": [100, 100] 30 "bounds": [100, 100]
31 } 31 }
32 ] 32 ]
33 } 33 }
34 ] 34 ]
35 } 35 }
36 ] 36 ]
37 } 37 }
38 After step 1 38 After step 1
39 39
40 { 40 {
41 "name": "Content Root Layer", 41 "name": "Content Root Layer",
42 "bounds": [785, 1158], 42 "bounds": [785, 1157],
43 "children": [ 43 "children": [
44 { 44 {
45 "name": "LayoutView #document", 45 "name": "LayoutView #document",
46 "bounds": [785, 1158], 46 "bounds": [785, 1157],
47 "contentsOpaque": true, 47 "contentsOpaque": true,
48 "drawsContent": true, 48 "drawsContent": true,
49 "children": [ 49 "children": [
50 { 50 {
51 "name": "LayoutBlockFlow DIV class='composited container'", 51 "name": "LayoutBlockFlow DIV class='composited container'",
52 "position": [18, 10], 52 "position": [18, 10],
53 "bounds": [749, 145], 53 "bounds": [749, 145],
54 "children": [ 54 "children": [
55 { 55 {
56 "name": "LayoutImage IMG class='hidden composited box'", 56 "name": "LayoutImage IMG class='hidden composited box'",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "position": [24, 24], 124 "position": [24, 24],
125 "bounds": [100, 100] 125 "bounds": [100, 100]
126 } 126 }
127 ] 127 ]
128 } 128 }
129 ] 129 ]
130 } 130 }
131 ] 131 ]
132 } 132 }
133 133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698