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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-neg-z-index-descendants-should-cause-repaint-expected.txt

Issue 2747333006: Modify paint/invalidation/compositing/scrolling-neg-z-index-descendants-should-cause-repaint-expect… (Closed)
Patch Set: Rebase Created 3 years, 9 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 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
11 "position": [8, 8],
12 "bounds": [102, 302],
13 "shouldFlattenTransform": false,
14 "drawsContent": true,
15 "backfaceVisibility": "hidden"
16 },
17 {
18 "name": "Scrolling Layer",
19 "position": [1, 1],
20 "bounds": [100, 300],
21 "shouldFlattenTransform": false
22 },
23 {
24 "name": "Scrolling Contents Layer",
25 "bounds": [100, 430]
26 },
27 {
28 "name": "Overflow Controls Host Layer",
29 "bounds": [102, 302]
30 },
31 {
32 "name": "Horizontal Scrollbar Layer",
33 "position": [1, 301],
34 "bounds": [100, 0],
35 "drawsContent": true
36 },
37 {
38 "name": "Vertical Scrollbar Layer",
39 "position": [101, 1],
40 "bounds": [0, 300],
41 "drawsContent": true
42 }
43 ]
44 }
45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698