summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/security/dangling-markup/option.html.ini
blob: 7be7277c4ad173258005602ca6eb8f0135ab429c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[option.html]
  [      <form action="/resource-timing/resources/document-navigated.html" method="post">        <input type="submit">        <select name="dangling"><option>    ]
    expected: FAIL

  [      <div>        <form action="/resource-timing/resources/document-navigated.html" method="post">          <input type="submit">          <select name="dangling"><option>    ]
    expected: FAIL

  [      <form action="/resource-timing/resources/document-navigated.html" method="post" id="form">        <input type="submit">      </form>      <select name="dangling" form="form"><option>    ]
    expected: FAIL

  [      <form action="/resource-timing/resources/document-navigated.html" method="post">        <input type="submit">        <select name="dangling"><option label="yay">    ]
    expected: FAIL

  [      <div>        <form action="/resource-timing/resources/document-navigated.html" method="post">          <input type="submit">          <select name="dangling"><option label="yay">    ]
    expected: FAIL

  [      <form action="/resource-timing/resources/document-navigated.html" method="post" id="form">        <input type="submit">      </form>      <select name="dangling" form="form"><option label="yay">    ]
    expected: FAIL