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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/textarea-scroll-touch-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/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/textarea-scroll-touch-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/textarea-scroll-touch-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/textarea-scroll-touch-expected.txt
index 650f75ec1c826a64b8cdeefcfe8b41385f9deddd..8131caa6a66512200a6b3c5e2fd7ee1571a3fbf2 100644
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/textarea-scroll-touch-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/textarea-scroll-touch-expected.txt
@@ -13,7 +13,6 @@
"name": "LayoutTextControl TEXTAREA",
"position": [18, 18],
"bounds": [206, 126],
- "contentsOpaque": true,
"shouldFlattenTransform": false,
"drawsContent": true,
"backgroundColor": "#CCCCCC",
@@ -27,6 +26,7 @@
{
"name": "Scrolling Contents Layer",
"bounds": [189, 337],
+ "contentsOpaque": true,
"drawsContent": true
}
]
@@ -54,7 +54,6 @@
"name": "LayoutTextControl TEXTAREA",
"position": [248, 18],
"bounds": [206, 126],
- "contentsOpaque": true,
"shouldFlattenTransform": false,
"drawsContent": true,
"backgroundColor": "#CCCCCC",
@@ -68,6 +67,7 @@
{
"name": "Scrolling Contents Layer",
"bounds": [189, 337],
+ "contentsOpaque": true,
"drawsContent": true
}
]

Powered by Google App Engine
This is Rietveld 408576698