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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-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 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow DIV class='container'", 10 "name": "LayoutBlockFlow DIV class='container'",
(...skipping 23 matching lines...) Expand all
34 "position": [289, 4], 34 "position": [289, 4],
35 "bounds": [15, 185] 35 "bounds": [15, 185]
36 }, 36 },
37 { 37 {
38 "name": "Scroll Corner Layer", 38 "name": "Scroll Corner Layer",
39 "position": [289, 189], 39 "position": [289, 189],
40 "bounds": [15, 15], 40 "bounds": [15, 15],
41 "drawsContent": true 41 "drawsContent": true
42 }, 42 },
43 { 43 {
44 "name": "Decoration Layer",
45 "bounds": [308, 208],
46 "drawsContent": true
47 },
48 {
44 "name": "LayoutBlockFlow (positioned) DIV id='fixed'", 49 "name": "LayoutBlockFlow (positioned) DIV id='fixed'",
45 "position": [50, 200], 50 "position": [50, 200],
46 "bounds": [200, 200], 51 "bounds": [200, 200],
47 "contentsOpaque": true, 52 "contentsOpaque": true,
48 "drawsContent": true, 53 "drawsContent": true,
49 "backgroundColor": "#008000" 54 "backgroundColor": "#008000"
50 }, 55 },
51 { 56 {
52 "name": "Ancestor Clipping Layer", 57 "name": "Ancestor Clipping Layer",
53 "position": [12, 12], 58 "position": [12, 12],
(...skipping 22 matching lines...) Expand all
76 }, 81 },
77 { 82 {
78 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='box')", 83 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='box')",
79 "position": [22, 212], 84 "position": [22, 212],
80 "bounds": [100, 320], 85 "bounds": [100, 320],
81 "drawsContent": true 86 "drawsContent": true
82 } 87 }
83 ] 88 ]
84 } 89 }
85 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698