This commit is contained in:
roc+@cs.cmu.edu 2007-06-26 21:09:12 -07:00
Родитель cc817a51c0
Коммит 6e290cc84c
3 изменённых файлов: 13 добавлений и 0 удалений

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

@ -0,0 +1,6 @@
<html>
<body>
<div>This sentence should all be one line.</div>
<div>This should be on its own line.</div>
</body>
</html>

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

@ -0,0 +1,6 @@
<html>
<body>
<div>This sentence <span><span style="display:inline-block;">should</span> all be one line.
<div>This should be on its own line.</div></span></div>
</body>
</html>

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

@ -266,3 +266,4 @@ random-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 379316-2.html 379316-2-ref.html # bug
== 380842-1.html 380842-1-ref.html
== 381130-1.html 381130-1-ref.html
== 381507-1.html 381507-1-ref.html
== 383551-1.html 383551-1-ref.html