[Webkit-unassigned] [Bug 26147] No support of DOM events on a frameless document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 4 06:37:31 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=26147





--- Comment #5 from Loic Dachary <loic at dachary.org>  2011-10-04 06:37:30 PST ---
Created an attachment (id=109614)
 --> (https://bugs.webkit.org/attachment.cgi?id=109614&action=review)
DOMParse-addEventListener testcase

The new testcase checks that the document returned by parseFromString supports http://www.w3.org/TR/DOM-Level-2-Events/events.html with

  shouldBeTrue('doc.implementation.hasFeature("Events","2.0")');

It may be worth returning false so that the caller can rely on this assertion to know the events will be ignored.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list