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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/text-match-highlight-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-match-highlight-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/text-match-highlight-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/text-match-highlight-expected.txt
index 1ed799937679023f61374fe4172cd4ef16f25a3a..d41592287131509aa99c63bfcd90acbfacb757df 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/text-match-highlight-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/prefer_compositing_to_lcd_text/compositing/overflow/text-match-highlight-expected.txt
@@ -24,66 +24,59 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutSVGInlineText #text",
- "rect": [10, 75, 208, 19],
+ "object": "InlineTextBox 'Can you findme in this boring text?'",
"reason": "full"
},
{
- "object": "LayoutSVGInlineText #text",
- "rect": [20, 164, 202, 72],
+ "object": "InlineTextBox 'Findme in a typewriter!'",
"reason": "full"
},
{
- "object": "LayoutSVGInlineText #text",
- "rect": [10, 131, 138, 12],
+ "object": "InlineTextBox 'Findme on a path! Did you findme?'",
"reason": "full"
},
{
- "object": "LayoutText #text",
- "rect": [244, 0, 40, 19],
+ "object": "InlineTextBox 'findme'",
"reason": "full"
},
{
- "object": "LayoutText #text",
- "rect": [204, 0, 40, 19],
+ "object": "InlineTextBox 'findme'",
"reason": "full"
},
{
- "object": "LayoutText #text",
- "rect": [83, 0, 40, 19],
+ "object": "InlineTextBox 'findme'",
"reason": "full"
},
{
- "object": "LayoutText #text",
- "rect": [47, 20, 40, 19],
+ "object": "InlineTextBox 'findme'",
"reason": "full"
},
{
- "object": "InlineTextBox 'Can you findme in this boring text?'",
+ "object": "LayoutSVGInlineText #text",
"reason": "full"
},
{
- "object": "InlineTextBox 'Findme in a typewriter!'",
+ "object": "LayoutSVGInlineText #text",
"reason": "full"
},
{
- "object": "InlineTextBox 'Findme on a path! Did you findme?'",
+ "object": "LayoutSVGInlineText #text",
"reason": "full"
},
{
- "object": "InlineTextBox 'findme'",
+ "object": "LayoutText #text",
"reason": "full"
},
{
- "object": "InlineTextBox 'findme'",
+ "object": "LayoutText #text",
"reason": "full"
},
{
- "object": "InlineTextBox 'findme'",
+ "object": "LayoutText #text",
"reason": "full"
},
{
- "object": "InlineTextBox 'findme'",
+ "object": "LayoutText #text",
"reason": "full"
}
],

Powered by Google App Engine
This is Rietveld 408576698