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

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

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 6e88b6ed40d786dc640fc3deb7db877103c7d364..e0c0ad0c372570b2ed7ac02a4a8c92b620f56f7a 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
@@ -1,7 +1,9 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
@@ -35,33 +37,59 @@
"object": "LayoutText #text",
"rect": [303, 8, 23, 19],
"reason": "style change"
- },
- {
- "object": "InlineTextBox ' images.'",
- "reason": "style change"
- },
- {
- "object": "InlineTextBox ' no '",
- "reason": "style change"
- },
- {
- "object": "InlineTextBox ' passes if '",
- "reason": "style change"
- },
- {
- "object": "InlineTextBox ' text is invalidated and '",
- "reason": "style change"
- },
- {
- "object": "InlineTextBox 'This test '",
- "reason": "style change"
- },
- {
- "object": "InlineTextBox 'only'",
- "reason": "style change"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutText #text",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'This test '",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox ' passes if '",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'only'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox ' text is invalidated and '",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox ' no '",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox ' images.'",
+ "reason": "style change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698