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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/non-text-link-invalidation-optimization-expected.txt

Issue 1881903002: 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/paint/invalidation/non-text-link-invalidation-optimization-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/non-text-link-invalidation-optimization-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/non-text-link-invalidation-optimization-expected.txt
index 81fe9287d73113325612ea0dc56485b5648409d3..46ac3e243f3255178a7d0ce7790f05674297c9ec 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/non-text-link-invalidation-optimization-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/non-text-link-invalidation-optimization-expected.txt
@@ -5,27 +5,67 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [336, 8, 49, 19],
- [303, 8, 23, 19],
- [156, 8, 137, 19],
- [131, 8, 26, 19],
- [72, 8, 59, 19],
- [8, 8, 54, 19]
- ],
- "paintInvalidationClients": [
- "LayoutText #text",
- "InlineTextBox 'This test '",
- "LayoutText #text",
- "InlineTextBox ' passes if '",
- "LayoutText #text",
- "InlineTextBox 'only'",
- "LayoutText #text",
- "InlineTextBox ' text is invalidated and '",
- "LayoutText #text",
- "InlineTextBox ' no '",
- "LayoutText #text",
- "InlineTextBox ' images.'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox ' images.'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox ' no '",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox ' passes if '",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox ' text is invalidated and '",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'This test '",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'only'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 8, 54, 19],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [72, 8, 59, 19],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [131, 8, 26, 19],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [156, 8, 137, 19],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [303, 8, 23, 19],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [336, 8, 49, 19],
+ "reason": "style change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698