Auto merge of #7754 - Jayflux:#7744, r=nox

changing test_union.html to union.html fixes #7744



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7754)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-09-27 06:25:42 -06:00
commit 599fd0094b
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ impl HTMLSelectElementMethods for HTMLSelectElement {
ValidityState::new(window.r())
}
// Note: this function currently only exists for test_union.html.
// Note: this function currently only exists for union.html.
// https://html.spec.whatwg.org/multipage/#dom-select-add
fn Add(&self, _element: HTMLOptionElementOrHTMLOptGroupElement, _before: Option<HTMLElementOrLong>) {
}

View file

@ -19,7 +19,7 @@ interface HTMLSelectElement : HTMLElement {
// attribute unsigned long length;
//getter Element? item(unsigned long index);
//HTMLOptionElement? namedItem(DOMString name);
// Note: this function currently only exists for test_union.html.
// Note: this function currently only exists for union.html.
void add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
//void remove(); // ChildNode overload
//void remove(long index);