diff options
Diffstat (limited to 'layout/reftests/bugs/488649-1.html')
-rw-r--r-- | layout/reftests/bugs/488649-1.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/488649-1.html b/layout/reftests/bugs/488649-1.html new file mode 100644 index 000000000..5065577cc --- /dev/null +++ b/layout/reftests/bugs/488649-1.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <title>Testcase for bug 488649</title> + </head> + <body onload="document.body.bgColor=document.body.bgColor;"> + <div style="color: black; font-size: 36px;">PASS</div> + <div style="color: white; font-size: 36px;">FAIL</div> + </body> +</html> |