mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Check the test for bug 394534 back in
This commit is contained in:
parent
3c488ba340
commit
7802234aca
8
layout/reftests/bugs/394534-1-ref.html
Normal file
8
layout/reftests/bugs/394534-1-ref.html
Normal 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>
|
9
layout/reftests/bugs/394534-1.html
Normal file
9
layout/reftests/bugs/394534-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user