mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 539356 - Part 33 - Change test-overflow/single-value reftest to use MozReftestInvalidate. r=roc
This commit is contained in:
parent
7f18c01d05
commit
383f47e35e
@ -58,9 +58,10 @@ function scrolldivs() {
|
||||
}
|
||||
document.documentElement.removeAttribute('class');
|
||||
}
|
||||
window.addEventListener("MozReftestInvalidate", scrolldivs, false);
|
||||
</script>
|
||||
</head>
|
||||
<body onload="scrolldivs()">
|
||||
<body>
|
||||
|
||||
<div class="ltr start p hidden">A long line that does not break (overflow:hidden)</div>
|
||||
<div class="ltr start p auto">A long line that does not break (overflow:auto)</div>
|
||||
|
@ -51,9 +51,10 @@ function scrolldivs() {
|
||||
}
|
||||
document.documentElement.removeAttribute('class');
|
||||
}
|
||||
window.addEventListener("MozReftestInvalidate", scrolldivs, false);
|
||||
</script>
|
||||
</head>
|
||||
<body onload="scrolldivs()">
|
||||
<body>
|
||||
|
||||
<div class="ltr start p hidden">A long line that does not break (overflow:hidden)</div>
|
||||
<div class="ltr start p auto">A long line that does not break (overflow:auto)</div>
|
||||
|
Loading…
Reference in New Issue
Block a user