Dispatch load events for cross origin iframes. Resolves #6672.

This commit is contained in:
Josh Matthews
2015-11-17 01:01:40 -05:00
parent 2a125b5613
commit c23cbd4163
23 changed files with 470 additions and 66 deletions

View File

@@ -1,15 +1,14 @@
[document-base-url.html]
type: testharness
expected: TIMEOUT
[The document base URL of a document containing one or more base elements with href attributes is the frozen base URL of the first base element in the document that has an href attribute, in tree order.]
expected: FAIL
[The fallback base URL of a document whose address is about:blank is the document base URL of the creator document.]
expected: TIMEOUT
expected: FAIL
[The fallback base URL of an iframe srcdoc document is the document base URL of the document's browsing context's browsing context container's document.]
expected: TIMEOUT
expected: FAIL
[about:blank with a base element.]
expected: TIMEOUT
expected: FAIL