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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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/mac/paint/invalidation/non-text-link-invalidation-optimization-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/non-text-link-invalidation-optimization-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/non-text-link-invalidation-optimization-expected.txt
index a0affb3b4cd13079be9a56d42a40ca7a7ee35c9f..52ec04c0d346f6c3ad6204884779f874089f94d0 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/non-text-link-invalidation-optimization-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/non-text-link-invalidation-optimization-expected.txt
@@ -7,63 +7,57 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "InlineTextBox ' images.'",
- "rect": [0, 0, 0, 0],
+ "object": "LayoutText #text",
+ "rect": [167, 8, 150, 18],
"reason": "style change"
},
{
- "object": "InlineTextBox ' no '",
- "rect": [0, 0, 0, 0],
+ "object": "LayoutText #text",
+ "rect": [76, 8, 64, 18],
"reason": "style change"
},
{
- "object": "InlineTextBox ' passes if '",
- "rect": [0, 0, 0, 0],
+ "object": "LayoutText #text",
+ "rect": [8, 8, 59, 18],
"reason": "style change"
},
{
- "object": "InlineTextBox ' text is invalidated and '",
- "rect": [0, 0, 0, 0],
+ "object": "LayoutText #text",
+ "rect": [360, 8, 54, 18],
"reason": "style change"
},
{
- "object": "InlineTextBox 'This test '",
- "rect": [0, 0, 0, 0],
+ "object": "LayoutText #text",
+ "rect": [139, 8, 29, 18],
"reason": "style change"
},
{
- "object": "InlineTextBox 'only'",
- "rect": [0, 0, 0, 0],
+ "object": "LayoutText #text",
+ "rect": [326, 8, 25, 18],
"reason": "style change"
},
{
- "object": "LayoutText #text",
- "rect": [8, 8, 59, 18],
+ "object": "InlineTextBox ' images.'",
"reason": "style change"
},
{
- "object": "LayoutText #text",
- "rect": [76, 8, 64, 18],
+ "object": "InlineTextBox ' no '",
"reason": "style change"
},
{
- "object": "LayoutText #text",
- "rect": [139, 8, 29, 18],
+ "object": "InlineTextBox ' passes if '",
"reason": "style change"
},
{
- "object": "LayoutText #text",
- "rect": [167, 8, 150, 18],
+ "object": "InlineTextBox ' text is invalidated and '",
"reason": "style change"
},
{
- "object": "LayoutText #text",
- "rect": [326, 8, 25, 18],
+ "object": "InlineTextBox 'This test '",
"reason": "style change"
},
{
- "object": "LayoutText #text",
- "rect": [360, 8, 54, 18],
+ "object": "InlineTextBox 'only'",
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698