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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/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/win/paint/invalidation/non-text-link-invalidation-optimization-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/non-text-link-invalidation-optimization-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/non-text-link-invalidation-optimization-expected.txt
index acb63c7fbb3967fd7ee83df57446a55b0872b817..47023da76d774cd0e1d3b6135cc7323907d8f9bf 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/non-text-link-invalidation-optimization-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/non-text-link-invalidation-optimization-expected.txt
@@ -5,27 +5,67 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [360, 8, 54, 18],
- [326, 8, 25, 17],
- [167, 8, 150, 17],
- [139, 8, 29, 18],
- [76, 8, 64, 18],
- [8, 8, 59, 17]
- ],
- "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, 59, 17],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [76, 8, 64, 18],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [139, 8, 29, 18],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [167, 8, 150, 17],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [326, 8, 25, 17],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [360, 8, 54, 18],
+ "reason": "style change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698