diff options
Diffstat (limited to 'layout/reftests/bugs/599476.html')
-rw-r--r-- | layout/reftests/bugs/599476.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/bugs/599476.html b/layout/reftests/bugs/599476.html new file mode 100644 index 000000000..69aa8a52b --- /dev/null +++ b/layout/reftests/bugs/599476.html @@ -0,0 +1,7 @@ +<!doctype html> +<html><head> +</head> +<body> +<object width="200" height="100" data="data:application/x-test,0" drawmode="solid" color="ff00ff00"></object> +</body> +</html> |