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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-repaint-glitch-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-repaint-glitch-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-repaint-glitch-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-repaint-glitch-expected.txt
index ae16047888561a9a0eac7a2f62c583ade353ae2e..64dbad23aeb14a9f386f9e851148b35d51023a2a 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-repaint-glitch-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-repaint-glitch-expected.txt
@@ -5,19 +5,37 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [29, 435, 180, 20],
- [29, 273, 180, 20],
- [15, 391, 208, 68],
- [15, 391, 208, 48],
- [15, 229, 208, 68],
- [15, 229, 208, 48]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV id='a'",
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV id='b'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [15, 229, 208, 68],
+ "reason": "outline"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [15, 229, 208, 48],
+ "reason": "outline"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [15, 391, 208, 48],
+ "reason": "outline"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [15, 391, 208, 68],
+ "reason": "outline"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='a'",
+ "rect": [29, 273, 180, 20],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='b'",
+ "rect": [29, 435, 180, 20],
+ "reason": "incremental"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698