This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19306 - Suggested test from live DOM viewer: <!DOCTYPE html> ... <script> var doc1 = document.implementation.createDocument(null, null, null); w(doc1.documentElement) </script>
Summary: Suggested test from live DOM viewer: <!DOCTYPE html> ... <script> var doc1 = ...
Status: NEW
Alias: None
Product: HTML WG
Classification: Unclassified
Component: testsuite (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-06 10:01 UTC by contributor
Modified: 2012-10-06 10:01 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2012-10-06 10:01:37 UTC
<!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