auto merge of #2192 : evilpie/servo/children, r=Ms2ger

Fixes #2186
This commit is contained in:
bors-servo 2014-04-22 16:52:17 -04:00
commit b35d830999
9 changed files with 67 additions and 5 deletions

View file

@ -65,5 +65,5 @@ partial interface Element {
readonly attribute DOMString outerHTML;
};
/*Element implements ChildNode;
Element implements ParentNode;*/
//Element implements ChildNode;
Element implements ParentNode;