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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/universal-accelerated-overflow-scroll-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/overflow/universal-accelerated-overflow-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/universal-accelerated-overflow-scroll-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/universal-accelerated-overflow-scroll-expected.txt
index 150127f9467c1e2b44de069821ccd834282e8c74..2688e886b0633f90931bbb98e9eabc93b21aa23e 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/universal-accelerated-overflow-scroll-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/universal-accelerated-overflow-scroll-expected.txt
@@ -49,6 +49,11 @@
"drawsContent": true
},
{
+ "name": "Decoration Layer",
+ "bounds": [104, 104],
+ "drawsContent": true
+ },
+ {
"name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV id='positioned-absolute-grandchildren-not-contained' class='positionAbsolute positioned')",
"position": [35, 75],
"bounds": [80, 40],
@@ -111,6 +116,11 @@
"drawsContent": true
},
{
+ "name": "Decoration Layer",
+ "bounds": [104, 104],
+ "drawsContent": true
+ },
+ {
"name": "Squashing Containment Layer",
"shouldFlattenTransform": false
},
@@ -170,6 +180,11 @@
"drawsContent": true
},
{
+ "name": "Decoration Layer",
+ "bounds": [104, 104],
+ "drawsContent": true
+ },
+ {
"name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV id='positioned-absolute-not-contained' class='positionAbsolute positioned')",
"position": [275, 75],
"bounds": [80, 40],
@@ -236,6 +251,11 @@
"drawsContent": true
},
{
+ "name": "Decoration Layer",
+ "bounds": [104, 104],
+ "drawsContent": true
+ },
+ {
"name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV id='positioned-absolute-sibling-grandchildren-not-contained' class='positionAbsolute positioned')",
"position": [395, 75],
"bounds": [80, 40],
@@ -298,6 +318,11 @@
"drawsContent": true
},
{
+ "name": "Decoration Layer",
+ "bounds": [104, 104],
+ "drawsContent": true
+ },
+ {
"name": "Squashing Containment Layer",
"shouldFlattenTransform": false
},
@@ -357,6 +382,11 @@
"drawsContent": true
},
{
+ "name": "Decoration Layer",
+ "bounds": [104, 104],
+ "drawsContent": true
+ },
+ {
"name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV id='positioned-absolute-sibling-not-contained' class='positionAbsolute positioned')",
"position": [155, 195],
"bounds": [80, 40],
@@ -418,6 +448,11 @@
"drawsContent": true
},
{
+ "name": "Decoration Layer",
+ "bounds": [104, 104],
+ "drawsContent": true
+ },
+ {
"name": "Squashing Containment Layer",
"shouldFlattenTransform": false
},
@@ -473,6 +508,11 @@
"drawsContent": true
},
{
+ "name": "Decoration Layer",
+ "bounds": [104, 104],
+ "drawsContent": true
+ },
+ {
"name": "Squashing Containment Layer",
"shouldFlattenTransform": false
},
@@ -529,6 +569,11 @@
"drawsContent": true
},
{
+ "name": "Decoration Layer",
+ "bounds": [104, 104],
+ "drawsContent": true
+ },
+ {
"name": "LayoutBlockFlow (positioned) DIV id='positioned-fixed-sibling-grandchildren' class='positionFixed positioned'",
"position": [35, 315],
"bounds": [80, 40],
@@ -592,6 +637,11 @@
"drawsContent": true
},
{
+ "name": "Decoration Layer",
+ "bounds": [104, 104],
+ "drawsContent": true
+ },
+ {
"name": "LayoutBlockFlow (positioned) DIV id='positioned-fixed-sibling' class='positionFixed positioned'",
"position": [155, 315],
"bounds": [80, 40],
@@ -656,6 +706,11 @@
"drawsContent": true
},
{
+ "name": "Decoration Layer",
+ "bounds": [104, 104],
+ "drawsContent": true
+ },
+ {
"name": "LayoutBlockFlow (positioned) DIV id='positioned-fixed-grandchildren' class='positionFixed positioned'",
"position": [275, 315],
"bounds": [80, 40],
@@ -719,6 +774,11 @@
"drawsContent": true
},
{
+ "name": "Decoration Layer",
+ "bounds": [104, 104],
+ "drawsContent": true
+ },
+ {
"name": "LayoutBlockFlow (positioned) DIV id='positioned-fixed' class='positionFixed positioned'",
"position": [395, 315],
"bounds": [80, 40],

Powered by Google App Engine
This is Rietveld 408576698