Tests: Hide scrollbars in failing ref test

The test scrolled-svg-path-with-transform.html was relying on overlay
scrollbars mistakenly not showing up.
This commit is contained in:
Andreas Kling 2025-03-28 22:01:51 +00:00
parent ba8aabdeb0
commit ad634897b8
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
<!doctype html>
<style>
html {
scrollbar-width: none;
}
body {
margin: 0px;
height: 5000px;

View File

@ -1,6 +1,9 @@
<!doctype html>
<link rel="match" href="../expected/scrolled-svg-path-with-transform.html" />
<style>
html {
scrollbar-width: none;
}
body {
margin: 0px;
height: 5000px;