blob: 559c436052b8fa46d1eda7b5860cc17f0ea3e99c [file] [log] [blame]
<!DOCTYPE html>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<option>Text</option>
<script>
test(() => {
assert_equals(document.querySelector('option').innerText, 'Text');
}, 'option.innerText should not return an empty string if it has non-empty text child.');
</script>