diff options
author | tigercosmos <phy.tiger@gmail.com> | 2018-05-26 06:17:56 -0700 |
---|---|---|
committer | tigercosmos <phy.tiger@gmail.com> | 2018-05-26 06:17:56 -0700 |
commit | 393aa06e5b8671c2991700784d016f6c47f0b5c4 (patch) | |
tree | a6118f97878d11dd5d2a4b06bb5c4c44a1adab66 /components/script/dom/node.rs | |
parent | f6762d54e27eec8b65e88d062694b6b46b5bfea7 (diff) | |
download | servo-393aa06e5b8671c2991700784d016f6c47f0b5c4.tar.gz servo-393aa06e5b8671c2991700784d016f6c47f0b5c4.zip |
remove misleading url
Diffstat (limited to 'components/script/dom/node.rs')
-rw-r--r-- | components/script/dom/node.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/node.rs b/components/script/dom/node.rs index edc1b6d8366..09c4930ee29 100644 --- a/components/script/dom/node.rs +++ b/components/script/dom/node.rs @@ -628,8 +628,6 @@ impl Node { // https://drafts.csswg.org/cssom-view/#dom-element-scrollwidth // https://drafts.csswg.org/cssom-view/#dom-element-scrollheight - // https://drafts.csswg.org/cssom-view/#dom-element-scrolltop - // https://drafts.csswg.org/cssom-view/#dom-element-scrollleft pub fn scroll_area(&self) -> Rect<i32> { // Step 1 let document = self.owner_doc(); |