aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLBodyElement.webidl
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-01-03 11:00:49 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-01-03 11:00:49 +0530
commit1b0053f8b1d26d16fa8bf8eb906a947a8fa291da (patch)
tree9a9c5482e54baaaf0eab72b3466d04ee064f3f56 /components/script/dom/webidls/HTMLBodyElement.webidl
parent7f156b8c12833e9134d29c4c309963eaa48c4ce1 (diff)
parent1a808219a8e51b8cac8c32a2361a930f24041557 (diff)
downloadservo-1b0053f8b1d26d16fa8bf8eb906a947a8fa291da.tar.gz
servo-1b0053f8b1d26d16fa8bf8eb906a947a8fa291da.zip
Auto merge of #9136 - frewsxcv:htmlbodyelement-background, r=nox
HTMLBodyElement 'background' attribute improvements <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9136) <!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/webidls/HTMLBodyElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLBodyElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLBodyElement.webidl b/components/script/dom/webidls/HTMLBodyElement.webidl
index 50e834d1813..36a7a99f996 100644
--- a/components/script/dom/webidls/HTMLBodyElement.webidl
+++ b/components/script/dom/webidls/HTMLBodyElement.webidl
@@ -23,5 +23,5 @@ partial interface HTMLBodyElement {
//[TreatNullAs=EmptyString] attribute DOMString aLink;
[TreatNullAs=EmptyString] attribute DOMString bgColor;
- // attribute DOMString background;
+ attribute DOMString background;
};