diff options
Diffstat (limited to 'tests/html/test_underline_helloworld.html')
-rw-r--r-- | tests/html/test_underline_helloworld.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/html/test_underline_helloworld.html b/tests/html/test_underline_helloworld.html index 0df52922ac2..3613a270e11 100644 --- a/tests/html/test_underline_helloworld.html +++ b/tests/html/test_underline_helloworld.html @@ -3,7 +3,7 @@ <head> <title>The Book of Mozilla, 11:9</title> <style type="text/css"> - div { text-decoration: underline; } + div { text-decoration: underline; } </style> </head> <body> |