Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/forms/the-option-element/option-label.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset=utf-8>
<title>HTMLOptionElement.label</title>
<link rel=author title=Ms2ger href="mailto:Ms2ger@gmail.com">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src=option-label-value.js></script>
<div id=log></div>
<script>
test_option("label")
</script>