This commit is contained in:
Jesse Ruderman 2014-11-23 15:09:51 +00:00
Родитель 7188f0155f
Коммит 47b0568d7c
3 изменённых файлов: 37 добавлений и 0 удалений

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

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html style="direction: rtl;" contenteditable="true">
<head>
<script type="text/javascript">
function boom()
{
document.body.firstChild.style.MozColumnCount = "3";
}
</script>
</head>
<body style="width: 1px;" onload="boom();"><div>examination<span style="font-family: verdana;">x x x x </span></div>
</body>
</html>

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

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html style="direction: rtl;" contenteditable="true">
<head>
<script type="text/javascript">
function boom()
{
document.body.firstChild.style.MozColumnCount = "3";
}
</script>
</head>
<body style="width: 1px;" onload="boom();"><div>examination<span style="font-family: verdana;">x x x x
</span></div>
</body>
</html>

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

@ -262,6 +262,8 @@ load 426040-1.html
load 426272-1.html
load 428263-1.html
load 429458.xhtml
load 429960-1.html
load 429960-2.html
load 429969-1.html
load 429981-1.html
load 430332-1.html