diff options
Diffstat (limited to 'layout/reftests/bugs/128896-ref.html')
-rw-r--r-- | layout/reftests/bugs/128896-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/128896-ref.html b/layout/reftests/bugs/128896-ref.html new file mode 100644 index 000000000..fa7ffd486 --- /dev/null +++ b/layout/reftests/bugs/128896-ref.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML> +<html> + <head> + <title>Test CSS files with non-ascii characters</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <style type="text/css"> + body { color: yellow; background-color: blue } + </style> + </head> + <body> + <p>The text in this page should be yellow on a blue background</p> + </body> +</html>
\ No newline at end of file |