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

Unified Diff: third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/composited-scrolling-paint-phases-expected.txt

Issue 2439113003: Fix the bug that negative outline-offset is covered up by composited (Closed)
Patch Set: Rename decorationLayer to decorationOutlineLayer 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/composited-scrolling-paint-phases-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/composited-scrolling-paint-phases-expected.txt b/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/composited-scrolling-paint-phases-expected.txt
index bbcea90104c05d8211ac52f089cc39b25f499604..530bce224d5ca4c60fdd100db1efdafb03866ced 100644
--- a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/composited-scrolling-paint-phases-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/composited-scrolling-paint-phases-expected.txt
@@ -7,7 +7,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintForeground",
- "GraphicsLayerPaintMask"
+ "GraphicsLayerPaintMask",
+ "GraphicsLayerPaintDecoration"
]
},
{
@@ -16,7 +17,8 @@
"drawsContent": true,
"paintingPhases": [
"GraphicsLayerPaintBackground",
- "GraphicsLayerPaintMask"
+ "GraphicsLayerPaintMask",
+ "GraphicsLayerPaintDecoration"
]
},
{
@@ -29,7 +31,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintForeground",
- "GraphicsLayerPaintMask"
+ "GraphicsLayerPaintMask",
+ "GraphicsLayerPaintDecoration"
]
},
{
@@ -49,7 +52,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintMask",
- "GraphicsLayerPaintCompositedScroll"
+ "GraphicsLayerPaintCompositedScroll",
+ "GraphicsLayerPaintDecoration"
]
},
{
@@ -60,7 +64,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintForeground",
- "GraphicsLayerPaintMask"
+ "GraphicsLayerPaintMask",
+ "GraphicsLayerPaintDecoration"
]
},
{
@@ -79,7 +84,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintForeground",
- "GraphicsLayerPaintMask"
+ "GraphicsLayerPaintMask",
+ "GraphicsLayerPaintDecoration"
]
},
{
@@ -89,7 +95,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintForeground",
- "GraphicsLayerPaintMask"
+ "GraphicsLayerPaintMask",
+ "GraphicsLayerPaintDecoration"
]
},
{
@@ -99,7 +106,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintForeground",
- "GraphicsLayerPaintMask"
+ "GraphicsLayerPaintMask",
+ "GraphicsLayerPaintDecoration"
]
},
{
@@ -110,7 +118,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintForeground",
- "GraphicsLayerPaintMask"
+ "GraphicsLayerPaintMask",
+ "GraphicsLayerPaintDecoration"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698