Files
servo/tests/wpt/web-platform-tests/html/rendering/widgets/the-select-element/select-invalidation-ref.html

16 lines
295 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>Select rendering invalidation</title>
<link rel="author" href="mailto:masonf@chromium.org">
<style>
select {
color: lime;
}
</style>
<select id=select>
<option>The down arrow should be green</option>
<option>value B</option>
</select>