summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/a/download-isvalid.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/a/download-isvalid.html')
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/a/download-isvalid.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/a/download-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/a/download-isvalid.html
new file mode 100644
index 0000000000..ed85411ccf
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/a/download-isvalid.html
@@ -0,0 +1,6 @@
+<!doctype html>
+<html lang="">
+<meta charset=utf-8>
+<title>valid download</title>
+<a href=foo download>foo</a><!-- empty download -->
+<a href=foo download=baz>foo</a><!-- arbitrary value for download -->