mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02: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:
@@ -13,6 +13,6 @@ interface HTMLOptionElement : HTMLElement {
|
||||
// attribute boolean selected;
|
||||
// attribute DOMString value;
|
||||
|
||||
// attribute DOMString text;
|
||||
attribute DOMString text;
|
||||
//readonly attribute long index;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user