blob: 14eebc99f76095da172cc0eaf05b2480369666a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Document-createElement.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[document.createElement must report a NotSupportedError when the element is adopted into a the document of an iframe during construction]
expected: FAIL
[document.createElement must report a NotSupportedError when the element is inserted into a the document of an iframe during construction]
expected: FAIL
[document.createElement must not report a NotSupportedError when the element is adopted back from a the document of an iframe during construction]
expected: FAIL
|