summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/security/dangling-markup/textarea.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/fetch/security/dangling-markup/textarea.html.ini')
-rw-r--r--testing/web-platform/meta/fetch/security/dangling-markup/textarea.html.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/security/dangling-markup/textarea.html.ini b/testing/web-platform/meta/fetch/security/dangling-markup/textarea.html.ini
new file mode 100644
index 0000000000..747f187f85
--- /dev/null
+++ b/testing/web-platform/meta/fetch/security/dangling-markup/textarea.html.ini
@@ -0,0 +1,9 @@
+[textarea.html]
+ [ <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <textarea name="dangling"> ]
+ expected: FAIL
+
+ [ <div> <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <textarea name="dangling"> ]
+ expected: FAIL
+
+ [ <form action="/resource-timing/resources/document-navigated.html" method="post" id="form"> <input type="submit"> </form> <textarea name="dangling" form="form"> ]
+ expected: FAIL