mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 777838 - Crashtest.
This commit is contained in:
parent
4069d48cfe
commit
3bd1c1636f
28
layout/generic/crashtests/777838.html
Normal file
28
layout/generic/crashtests/777838.html
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user