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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/text-color-change-expected.txt

Issue 2019583002: Don't include scroll offset in offsetFromLayoutObject for scrolling contents layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/text-color-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/text-color-change-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/text-color-change-expected.txt
index e16094eceeb2c6890969432a226bfc95e3f20e21..5234bf9103b9aba2ffb784646e2edd2255919850 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/text-color-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/text-color-change-expected.txt
@@ -13,8 +13,7 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutText #text",
- "rect": [0, 0, 48, 656],
+ "object": "InlineTextBox '\n'",
"reason": "style change"
},
{
@@ -178,7 +177,7 @@
"reason": "style change"
},
{
- "object": "InlineTextBox '\n'",
+ "object": "InlineTextBox ' Text'",
"reason": "style change"
},
{
@@ -342,7 +341,7 @@
"reason": "style change"
},
{
- "object": "InlineTextBox ' Text'",
+ "object": "LayoutText #text",
"reason": "style change"
}
],

Powered by Google App Engine
This is Rietveld 408576698