diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/svg/overflow-on-outer-svg-02-ref.xhtml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/svg/overflow-on-outer-svg-02-ref.xhtml b/layout/reftests/svg/overflow-on-outer-svg-02-ref.xhtml new file mode 100644 index 0000000000..96f8aa1250 --- /dev/null +++ b/layout/reftests/svg/overflow-on-outer-svg-02-ref.xhtml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Any copyright is dedicated to the Public Domain. + http://creativecommons.org/publicdomain/zero/1.0/ +--> +<html xmlns="http://www.w3.org/1999/xhtml"> + <body> + <div style="background-color: blue; width: 100px; height: 100px;"></div> + </body> +</html> |