mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Adding test
This commit is contained in:
parent
d44d4a7243
commit
32a811c336
17
layout/reftests/bugs/328111-1-ref.html
Normal file
17
layout/reftests/bugs/328111-1-ref.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<style>
|
||||
span{
|
||||
color:red;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><span>t</span>est</p>
|
||||
<p><span>*t</span>est</p>
|
||||
<p><span>**t</span>est</p>
|
||||
<p><span>***t</span>est</p>
|
||||
<p><span> </span>test</p>
|
||||
</body>
|
||||
</html>
|
17
layout/reftests/bugs/328111-1.html
Normal file
17
layout/reftests/bugs/328111-1.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<style>
|
||||
p:first-letter{
|
||||
color:red;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>test</p>
|
||||
<p>*test</p>
|
||||
<p>**test</p>
|
||||
<p>***test</p>
|
||||
<p> test</p>
|
||||
</body>
|
||||
</html>
|
@ -344,6 +344,7 @@ fails == 315920-5.html 315920-5-ref.html # bug 229915 ???
|
||||
== 323656-5.svg 323656-5-ref.svg
|
||||
== 323656-6.html 323656-6-ref.html
|
||||
== 325486-1.html 325486-1-ref.html
|
||||
== 328111-1.html 328111-1-ref.html
|
||||
random == 328829-1.xhtml 328829-1-ref.xhtml # bug 369046 (intermittent)
|
||||
== 328829-2.xhtml 328829-2-ref.xhtml
|
||||
== 331809-1.html 331809-1-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user