Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!DOCTYPE html>
<html class=reftest-wait>
<meta name=fuzzy content="maxDifference=0-100;totalPixels=0-50">
<link rel=author href="mailto:masonf@chromium.org">
<link rel=match href="select-appearance-button-after-option-ref.html">
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
<script src="/resources/testdriver-actions.js"></script>
<script src="resources/customizable-select-utils.js"></script>
<style>
select, ::picker(select) {
appearance: base-select;
}
</style>
<select>
<option>option 1</option>
<button>Hello <selectedcontent></selectedcontent></button>
<option>option 2</option>
</select>
<script>
clickSelectAndCaptureAppearance();
</script>