Bug 182290 - [CSSOM View] Many scroll* functions should exit early If document is not the active document
Summary: [CSSOM View] Many scroll* functions should exit early If document is not the ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 182230
Blocks: 5991
  Show dependency treegraph
 
Reported: 2018-01-30 06:35 PST by Frédéric Wang (:fredw)
Modified: 2018-01-30 06:35 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frédéric Wang (:fredw) 2018-01-30 06:35:22 PST
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.