The version number of webkit I am using is 534.30. The Dom test that fails is actually a Layout test in webkit. The test is fast/dom/NodeList/nodelist-item-with-name.html It passes with V8 3.11 and fails with v8 3.14
On Wednesday, 21 November 2012 16:07:57 UTC+5:30, Andreas Rossberg wrote: > > On 21 November 2012 10:51, Saurabh Khatri > <[email protected]<javascript:>> > wrote: > > The code snippet from DOM test is :- > > > > var NodeList = document.getElementsByTagName( > > "div"); > > var v1 = NodeList.div1; > > > > alert(v1); > > Can you please clarify where you actually ran this test? V8 itself > does not provide anything DOM, so there must be some versions of > WebKit involved. > > /Andreas > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
