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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-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/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt
index cdaa2f634e544225fcf8aaeb5cca3fcfec5a50bf..42013dae994f24408ffda61c4858e92505372dfa 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt
@@ -17,10 +17,22 @@
"position": [55, 55],
"bounds": [500, 500],
"drawsContent": true,
- "repaintRects": [
- [55, 55, 500, 500],
- [0, 0, 500, 500],
- [0, 0, 50, 50]
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV",
+ "rect": [55, 55, 500, 500],
+ "reason": "layer"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV",
+ "rect": [0, 0, 500, 500],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'",
+ "rect": [0, 0, 50, 50],
+ "reason": "layoutObject removal"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698