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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/bugzilla-5699-expected.txt

Issue 1883513002: 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/win/fast/repaint/bugzilla-5699-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/bugzilla-5699-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/bugzilla-5699-expected.txt
index 0b80fd8476ba827b51cc0c4584453077682e1c3c..7d561b1862da2c10e1625c707d76b4ea4f3d7d99 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/bugzilla-5699-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/bugzilla-5699-expected.txt
@@ -5,34 +5,102 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [43, 178, 1, 17],
- [43, 148, 1, 17],
- [8, 178, 36, 17],
- [8, 166, 784, 30],
- [8, 148, 36, 17],
- [8, 145, 4, 17],
- [8, 145, 4, 17],
- [8, 130, 784, 65],
- [8, 130, 4, 17]
- ],
- "paintInvalidationClients": [
- "InlineTextBox ''",
- "InlineTextBox '\n'",
- "RootInlineBox",
- "LayoutBlockFlow P",
- "LayoutBlockFlow P",
- "RootInlineBox",
- "LayoutInline SPAN id='d'",
- "InlineFlowBox",
- "LayoutText #text",
- "InlineTextBox '\u00A0'",
- "LayoutBR BR",
- "InlineTextBox '\n'",
- "LayoutText #text",
- "InlineTextBox 'Hello'",
- "LayoutBR BR",
- "InlineTextBox '\n'"
+ "paintInvalidations": [
+ {
+ "object": "InlineFlowBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "rect": [0, 0, 0, 0],
+ "reason": "bounds change"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "rect": [0, 0, 0, 0],
+ "reason": "bounds change"
+ },
+ {
+ "object": "InlineTextBox ''",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'Hello'",
+ "rect": [0, 0, 0, 0],
+ "reason": "bounds change"
+ },
+ {
+ "object": "InlineTextBox '\u00A0'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBR BR",
+ "rect": [0, 0, 0, 0],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBR BR",
+ "rect": [43, 148, 1, 17],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBR BR",
+ "rect": [43, 178, 1, 17],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow P",
+ "rect": [8, 166, 784, 30],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow P",
+ "rect": [8, 130, 784, 65],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutInline SPAN id='d'",
+ "rect": [8, 145, 4, 17],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 130, 4, 17],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 145, 4, 17],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 148, 36, 17],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 178, 36, 17],
+ "reason": "bounds change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698