This commit is contained in:
roc+@cs.cmu.edu 2007-09-05 18:54:50 -07:00
Родитель 38c91d8676
Коммит 38dc30a253
3 изменённых файлов: 41 добавлений и 0 удалений

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

@ -0,0 +1,20 @@
<!DOCTYPE HTML>
<html>
<head>
<style>
span {
font-weight:bold;
font-style: italic;
font-size: 200%;
font-variant: small-caps;
font-family: sans-serif;
text-decoration: line-through;
color:red; background: yellow;
}
</style>
</head>
<body>
<p><span>H</span>ello
<div><span>Hello</span><br>Kitty</div>
</body>
</html>

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

@ -0,0 +1,20 @@
<!DOCTYPE HTML>
<html>
<head>
<style>
span, p:first-letter, div:first-line {
font-weight:bold;
font-style: italic;
font-size: 200%;
font-variant: small-caps;
font-family: sans-serif;
text-decoration: line-through;
color:red; background: yellow;
}
</style>
</head>
<body>
<p><span></span>Hello
<div>Hello<br>Kitty</div>
</body>
</html>

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

@ -370,6 +370,7 @@ random-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 379316-2.html 379316-2-ref.html # bug
== 391140-1.html 391140-1-ref.html
== 391909-1.html 391909-1-ref.html
== 391994-1.html 391994-1-ref.html
== 392435-1.html 392435-1-ref.html
== 393649-1.html 393649-1-ref.html
== 393517-1.xhtml about:blank # crash test
== 393671-1.html 393671-1-ref.html