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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/fast/repaint/text-match-document-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/text-match-document-change-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/text-match-document-change-expected.txt
index ccc17e390b77922295f889a1440fc66a01ebff57..daa62ce92260bada88900eebe880b557325b1a4c 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/text-match-document-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/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, 164, 269, 338],
- [18, 146, 269, 356],
- [18, 128, 269, 36],
- [18, 128, 269, 18],
- [18, 128, 256, 36],
- [18, 128, 84, 18],
- [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, 164, 269, 338],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [18, 146, 269, 356],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='to-be-changed'",
+ "rect": [18, 128, 269, 36],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='to-be-changed'",
+ "rect": [18, 128, 269, 18],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [10, 102, 285, 400],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [18, 128, 256, 36],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [18, 128, 84, 18],
+ "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