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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/selection-gaps-after-removing-scrolling-contents-expected.txt

Issue 2264663002: Paint solid color backgrounds which are equivalent to locally attached into scrolling contents layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scrollcontent-paint-bg
Patch Set: Add test and only skip local equivalence if outline enters padding-box Created 4 years, 4 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/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/selection-gaps-after-removing-scrolling-contents-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/selection-gaps-after-removing-scrolling-contents-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/selection-gaps-after-removing-scrolling-contents-expected.txt
index 6abb384bf7c4c2a080d26b07275f167d67f23edc..cb1646a71cb4859ea0866020e331667e0f291782 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/selection-gaps-after-removing-scrolling-contents-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/selection-gaps-after-removing-scrolling-contents-expected.txt
@@ -27,7 +27,6 @@ Lorem Ipsum
"name": "LayoutBlockFlow DIV id='container'",
"position": [8, 68],
"bounds": [300, 500],
- "contentsOpaque": true,
"shouldFlattenTransform": false,
"drawsContent": true,
"backgroundColor": "#0000FF",
@@ -40,6 +39,7 @@ Lorem Ipsum
{
"name": "Scrolling Contents Layer",
"bounds": [285, 665],
+ "contentsOpaque": true,
"drawsContent": true
}
]
@@ -170,7 +170,6 @@ Lorem Ipsum
"name": "LayoutBlockFlow DIV id='container'",
"position": [8, 68],
"bounds": [300, 500],
- "contentsOpaque": true,
"shouldFlattenTransform": false,
"drawsContent": true,
"backgroundColor": "#0000FF",
@@ -183,6 +182,7 @@ Lorem Ipsum
{
"name": "Scrolling Contents Layer",
"bounds": [285, 665],
+ "contentsOpaque": true,
"drawsContent": true
}
]

Powered by Google App Engine
This is Rietveld 408576698