mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
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:
parent
ba8aabdeb0
commit
ad634897b8
|
|
@ -1,5 +1,8 @@
|
|||
<!doctype html>
|
||||
<style>
|
||||
html {
|
||||
scrollbar-width: none;
|
||||
}
|
||||
body {
|
||||
margin: 0px;
|
||||
height: 5000px;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user