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

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

Issue 2280243002: Don't apply overflow clips in paint invalidation. (Closed)
Patch Set: none Created 4 years, 3 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "children": [
11 {
12 "name": "LayoutBlockFlow DIV id='scroller'",
13 "position": [8, 8],
14 "bounds": [302, 302],
15 "drawsContent": true,
16 "backfaceVisibility": "hidden",
17 "paintInvalidations": [
18 {
19 "object": "LayoutBlockFlow DIV id='scroller'",
20 "rect": [0, 0, 302, 302],
21 "reason": "subtree"
22 },
23 {
24 "object": "LayoutBlockFlow DIV",
25 "rect": [1, 1, 300, 600],
26 "reason": "subtree"
27 },
28 {
29 "object": "LayoutBlockFlow DIV",
30 "rect": [1, -399, 300, 600],
31 "reason": "subtree"
32 },
33 {
34 "object": "LayoutBlockFlow DIV",
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 }
45 ]
46 }
47 ],
48 "objectPaintInvalidations": [
49 {
50 "object": "LayoutBlockFlow DIV id='scroller'",
51 "reason": "subtree"
52 },
53 {
54 "object": "LayoutBlockFlow DIV",
55 "reason": "subtree"
56 },
57 {
58 "object": "LayoutBlockFlow DIV",
59 "reason": "subtree"
60 }
61 ]
62 }
63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698