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

Unified Diff: LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt

Issue 448793002: Unified invalidation for repaint-only style change of layers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update requestAnimation-translation-leave-traces-expected.txt Created 6 years, 4 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: LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt
diff --git a/LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt b/LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..38f187ce4493d197f28499ace78eb8d6f2f0273c
--- /dev/null
+++ b/LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt
@@ -0,0 +1,20 @@
+This test checks that changing the transform on an element triggers a correct invalidation.
+The paint invalidations below should match the transformed element's coordinates.
+Tested locations: 1200,1500
+{
+ "bounds": [1600, 585],
+ "children": [
+ {
+ "bounds": [1600, 585],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [1500, 0, 100, 100],
+ [1200, 0, 100, 100],
+ [1200, 0, 100, 100],
+ [900, 0, 100, 100]
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698