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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled-expected.txt

Issue 2406733002: 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": [785, 2016],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [785, 2016], 5 "bounds": [785, 2016],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow (positioned) DIV id='fixed-container'",
11 "position": [0, 400],
12 "bounds": [785, 600],
13 "contentsOpaque": true,
9 "drawsContent": true, 14 "drawsContent": true,
10 "children": [ 15 "backfaceVisibility": "hidden",
16 "backgroundColor": "#008000",
17 "paintInvalidations": [
11 { 18 {
12 "name": "LayoutBlockFlow (positioned) DIV id='fixed-container'", 19 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
13 "position": [0, 400], 20 "rect": [100, 100, 200, 200],
14 "bounds": [785, 600], 21 "reason": "layoutObject removal"
15 "contentsOpaque": true,
16 "drawsContent": true,
17 "backfaceVisibility": "hidden",
18 "backgroundColor": "#008000",
19 "paintInvalidations": [
20 {
21 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
22 "rect": [100, 100, 200, 200],
23 "reason": "layoutObject removal"
24 }
25 ]
26 } 22 }
27 ] 23 ]
28 } 24 }
29 ], 25 ],
30 "objectPaintInvalidations": [ 26 "objectPaintInvalidations": [
31 { 27 {
32 "object": "LayoutBlockFlow (positioned) DIV id='fixed'", 28 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
33 "reason": "layoutObject removal" 29 "reason": "layoutObject removal"
34 } 30 }
35 ] 31 ]
36 } 32 }
37 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698