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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-without-painting-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 id='scroller'", 10 "name": "LayoutBlockFlow DIV id='scroller'",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "rect": [0, 0, 15, 185], 43 "rect": [0, 0, 15, 185],
44 "reason": "full" 44 "reason": "full"
45 } 45 }
46 ] 46 ]
47 }, 47 },
48 { 48 {
49 "name": "Scroll Corner Layer", 49 "name": "Scroll Corner Layer",
50 "position": [186, 186], 50 "position": [186, 186],
51 "bounds": [15, 15], 51 "bounds": [15, 15],
52 "drawsContent": true 52 "drawsContent": true
53 },
54 {
55 "name": "Decoration Layer",
56 "bounds": [202, 202],
57 "drawsContent": true
53 } 58 }
54 ] 59 ]
55 } 60 }
56 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698