aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
diff options
context:
space:
mode:
authortigercosmos <phy.tiger@gmail.com>2018-05-26 06:17:56 -0700
committertigercosmos <phy.tiger@gmail.com>2018-05-26 06:17:56 -0700
commit393aa06e5b8671c2991700784d016f6c47f0b5c4 (patch)
treea6118f97878d11dd5d2a4b06bb5c4c44a1adab66 /components/script/dom/node.rs
parentf6762d54e27eec8b65e88d062694b6b46b5bfea7 (diff)
downloadservo-393aa06e5b8671c2991700784d016f6c47f0b5c4.tar.gz
servo-393aa06e5b8671c2991700784d016f6c47f0b5c4.zip
remove misleading url
Diffstat (limited to 'components/script/dom/node.rs')
-rw-r--r--components/script/dom/node.rs2
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();