Add testcases for bug 339289, from Adam Guthrie <ispiked@gmail.com>, r=dbaron

git-svn-id: svn://10.0.0.236/trunk@214030 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2006-10-23 23:38:59 +00:00
parent 0c1774273d
commit cc9a05725b
3 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
<html>
<head>
</head>
<body>
<fieldset>Hello World</fieldset>
</body>
</html>

View File

@@ -0,0 +1,12 @@
<html>
<head>
<style type="text/css">
fieldset:after {
content: "Hello World";
}
</style>
</head>
<body>
<fieldset></fieldset>
</body>
</html>

View File

@@ -4,8 +4,8 @@
!= data:text/plain,HELLO about:blank
# bugs/
== bugs/339289-1.html bugs/339289-1-ref.html
== bugs/351641-1a.html bugs/351641-1-ref.html
== bugs/351641-1b.html bugs/351641-1-ref.html
== bugs/351641-2a.html bugs/351641-2-ref.html
== bugs/351641-2b.html bugs/351641-2-ref.html
# adding tests for 339289 would be good too