Bug 182290
Summary: | [CSSOM View] Many scroll* functions should exit early If document is not the active document | ||
---|---|---|---|
Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | cdumez |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 182230 | ||
Bug Blocks: | 5991 |
Frédéric Wang (:fredw)
The CSSOM spec contains several conditionals "If document is not the active document, ..." that are not implemented by WebKit yet. In bug 182230, I'm just moving existing code from HtmlBodyElement to Element, so this is a follow-up bug entry to add these conditionals and test them.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |