Crash test for bug 645193 by Jesse Ruderman

This commit is contained in:
Simon Montagu 2011-06-09 09:29:09 +03:00
Родитель 568db7fa48
Коммит 30b6f5c9aa
2 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html style="direction: rtl; -moz-column-width: 1px;"><head><script>
function boom()
{
document.documentElement.offsetHeight;
document.body.style.unicodeBidi = "bidi-override";
document.documentElement.offsetHeight;
}
</script></head><body style="white-space: pre;" onload="boom();">
H
</body></html>

Просмотреть файл

@ -328,5 +328,6 @@ load 629035-1.html
load 629908-1.html
load 635329.html
== 640272.html 640272-ref.html
load 645193.html
load 650489.xhtml
load 653133-1.html