Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<html>
<head>
<title>Test for css-animations running on the compositor thread with
scroll-timeline with right to left writing mode</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<a target="_blank"
animations generated by CSS</a>
<pre id="test"></pre>
<script>
'use strict';
SimpleTest.waitForExplicitFinish();
// Open a new window to make sure we test this with scrolling attribute.
window.open('file_animations_omta_scroll_rtl.html');
</script>
</pre>
</body>
</html>