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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/quotes-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/quotes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/quotes-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/quotes-expected.txt
index f26545352e0ec0f1957bf17cfde4f1a427d37ddd..25df0dd5a8a3ed9258973a812aeea4f193ac881b 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/quotes-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/quotes-expected.txt
@@ -5,32 +5,102 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [63, 28, 9, 19],
- [61, 28, 8, 19],
- [17, 28, 46, 19],
- [15, 28, 46, 19],
- [8, 28, 784, 19],
- [8, 28, 9, 19],
- [8, 28, 7, 19]
- ],
- "paintInvalidationClients": [
- "InlineTextBox ''",
- "InlineTextBox ''",
- "InlineTextBox ''",
- "RootInlineBox",
- "LayoutBlockFlow DIV",
- "LayoutInline Q id='q2' class='q-changed'",
- "LayoutInline \u003Cpseudo:before\u003E",
- "LayoutQuote (anonymous)",
- "LayoutTextFragment (anonymous)",
- "InlineTextBox '{'",
- "LayoutText #text",
- "InlineTextBox 'quote 2'",
- "LayoutInline \u003Cpseudo:after\u003E",
- "LayoutQuote (anonymous)",
- "LayoutTextFragment (anonymous)",
- "InlineTextBox '}'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox ''",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox ''",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox ''",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'quote 2'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox '{'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox '}'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [8, 28, 784, 19],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutInline \u003Cpseudo:after\u003E",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutInline \u003Cpseudo:before\u003E",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutInline Q id='q2' class='q-changed'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutQuote (anonymous)",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutQuote (anonymous)",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [17, 28, 46, 19],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [15, 28, 46, 19],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTextFragment (anonymous)",
+ "rect": [8, 28, 9, 19],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTextFragment (anonymous)",
+ "rect": [8, 28, 7, 19],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTextFragment (anonymous)",
+ "rect": [63, 28, 9, 19],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTextFragment (anonymous)",
+ "rect": [61, 28, 8, 19],
+ "reason": "style change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698