diff options
Diffstat (limited to 'testing/web-platform/tests/svg/render/reftests/overflow-clip.html')
-rw-r--r-- | testing/web-platform/tests/svg/render/reftests/overflow-clip.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/render/reftests/overflow-clip.html b/testing/web-platform/tests/svg/render/reftests/overflow-clip.html new file mode 100644 index 0000000000..24e5ef5637 --- /dev/null +++ b/testing/web-platform/tests/svg/render/reftests/overflow-clip.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<link rel="match" href="rect-ref.html"> +<style> +svg { + overflow: visible; +} +</style> +<svg style="overflow: clip; width: 100px; height: 100px"> + <rect width="200" height="200" fill="green"> +</svg> |