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

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

Issue 1878163002: 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/fast/repaint/text-match-document-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-match-document-change-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-match-document-change-expected.txt
index c36030ba80490d166f7081187df41f762ea1763b..abe8bab18a7fc07075b25ded90d4e857e359f5da 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-match-document-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-match-document-change-expected.txt
@@ -5,29 +5,82 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [295, 102, 15, 400],
- [18, 170, 269, 332],
- [18, 150, 269, 352],
- [18, 130, 269, 40],
- [18, 130, 269, 20],
- [18, 130, 235, 39],
- [18, 130, 77, 19],
- [10, 102, 285, 400]
- ],
- "paintInvalidationClients": [
- "InlineTextBox 'To be changed: findme (Manual testing:'",
- "InlineTextBox 'Find-in-page 'findme', then click here)'",
- "LayoutText #text",
- "RootInlineBox",
- "RootInlineBox",
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow DIV id='to-be-changed'",
- "RootInlineBox",
- "LayoutText #text",
- "InlineTextBox 'After change'",
- "LayoutBlockFlow DIV",
- "VerticalScrollbar"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox 'After change'",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "InlineTextBox 'Find-in-page 'findme', then click here)'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'To be changed: findme (Manual testing:'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [18, 170, 269, 332],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [18, 150, 269, 352],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='to-be-changed'",
+ "rect": [18, 130, 269, 40],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='to-be-changed'",
+ "rect": [18, 130, 269, 20],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [10, 102, 285, 400],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [18, 130, 235, 39],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [18, 130, 77, 19],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [295, 102, 15, 400],
+ "reason": "scroll"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "VerticalScrollbar",
+ "rect": [0, 0, 0, 0],
+ "reason": "scroll"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698