Side by Side Diff: third_party/WebKit/LayoutTests/web-animations-api/animation-id.html
Issue 2143483003:
Delete test that is already being tested in w3c test suite (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete test
Created 4 years, 5 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
6 var animation = document.documentElement.animate([], { id: 'testId' });
7 assert_equals(animation.id, 'testId');
8 }, 'Tests that animation id is set when specified from keyframe options');
9 </script>
OLD
NEW
« no previous file with comments
|
« no previous file
|
no next file »
|
no next file with comments »
Issue 2143483003: Delete test that is already being tested in w3c test suite
(Closed)
Created 4 years, 5 months ago by nainar
Modified 4 years, 5 months ago
Reviewers: suzyh_UTC10 (ex-contributor)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 0