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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/text-match-highlight-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/compositing/overflow/text-match-highlight-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/text-match-highlight-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/text-match-highlight-expected.txt
index d0c8e6524eb91aebbaaf80da687a165cf31c8730..58f2e2309fbad88bc18e6fd040893c2e596f4f4c 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/text-match-highlight-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/text-match-highlight-expected.txt
@@ -5,33 +5,87 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [259, 40, 40, 19],
- [244, 60, 40, 19],
- [204, 60, 40, 19],
- [83, 60, 40, 19],
- [47, 80, 40, 19],
- [20, 224, 202, 72],
- [10, 191, 138, 12],
- [10, 135, 208, 19]
- ],
- "paintInvalidationClients": [
- "LayoutText #text",
- "InlineTextBox 'findme'",
- "LayoutText #text",
- "InlineTextBox 'findme'",
- "LayoutText #text",
- "InlineTextBox 'findme'",
- "LayoutText #text",
- "InlineTextBox 'findme'",
- "LayoutText #text",
- "InlineTextBox 'findme'",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'Can you findme in this boring text?'",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'Findme in a typewriter!'",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'Findme on a path! Did you findme?'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox 'Can you findme in this boring text?'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'Findme in a typewriter!'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'Findme on a path! Did you findme?'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'findme'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'findme'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'findme'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'findme'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'findme'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [10, 135, 208, 19],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [10, 191, 138, 12],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [20, 224, 202, 72],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [259, 40, 40, 19],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [83, 60, 40, 19],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [204, 60, 40, 19],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [244, 60, 40, 19],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [47, 80, 40, 19],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698