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:
7
mozilla/layout/reftests/bugs/339289-1-ref.html
Normal file
7
mozilla/layout/reftests/bugs/339289-1-ref.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<fieldset>Hello World</fieldset>
|
||||
</body>
|
||||
</html>
|
||||
12
mozilla/layout/reftests/bugs/339289-1.html
Normal file
12
mozilla/layout/reftests/bugs/339289-1.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
fieldset:after {
|
||||
content: "Hello World";
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<fieldset></fieldset>
|
||||
</body>
|
||||
</html>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user