diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/509155-1-ref.xhtml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/509155-1-ref.xhtml b/layout/reftests/bugs/509155-1-ref.xhtml new file mode 100644 index 0000000000..1c468a7348 --- /dev/null +++ b/layout/reftests/bugs/509155-1-ref.xhtml @@ -0,0 +1,10 @@ +<html xmlns="http://www.w3.org/1999/xhtml" style="outline-color: black;"> + <head> + <style> + html { color: black; outline-width: 10px; outline-style: solid; } + </style> + </head> + <body> + <html style="outline-color: green;">Test</html> + </body> +</html> |