mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Test for bug 1162813, r=jfkthame
This commit is contained in:
parent
238d566a14
commit
f583e81d08
17
layout/base/crashtests/1162813.xul
Normal file
17
layout/base/crashtests/1162813.xul
Normal file
@ -0,0 +1,17 @@
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="reftest-wait">
|
||||
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("l").value="פיל\n";
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
window.addEventListener("load", function(){setTimeout(boom, 30)}, 0);
|
||||
|
||||
</script>
|
||||
<hbox dir="rtl">
|
||||
<label id="l" />
|
||||
</hbox>
|
||||
</window>
|
@ -475,4 +475,5 @@ load 1116104.html
|
||||
load 1127198-1.html
|
||||
load 1140198.html
|
||||
pref(layout.css.grid.enabled,true) load 1156588.html
|
||||
asserts(1) load 1162813.xul
|
||||
load 1163583.html
|
||||
|
Loading…
Reference in New Issue
Block a user