зеркало из https://github.com/mozilla/pjs.git
Bug 392435. Reftest...
This commit is contained in:
Родитель
85ec15dcfe
Коммит
4b5be55a55
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче