mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
3be0a1e6ab
Differential Revision: https://phabricator.services.mozilla.com/D47565 --HG-- extra : moz-landing-system : lando
21 lines
437 B
HTML
21 lines
437 B
HTML
<html class="reftest-wait">
|
|
<style>
|
|
* { scale: 81 1 }
|
|
</style>
|
|
<script>
|
|
function go() {
|
|
window.getSelection().selectAllChildren(a);
|
|
}
|
|
function eh() {
|
|
c.beginElementAt(0.67302);
|
|
b.scrollIntoView(false);
|
|
document.documentElement.style.setProperty("rotate", "1deg 45 1 -1");
|
|
document.documentElement.classList.remove("reftest-wait");
|
|
}
|
|
</script>
|
|
<body onload=go()>
|
|
<button id="a">
|
|
<svg id="b">
|
|
<set id="c" onbegin="eh()">
|
|
</html>
|