зеркало из https://github.com/mozilla/gecko-dev.git
Bug 675550 - Add crashtest.
--HG-- extra : rebase_source : 5bf99f8b88246e6f92a6cb45ef20e57f87985612
This commit is contained in:
Родитель
4368ca7af0
Коммит
323b661160
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
|
||||
.justify {
|
||||
width: 400px;
|
||||
text-align: justify;
|
||||
background: lightgreen;
|
||||
}
|
||||
|
||||
.force {
|
||||
width: 400px;
|
||||
display: inline-block;
|
||||
height: 3px;
|
||||
background: yellow;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body onload="document.getElementById('s').textContent='\u202E\0 \u1DCEz'; /* cannot express \0 in html markup using amp escape */">
|
||||
<div class="justify"><span class="force"></span><span id="s"></span><span class="force"></span></div>
|
||||
</body>
|
||||
</html>
|
|
@ -99,6 +99,7 @@ load 633322-1.html
|
|||
load 633453-1.html
|
||||
load 662467-1.html
|
||||
load 665218.html
|
||||
load 675550-1.html
|
||||
load 686190-1.html
|
||||
load 693143-1.html
|
||||
load 710149-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче