Check the test for bug 394534 back in

This commit is contained in:
gavin@gavinsharp.com 2007-09-11 11:57:32 -07:00
parent 3c488ba340
commit 7802234aca
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<body>
test
<font color="green" color="red">test</font>
<input type="checkbox" type="text" checked="checked">
</body>
</html>

View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<table>
test
<font color="green" color="red">test</font>
<input type="checkbox" type="text" checked="checked">
</body>
</html>

View File

@ -377,3 +377,4 @@ random-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 379316-2.html 379316-2-ref.html # bug
== 393671-2.html 393671-2-ref.html
== 393671-3.html 393671-3-ref.html
== 394111-1.html about:blank # Really an assertion test rather than a rendering test
== 394534-1.html 394534-1-ref.html