diff options
Diffstat (limited to 'testing/web-platform/tests/svg/scripted/script-style-attribute-csp-ref.html')
-rw-r--r-- | testing/web-platform/tests/svg/scripted/script-style-attribute-csp-ref.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/scripted/script-style-attribute-csp-ref.html b/testing/web-platform/tests/svg/scripted/script-style-attribute-csp-ref.html new file mode 100644 index 0000000000..a7316213f1 --- /dev/null +++ b/testing/web-platform/tests/svg/scripted/script-style-attribute-csp-ref.html @@ -0,0 +1,3 @@ +<!doctype html> +<meta charset="UTF-8"> +<svg style="width: 100px; height: 100px; background-color: green"></svg> |