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 14064 - css2.1/t090204-display-change-01-b-ao.html attaches load event handler to document rather than window
Summary: css2.1/t090204-display-change-01-b-ao.html attaches load event handler to doc...
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: CSS Level 2 (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Bert Bos
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-07 19:14 UTC by Ryosuke Niwa
Modified: 2017-12-04 05:50 UTC (History)
1 user (show)

See Also:


Attachments

Description Ryosuke Niwa 2011-09-07 19:14:38 UTC
As noted in the WebKit bug (https://bugs.webkit.org/show_bug.cgi?id=67725), CSS 2.1 test suite's t090204-display-change-01-b-ao.html is calling addEventListener('load' ...) on document instead of window incorrectly.