This commit is contained in:
miaubiz@gmail.com 2013-11-12 14:37:22 +00:00
Родитель 4069d48cfe
Коммит 3bd1c1636f
2 изменённых файлов: 29 добавлений и 0 удалений

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

@ -0,0 +1,28 @@
<html class="reftest-wait">
<head>
<style>
#el0 {
-moz-column-count: 3;
column-count: 3;
max-width: 13ex;
display: inline-block;
}
#el0:first-line { font-family: x; }
#el0:first-letter { float: right; }
</style>
<script>
onload = function() {
el0=document.createElement('object')
el0.setAttribute('id','el0')
document.body.appendChild(el0)
el0.appendChild(document.createTextNode(unescape('%ua000%uf400')))
el0.appendChild(document.createTextNode(unescape('%u3000')+'AA'))
el0.appendChild(document.createTextNode(''))
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body>
</body>
</html>

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

@ -470,6 +470,7 @@ asserts(0-200) load 767765.html # bug 407550, bug 871758, and various nscoord_MA
load 769303-1.html
load 769303-2.html
load 769120.html
load 777838.html
load 786740-1.html
asserts(0-4) test-pref(font.size.inflation.emPerLine,15) load 791601.xhtml # 3 counts of bug 871327, 1 bug 367185
test-pref(font.size.inflation.minTwips,120) load 794693.html