summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/aria-describedby/773.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-aria/aria-describedby/773.html')
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/aria-describedby/773.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/aria-describedby/773.html b/testing/web-platform/tests/conformance-checkers/html-aria/aria-describedby/773.html
new file mode 100644
index 0000000000..cb1bd17ad5
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/aria-describedby/773.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test 773
+ </title>
+ </head>
+ <body>
+ <img src="foo.jpg" id="test" alt="test" aria-describedby="t1">
+ <div id="t1" style="display:none">foo</div>
+ </body>
+</html>
+