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

Unified Diff: third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-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, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-expected.txt b/third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-expected.txt
index 47d11c6383849e144fcf10c7071617a769865d28..319f10d49b47965a0ff22c34edfb48054b231af3 100644
--- a/third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-expected.txt
@@ -43,6 +43,11 @@
"drawsContent": true
},
{
+ "name": "Decoration Layer",
+ "bounds": [204, 204],
+ "drawsContent": true
+ },
+ {
"name": "Squashing Containment Layer",
"shouldFlattenTransform": false
},
@@ -89,6 +94,11 @@
"name": "Vertical Scrollbar Layer",
"position": [395, 2],
"bounds": [7, 400]
+ },
+ {
+ "name": "Decoration Layer",
+ "bounds": [404, 404],
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698