Implement HTMLOptionElement.text#3023

Signed-off-by: Jeongeun Kim <je00julie.kim@gmail.com>

Implement HTMLOptionElement.text#3023 (2nd trial)

Implement HTMLOptionElement.text#3023 (3rd trial)

delete metadata for skipping option tests

fix conflict
This commit is contained in:
Jeongeun Kim 2014-09-16 21:46:17 +09:00
parent 249638da8f
commit dad77f0d25
5 changed files with 42 additions and 187 deletions

View file

@ -13,6 +13,6 @@ interface HTMLOptionElement : HTMLElement {
// attribute boolean selected;
// attribute DOMString value;
// attribute DOMString text;
attribute DOMString text;
//readonly attribute long index;
};