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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/outline-shrinking-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/outline-shrinking-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-shrinking-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/outline-shrinking-expected.txt
index 83176664e4c947b8a0a211746f92a1a05091e2d3..0fcacd15a47f087cbeed590352a96a4c95a03efe 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/outline-shrinking-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/outline-shrinking-expected.txt
@@ -5,15 +5,27 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [8, 112, 100, 100],
- [8, 16, 784, 196],
- [4, 108, 108, 108],
- [4, 16, 788, 200]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow BODY",
- "LayoutBlockFlow DIV id='t'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [4, 16, 788, 200],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [8, 16, 784, 196],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='t'",
+ "rect": [4, 108, 108, 108],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='t'",
+ "rect": [8, 112, 100, 100],
+ "reason": "style change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698