mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
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:
parent
249638da8f
commit
dad77f0d25
5 changed files with 42 additions and 187 deletions
|
@ -13,6 +13,6 @@ interface HTMLOptionElement : HTMLElement {
|
|||
// attribute boolean selected;
|
||||
// attribute DOMString value;
|
||||
|
||||
// attribute DOMString text;
|
||||
attribute DOMString text;
|
||||
//readonly attribute long index;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue