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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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
(Empty)
1 {
2 "bounds": [785, 2016],
3 "children": [
4 {
5 "bounds": [785, 2016],
6 "contentsOpaque": true,
7 "children": [
8 {
9 "bounds": [785, 2016],
10 "drawsContent": true,
11 "repaintRects": [
12 [0, 250, 100, 100],
13 [0, 50, 100, 100]
14 ],
15 "paintInvalidationClients": [
16 "LayoutBlockFlow (positioned) DIV"
17 ],
18 "children": [
19 {
20 "position": [0, 250],
21 "bounds": [100, 100],
22 "contentsOpaque": true,
23 "drawsContent": true,
24 "backfaceVisibility": "hidden",
25 "backgroundColor": "#FF0000"
26 },
27 {
28 "bounds": [785, 2016],
29 "drawsContent": true,
30 "repaintRects": [
31 [0, 250, 100, 100],
32 [0, 50, 100, 100]
33 ],
34 "paintInvalidationClients": [
35 "LayoutBlockFlow (positioned) DIV"
36 ]
37 }
38 ]
39 }
40 ]
41 }
42 ]
43 }
44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698