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

Unified Diff: third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt

Issue 1883513002: 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/compositing/repaint/resize-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt
index ca25b969a17310d818b12f8ccfc15982cf262a1d..49c1879fbfaff358bcddff652ca72c38be9cee76 100644
--- a/third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt
@@ -10,16 +10,27 @@
"position": [8, 8],
"bounds": [402, 207],
"drawsContent": true,
- "repaintRects": [
- [2, 155, 398, 50],
- [2, 104, 398, 50],
- [0, 105, 402, 102],
- [0, 104, 402, 103]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='resizing'",
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [2, 104, 398, 50],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [2, 155, 398, 50],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='resizing'",
+ "rect": [0, 105, 402, 102],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='resizing'",
+ "rect": [0, 104, 402, 103],
+ "reason": "incremental"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698