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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled-expected.txt

Issue 2402213002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow DIV id='scroller'",
11 "position": [8, 8],
12 "bounds": [302, 302],
9 "drawsContent": true, 13 "drawsContent": true,
10 "children": [ 14 "backfaceVisibility": "hidden",
15 "paintInvalidations": [
11 { 16 {
12 "name": "LayoutBlockFlow DIV id='scroller'", 17 "object": "LayoutBlockFlow DIV id='scroller'",
13 "position": [8, 8], 18 "rect": [0, 0, 302, 302],
14 "bounds": [302, 302], 19 "reason": "subtree"
15 "drawsContent": true, 20 },
16 "backfaceVisibility": "hidden", 21 {
17 "paintInvalidations": [ 22 "object": "LayoutBlockFlow DIV",
18 { 23 "rect": [1, 1, 300, 600],
19 "object": "LayoutBlockFlow DIV id='scroller'", 24 "reason": "subtree"
20 "rect": [0, 0, 302, 302], 25 },
21 "reason": "subtree" 26 {
22 }, 27 "object": "LayoutBlockFlow DIV",
23 { 28 "rect": [1, -399, 300, 600],
24 "object": "LayoutBlockFlow DIV", 29 "reason": "subtree"
25 "rect": [1, 1, 300, 600], 30 },
26 "reason": "subtree" 31 {
27 }, 32 "object": "LayoutBlockFlow DIV",
28 { 33 "rect": [1, 601, 100, 100],
29 "object": "LayoutBlockFlow DIV", 34 "reason": "subtree"
30 "rect": [1, -399, 300, 600], 35 },
31 "reason": "subtree" 36 {
32 }, 37 "object": "LayoutBlockFlow DIV",
33 { 38 "rect": [1, 201, 100, 100],
34 "object": "LayoutBlockFlow DIV", 39 "reason": "subtree"
35 "rect": [1, 601, 100, 100],
36 "reason": "subtree"
37 },
38 {
39 "object": "LayoutBlockFlow DIV",
40 "rect": [1, 201, 100, 100],
41 "reason": "subtree"
42 }
43 ]
44 } 40 }
45 ] 41 ]
46 } 42 }
47 ], 43 ],
48 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
49 { 45 {
50 "object": "LayoutBlockFlow DIV id='scroller'", 46 "object": "LayoutBlockFlow DIV id='scroller'",
51 "reason": "subtree" 47 "reason": "subtree"
52 }, 48 },
53 { 49 {
54 "object": "LayoutBlockFlow DIV", 50 "object": "LayoutBlockFlow DIV",
55 "reason": "subtree" 51 "reason": "subtree"
56 }, 52 },
57 { 53 {
58 "object": "LayoutBlockFlow DIV", 54 "object": "LayoutBlockFlow DIV",
59 "reason": "subtree" 55 "reason": "subtree"
60 } 56 }
61 ] 57 ]
62 } 58 }
63 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698