diff options
Diffstat (limited to 'layout/reftests/bugs/1153845-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/1153845-1-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1153845-1-ref.html b/layout/reftests/bugs/1153845-1-ref.html new file mode 100644 index 000000000..fcf6221c9 --- /dev/null +++ b/layout/reftests/bugs/1153845-1-ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> +<meta charset="utf-8"> +<title>There should be a 200x200 lime square on this page.</title> + +<style> + +svg { + width: 200px; + height: 200px; + background-color: lime; +} + +</style> + +<svg></svg> |