Skip to content

Commit

Permalink
changing test_union.html to union.html fixes #7744
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams committed Sep 27, 2015
1 parent 37ce248 commit e644276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/script/dom/htmlselectelement.rs
Expand Up @@ -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>) {
}
Expand Down
2 changes: 1 addition & 1 deletion components/script/dom/webidls/HTMLSelectElement.webidl
Expand Up @@ -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);
Expand Down

0 comments on commit e644276

Please sign in to comment.