1
0
Fork 0
firefox/layout/style/test/test_animations_omta_scroll_rtl.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

25 lines
685 B
HTML

<!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"
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1676780">Scroll-driven
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>