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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-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/outline-change-invalidation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt
index cc19edac7469a1311d30b1cdc2ef5dccebe22a13..3e8660861e9ffd729490500dcc43f53b82dc32d7 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt
@@ -5,22 +5,57 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [30, 88, 762, 20],
- [30, 88, 762, 20],
- [30, 83, 767, 30],
- [30, 83, 767, 30],
- [8, 88, 784, 20],
- [8, 83, 789, 30]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineBox",
- "InlineTextBox 'Lorem Ipsum'",
- "LayoutBlockFlow UL",
- "LayoutListItem LI",
- "LayoutBlockFlow A id='link'",
- "RootInlineBox"
+ "paintInvalidations": [
+ {
+ "object": "InlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'Lorem Ipsum'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow A id='link'",
+ "rect": [30, 88, 762, 20],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow A id='link'",
+ "rect": [30, 83, 767, 30],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow UL",
+ "rect": [8, 88, 784, 20],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow UL",
+ "rect": [8, 83, 789, 30],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutListItem LI",
+ "rect": [30, 88, 762, 20],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutListItem LI",
+ "rect": [30, 83, 767, 30],
+ "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