summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/security/dangling-markup/option.html.ini
blob: 24e57c5457b0ef51d3600eb104ebd40d6f94a479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[option.html]
  expected:
    if (os == "android") and not debug: [OK, CRASH]
  [      <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