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

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

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

Powered by Google App Engine
This is Rietveld 408576698