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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/composited-bounds-for-negative-z-expected.txt

Issue 2439113003: Fix the bug that negative outline-offset is covered up by composited (Closed)
Patch Set: Fix failed webkit_unit_tests and contents_browsertests && rebaseline Created 4 years, 1 month 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true 6 "contentsOpaque": true
7 }, 7 },
8 { 8 {
9 "name": "LayoutBlockFlow HTML", 9 "name": "LayoutBlockFlow HTML",
10 "bounds": [800, 408], 10 "bounds": [800, 408],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 { 42 {
43 "name": "Overflow Controls Host Layer", 43 "name": "Overflow Controls Host Layer",
44 "bounds": [300, 300] 44 "bounds": [300, 300]
45 }, 45 },
46 { 46 {
47 "name": "Vertical Scrollbar Layer", 47 "name": "Vertical Scrollbar Layer",
48 "position": [285, 0], 48 "position": [285, 0],
49 "bounds": [15, 300] 49 "bounds": [15, 300]
50 }, 50 },
51 { 51 {
52 "name": "Decoration Layer",
53 "bounds": [300, 300],
54 "drawsContent": true
55 },
56 {
52 "name": "Squashing Containment Layer", 57 "name": "Squashing Containment Layer",
53 "shouldFlattenTransform": false 58 "shouldFlattenTransform": false
54 }, 59 },
55 { 60 {
56 "name": "LayoutBlockFlow (relative positioned) DIV", 61 "name": "LayoutBlockFlow (relative positioned) DIV",
57 "position": [108, 100], 62 "position": [108, 100],
58 "bounds": [285, 1000] 63 "bounds": [285, 1000]
59 }, 64 },
60 { 65 {
61 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV)", 66 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV)",
62 "position": [108, 100], 67 "position": [108, 100],
63 "bounds": [285, 1000], 68 "bounds": [285, 1000],
64 "drawsContent": true 69 "drawsContent": true
65 } 70 }
66 ] 71 ]
67 } 72 }
68 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698