diff options
Diffstat (limited to 'layout/reftests/svg/paint-on-maskLayer-1-ref.html')
-rw-r--r-- | layout/reftests/svg/paint-on-maskLayer-1-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/svg/paint-on-maskLayer-1-ref.html b/layout/reftests/svg/paint-on-maskLayer-1-ref.html new file mode 100644 index 0000000000..5667f47bb6 --- /dev/null +++ b/layout/reftests/svg/paint-on-maskLayer-1-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<style type="text/css"> + div { + background: blue; + width: 100px; + height: 100px; + } +</style> +<div></div> +</html>
\ No newline at end of file |