summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/shadow-dom/Document-prototype-currentScript.html.ini
blob: a9d905f87641a255428c10ab39d35df159faa3f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[Document-prototype-currentScript.html]
  type: testharness
  expected: TIMEOUT
  [document.currentScript must not to be set to a script element in a shadow tree in open mode]
    expected: FAIL

  [document.currentScript must not to be set to a script element in a shadow tree in closed mode]
    expected: FAIL

  [document.currentScript must not be set to a script element that loads an external script in an open shadow tree]
    expected: FAIL

  [document.currentScript must not be set to a script element that loads an external script in a closed shadow tree]
    expected: NOTRUN

  [document.currentScript must be set to a script element that loads an external script that was in an open shadow tree and then removed]
    expected: NOTRUN

  [document.currentScript must be set to a script element that loads an external script that was in a closed shadow tree and then removed]
    expected: NOTRUN