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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-match-document-change-expected.txt

Issue 2139073002: Auto-rebaseline for r404741 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/fast/repaint/text-match-document-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-match-document-change-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-match-document-change-expected.txt
index aa4666f3be1081562b4f3354fa56474f12f0bbb9..9e242af24f1f1cca42f6b19a7dd76bcbfc5c7b4a 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-match-document-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-match-document-change-expected.txt
@@ -40,6 +40,40 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutText #text",
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='to-be-changed'",
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "InlineTextBox 'After change'",
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "reason": "bounds change"
+ },
+ {
+ "object": "VerticalScrollbar",
+ "reason": "scroll"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698