summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/edit-context.idl
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/interfaces/edit-context.idl')
-rw-r--r--testing/web-platform/tests/interfaces/edit-context.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/web-platform/tests/interfaces/edit-context.idl b/testing/web-platform/tests/interfaces/edit-context.idl
index eb3174e25f..60ddbafe75 100644
--- a/testing/web-platform/tests/interfaces/edit-context.idl
+++ b/testing/web-platform/tests/interfaces/edit-context.idl
@@ -59,7 +59,7 @@ interface TextUpdateEvent : Event {
readonly attribute unsigned long selectionEnd;
};
-enum UnderlineStyle { "none", "solid", "double", "dotted", "dashed", "wavy" };
+enum UnderlineStyle { "none", "solid", "dotted", "dashed", "wavy" };
enum UnderlineThickness { "none", "thin", "thick" };
dictionary TextFormatInit {