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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt

Issue 2640143005: Support subpixel layout for borders. (Closed)
Patch Set: Rebaselined tests. Created 3 years, 10 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "backgroundColor": "#C0C0C0", 8 "backgroundColor": "#C0C0C0",
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
11 "object": "LayoutIFrame (positioned) IFRAME", 11 "object": "LayoutIFrame (positioned) IFRAME",
12 "rect": [2, 64, 235, 236], 12 "rect": [2, 65, 236, 235],
13 "reason": "invalidate paint rectangle" 13 "reason": "invalidate paint rectangle"
14 }, 14 },
15 { 15 {
16 "object": "LayoutView #document",
17 "rect": [2, 300, 236, 15],
18 "reason": "scroll"
19 },
20 {
16 "object": "LayoutBlockFlow BODY", 21 "object": "LayoutBlockFlow BODY",
17 "rect": [2, 65, 235, 235], 22 "rect": [3, 65, 235, 235],
18 "reason": "subtree" 23 "reason": "subtree"
19 }, 24 },
20 { 25 {
21 "object": "LayoutView #document", 26 "object": "LayoutView #document",
22 "rect": [2, 65, 235, 235], 27 "rect": [3, 65, 235, 235],
23 "reason": "subtree" 28 "reason": "subtree"
24 }, 29 },
25 { 30 {
26 "object": "LayoutView #document", 31 "object": "LayoutView #document",
27 "rect": [2, 299, 235, 16], 32 "rect": [3, 300, 235, 15],
33 "reason": "scroll"
34 },
35 {
36 "object": "LayoutBlockFlow HTML",
37 "rect": [3, 65, 225, 235],
38 "reason": "subtree"
39 },
40 {
41 "object": "LayoutText #text",
42 "rect": [3, 65, 58, 15],
43 "reason": "subtree"
44 },
45 {
46 "object": "LayoutView #document",
47 "rect": [237, 65, 16, 235],
28 "reason": "scroll" 48 "reason": "scroll"
29 }, 49 },
30 { 50 {
31 "object": "LayoutView #document", 51 "object": "LayoutView #document",
32 "rect": [2, 300, 235, 15], 52 "rect": [237, 300, 16, 15],
33 "reason": "scroll"
34 },
35 {
36 "object": "LayoutBlockFlow HTML",
37 "rect": [2, 65, 225, 235],
38 "reason": "subtree"
39 },
40 {
41 "object": "LayoutText #text",
42 "rect": [2, 65, 58, 15],
43 "reason": "subtree"
44 },
45 {
46 "object": "LayoutView #document",
47 "rect": [237, 64, 15, 236],
48 "reason": "scroll" 53 "reason": "scroll"
49 }, 54 },
50 { 55 {
51 "object": "LayoutView #document", 56 "object": "LayoutView #document",
52 "rect": [237, 65, 15, 235], 57 "rect": [238, 65, 15, 235],
53 "reason": "scroll" 58 "reason": "scroll"
54 }, 59 },
55 { 60 {
56 "object": "LayoutView #document", 61 "object": "LayoutView #document",
57 "rect": [237, 299, 15, 16], 62 "rect": [238, 300, 15, 15],
58 "reason": "scroll"
59 },
60 {
61 "object": "LayoutView #document",
62 "rect": [237, 300, 15, 15],
63 "reason": "scroll" 63 "reason": "scroll"
64 } 64 }
65 ] 65 ]
66 } 66 }
67 ], 67 ],
68 "objectPaintInvalidations": [ 68 "objectPaintInvalidations": [
69 { 69 {
70 "object": "LayoutIFrame (positioned) IFRAME", 70 "object": "LayoutIFrame (positioned) IFRAME",
71 "reason": "invalidate paint rectangle" 71 "reason": "invalidate paint rectangle"
72 }, 72 },
(...skipping 25 matching lines...) Expand all
98 "object": "LayoutText #text", 98 "object": "LayoutText #text",
99 "reason": "subtree" 99 "reason": "subtree"
100 }, 100 },
101 { 101 {
102 "object": "InlineTextBox 'scroll me'", 102 "object": "InlineTextBox 'scroll me'",
103 "reason": "subtree" 103 "reason": "subtree"
104 } 104 }
105 ] 105 ]
106 } 106 }
107 107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698