diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-03-02 14:54:52 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-03-02 14:54:52 -0700 |
commit | 93d1f40a96df69eb9d38890df96c621e180d78cc (patch) | |
tree | dab39945bbadcbf717af71ce01a6f3b9eafa49a2 /components/script | |
parent | 9eaa48b793de78b713e6c3a3c79c4060084d5fbe (diff) | |
parent | 09358b908d937a3dfbb74a5bdcc083dbf2b1df1c (diff) | |
download | servo-93d1f40a96df69eb9d38890df96c621e180d78cc.tar.gz servo-93d1f40a96df69eb9d38890df96c621e180d78cc.zip |
auto merge of #4475 : pcwalton/servo/text-shadow, r=mbrubeck
r? @mbrubeck
Depends on servo/rust-geom#64.
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/dom/webidls/CSSStyleDeclaration.webidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webidls/CSSStyleDeclaration.webidl b/components/script/dom/webidls/CSSStyleDeclaration.webidl index 0d716d4ab15..1d642acf17c 100644 --- a/components/script/dom/webidls/CSSStyleDeclaration.webidl +++ b/components/script/dom/webidls/CSSStyleDeclaration.webidl @@ -79,6 +79,7 @@ partial interface CSSStyleDeclaration { [TreatNullAs=EmptyString] attribute DOMString boxSizing; [TreatNullAs=EmptyString] attribute DOMString boxShadow; + [TreatNullAs=EmptyString] attribute DOMString textShadow; //[TreatNullAs=EmptyString] attribute DOMString float; //XXXjdm need BinaryName annotation |