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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/fixed-scroll-in-empty-root-layer-expected.txt

Issue 2084643002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [785, 2016], 3 "bounds": [785, 2016],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [785, 2016], 7 "bounds": [785, 2016],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "children": [ 9 "children": [
8 { 10 {
11 "name": "LayoutBlockFlow HTML",
9 "bounds": [785, 2016], 12 "bounds": [785, 2016],
10 "drawsContent": true, 13 "drawsContent": true,
11 "paintInvalidations": [ 14 "paintInvalidations": [
12 { 15 {
13 "object": "LayoutBlockFlow (positioned) DIV", 16 "object": "LayoutBlockFlow (positioned) DIV",
14 "rect": [0, 250, 100, 100], 17 "rect": [0, 250, 100, 100],
15 "reason": "subtree" 18 "reason": "subtree"
16 }, 19 },
17 { 20 {
18 "object": "LayoutBlockFlow (positioned) DIV", 21 "object": "LayoutBlockFlow (positioned) DIV",
19 "rect": [0, 50, 100, 100], 22 "rect": [0, 50, 100, 100],
20 "reason": "subtree" 23 "reason": "subtree"
21 } 24 }
22 ], 25 ],
23 "children": [ 26 "children": [
24 { 27 {
28 "name": "LayoutBlockFlow (positioned) DIV",
25 "position": [0, 250], 29 "position": [0, 250],
26 "bounds": [100, 100], 30 "bounds": [100, 100],
27 "contentsOpaque": true, 31 "contentsOpaque": true,
28 "drawsContent": true, 32 "drawsContent": true,
29 "backfaceVisibility": "hidden", 33 "backfaceVisibility": "hidden",
30 "backgroundColor": "#FF0000" 34 "backgroundColor": "#FF0000"
31 }, 35 },
32 { 36 {
37 "name": "LayoutBlockFlow HTML (foreground) Layer",
33 "bounds": [785, 2016], 38 "bounds": [785, 2016],
34 "drawsContent": true, 39 "drawsContent": true,
35 "paintInvalidations": [ 40 "paintInvalidations": [
36 { 41 {
37 "object": "LayoutBlockFlow (positioned) DIV", 42 "object": "LayoutBlockFlow (positioned) DIV",
38 "rect": [0, 250, 100, 100], 43 "rect": [0, 250, 100, 100],
39 "reason": "subtree" 44 "reason": "subtree"
40 }, 45 },
41 { 46 {
42 "object": "LayoutBlockFlow (positioned) DIV", 47 "object": "LayoutBlockFlow (positioned) DIV",
43 "rect": [0, 50, 100, 100], 48 "rect": [0, 50, 100, 100],
44 "reason": "subtree" 49 "reason": "subtree"
45 } 50 }
46 ] 51 ]
47 } 52 }
48 ] 53 ]
49 } 54 }
50 ] 55 ]
51 } 56 }
57 ],
58 "objectPaintInvalidations": [
59 {
60 "object": "LayoutBlockFlow (positioned) DIV",
61 "reason": "subtree"
62 }
52 ] 63 ]
53 } 64 }
54 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698