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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/reflection-redraw-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/fast/repaint/reflection-redraw-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/reflection-redraw-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/reflection-redraw-expected.txt
index 409eb33287b815148c330c0e0867372cfc4bc651..1d7a35f088d7b6034f36b4c34636f2ef5132bf66 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/reflection-redraw-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/reflection-redraw-expected.txt
@@ -5,33 +5,107 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [379, 267, 288, 72],
- [304, 377, 128, 156],
- [304, 21, 128, 208],
- [69, 267, 288, 72]
- ],
- "paintInvalidationClients": [
- "LayoutText #text",
- "InlineTextBox 'The color of this'",
- "InlineTextBox 'text in the'",
- "InlineTextBox 'reflection should be'",
- "InlineTextBox 'green'",
- "LayoutText #text",
- "InlineTextBox 'The color of this'",
- "InlineTextBox 'text in the'",
- "InlineTextBox 'reflection should be'",
- "InlineTextBox 'green'",
- "LayoutText #text",
- "InlineTextBox 'The color of this'",
- "InlineTextBox 'text in the'",
- "InlineTextBox 'reflection should be'",
- "InlineTextBox 'green'",
- "LayoutText #text",
- "InlineTextBox 'The color of this'",
- "InlineTextBox 'text in the'",
- "InlineTextBox 'reflection should be'",
- "InlineTextBox 'green'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox 'The color of this'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'The color of this'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'The color of this'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'The color of this'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'green'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'green'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'green'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'green'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'reflection should be'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'reflection should be'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'reflection should be'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'reflection should be'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'text in the'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'text in the'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'text in the'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'text in the'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [304, 21, 128, 208],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [69, 267, 288, 72],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [379, 267, 288, 72],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [304, 377, 128, 156],
+ "reason": "style change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698