mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:47:36 +00:00
Tests/LibWeb: Remove the "scroll.html" layout test for now
This test is flaky, so let's remove it until we have a stable version.
This commit is contained in:
parent
9249f8bda8
commit
3ac77dac99
2 changed files with 0 additions and 33 deletions
|
@ -1,22 +0,0 @@
|
|||
<style>
|
||||
#scrollbox {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
overflow: scroll;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
#content {
|
||||
height: 1000px;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
document.addEventListener(
|
||||
"DOMContentLoaded",
|
||||
function () {
|
||||
document.getElementById("scrollbox").scroll(0, 100);
|
||||
},
|
||||
false
|
||||
);
|
||||
</script>
|
||||
<div id="scrollbox"><div id="content"></div></div>
|
Loading…
Add table
Add a link
Reference in a new issue