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

Unified Diff: third_party/WebKit/LayoutTests/animations/inline-transform.html

Issue 1423893002: Web Animations: Suppress compositor animations for transform on inline elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/inline-transform-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/inline-transform.html
diff --git a/third_party/WebKit/LayoutTests/animations/inline-transform.html b/third_party/WebKit/LayoutTests/animations/inline-transform.html
new file mode 100644
index 0000000000000000000000000000000000000000..44408df4ecf91f6c605feb9f77bce8cd7d58a439
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/animations/inline-transform.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<span id=target>PASS</span>
+<script>
+requestAnimationFrame(() => target.animate([
+ {transform: 'translateY(-1000px)'},
+ {transform: 'translateY(-2000px)'},
+], 100000));
+</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/inline-transform-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698