This commit is contained in:
roc+@cs.cmu.edu 2007-11-15 17:31:02 -08:00
Родитель cf64cdfe03
Коммит d04a947f1c
3 изменённых файлов: 25 добавлений и 0 удалений

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

@ -0,0 +1,12 @@
<!DOCTYPE HTML>
<html>
<head>
<style>
span { outline:2px solid blue; }
b { display:inline-block; }
</style>
</head>
<body>
<div><span><b style="display:inline-block; width:100px;height:100px;">H</b></span></div>
</body>
</html>

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

@ -0,0 +1,12 @@
<!DOCTYPE HTML>
<html>
<head>
<style>
span { display:inline-block; outline:2px solid blue; }
b { display:inline-block; }
</style>
</head>
<body>
<div><span><b style="display:inline-block; width:100px;height:100px;">H</b></span></div>
</body>
</html>

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

@ -453,6 +453,7 @@ fails == 386310-1d.html 386310-1-ref.html
== 403129-2.html 403129-2-ref.html
== 403129-3.html 403129-3-ref.html
== 403129-4.html 403129-4-ref.html
== 402338-1.html 402338-1-ref.html
== 403505-1.xml 403505-1-ref.xul
== 403519-1.html 403519-1-ref.html
== 403656-1.html 403656-1-ref.html