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

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

Issue 2087483002: 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/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 e5b506a37503d112660df0332f936c0ce5853826..e31cbc5ffd0b858013e8c19bf254b047320fa013 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
@@ -1,7 +1,9 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
@@ -40,53 +42,63 @@
"object": "LayoutText #text",
"rect": [8, 130, 4, 17],
"reason": "style change"
- },
- {
- "object": "InlineFlowBox",
- "reason": "style change"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "full"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "bounds change"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "bounds change"
- },
- {
- "object": "InlineTextBox ''",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'Hello'",
- "reason": "bounds change"
- },
- {
- "object": "InlineTextBox '\u00A0'",
- "reason": "style change"
- },
- {
- "object": "LayoutBR BR",
- "reason": "bounds change"
- },
- {
- "object": "LayoutBR BR",
- "reason": "bounds change"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow P",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow P",
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutInline SPAN id='d'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineFlowBox",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox '\u00A0'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "bounds change"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "bounds change"
+ },
+ {
+ "object": "InlineTextBox 'Hello'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "bounds change"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "bounds change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698