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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/border-radius-repaint-2-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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [874, 600], 3 "bounds": [873, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [874, 600], 7 "bounds": [873, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "backgroundColor": "#3F3F3F", 10 "backgroundColor": "#3F3F3F",
11 "paintInvalidations": [ 11 "paintInvalidations": [
12 { 12 {
13 "object": "LayoutView #document", 13 "object": "LayoutView #document",
14 "rect": [0, 600, 874, 180], 14 "rect": [0, 600, 873, 180],
15 "reason": "incremental" 15 "reason": "incremental"
16 }, 16 },
17 { 17 {
18 "object": "LayoutBlockFlow DIV", 18 "object": "LayoutBlockFlow DIV",
19 "rect": [8, 8, 866, 764], 19 "rect": [8, 8, 866, 764],
20 "reason": "border box change" 20 "reason": "border box change"
21 }, 21 },
22 { 22 {
23 "object": "LayoutBlockFlow HTML", 23 "object": "LayoutBlockFlow HTML",
24 "rect": [0, 0, 800, 780], 24 "rect": [0, 0, 800, 780],
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "object": "LayoutBlockFlow DIV", 68 "object": "LayoutBlockFlow DIV",
69 "reason": "incremental" 69 "reason": "incremental"
70 }, 70 },
71 { 71 {
72 "object": "LayoutBlockFlow DIV id='target'", 72 "object": "LayoutBlockFlow DIV id='target'",
73 "reason": "incremental" 73 "reason": "incremental"
74 } 74 }
75 ] 75 ]
76 } 76 }
77 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698