- From: <bugzilla@jessica.w3.org>
- Date: Wed, 26 Sep 2012 20:01:39 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19081 Summary: Suggested test from live DOM viewer: <!DOCTYPE html> <div><br></div> <script> var div = document.querySelector("div"); var range = document.createRange(); range.setStart(div, 1); div.insertBefore(document.createElement("p"), div.firstChild); w(range.start 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> <div><br></div> <script> var div = document.querySelector("div"); var range = document.createRange(); range.setStart(div, 1); div.insertBefore(document.createElement("p"), div.firstChild); w(range.startOffset); w(range.startContainer.childNodes.length); </script> Posted from: 141.0.10.125 User agent: Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.13572/28.2555; U; en) Presto/2.8.119 Version/11.10 Referer: http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=1028 -- 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 Wednesday, 26 September 2012 20:01:40 UTC