diff options
Diffstat (limited to 'layout/reftests/bugs/589615-1a.xhtml')
-rw-r--r-- | layout/reftests/bugs/589615-1a.xhtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/bugs/589615-1a.xhtml b/layout/reftests/bugs/589615-1a.xhtml new file mode 100644 index 000000000..ed79c4f25 --- /dev/null +++ b/layout/reftests/bugs/589615-1a.xhtml @@ -0,0 +1,5 @@ +<html xmlns='http://www.w3.org/1999/xhtml'> + <body link="pink" vlink="pink"> + <a href="">This should be pink</a> + </body> +</html> |