import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo

This commit is contained in:
Roy Tam 2018-01-19 03:59:58 +08:00
commit dcd9973243
150858 changed files with 23884658 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[template-contents-owner-document-type.html]
type: testharness
[The template contents owner document type is HTML document (case when document has browsing context and the template is created by HTML parser)]
expected: FAIL
[The template contents owner document type is HTML document (case when document has browsing context and the template is created by createElement())]
expected: FAIL
[The template contents owner document type is HTML document (case when document has no browsing context and the template is created by createElement())]
expected: FAIL
[The template contents owner document type is HTML document (case when document has no browsing context and the template is created via innerHTML)]
expected: FAIL

View file

@ -0,0 +1,17 @@
[node-document-changes.html]
type: testharness
[Changing of template element's node document. Test that ownerDocument of an empty template and its content changes]
expected: FAIL
[Changing of template element's node document. Test that ownerDocument of a not empty template and its content changes]
expected: FAIL
[Changing of template element's node document. Test that ownerDocument of nested template and its content changes]
expected: FAIL
[Changing of template element's node document. Test document loaded from a file]
expected: FAIL
[Changing of template element's node document. Test the case when both old and new owner documents of template element have browsing context]
expected: FAIL

View file

@ -0,0 +1,5 @@
[template-as-a-descendant.html]
type: testharness
[Template element as an indirect descendant of the FRAMESET element. Template element is created by innerHTML]
expected: FAIL

View file

@ -0,0 +1,5 @@
[template-content.html]
type: testharness
[Template may contain keygen element. The template element and contents are added via body.innerHTML]
expected: FAIL