[Bug 19306] New: Suggested test from live DOM viewer: <!DOCTYPE html> ... <script> var doc1 = document.implementation.createDocument(null, null, null); w(doc1.documentElement) </script>

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19306

           Summary: Suggested test from live DOM viewer: <!DOCTYPE html>
                    ... <script> var doc1 =
                    document.implementation.createDocument(null, null,
                    null); w(doc1.documentElement) </script>
           Product: HTML WG
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: dave.null@w3.org
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org


<!DOCTYPE html>
...
<script>
var doc1 = document.implementation.createDocument(null, null, null);
w(doc1.documentElement)
</script>

Posted from: 31.28.46.170
User agent: Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.10.289 Version/12.02
Referer:
http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0D%0A...%0D%0A%3Cscript%3E%0D%0Avar%20doc1%20%3D%20document.implementation.createDocument(null%2C%20null%2C%20null)%3B%0D%0Aw(doc1.documentElement)%0D%0A%3C%2Fscript%3E

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 6 October 2012 10:01:39 UTC