Test for bug 1162813, r=jfkthame

This commit is contained in:
Simon Montagu 2015-12-07 21:18:29 +02:00
parent 238d566a14
commit f583e81d08
2 changed files with 18 additions and 0 deletions

View 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>

View File

@ -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