diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/area/media-novalid.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html/elements/area/media-novalid.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/area/media-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/area/media-novalid.html new file mode 100644 index 000000000..c88391e4e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/area/media-novalid.html @@ -0,0 +1,4 @@ +<!doctype html> +<meta charset=utf-8> +<title>area element with "media" attribute</title> +<map name=foo><area media=all></map> |