mirror of
https://github.com/servo/servo
synced 2026-05-11 01:22:19 +02:00
16 lines
295 B
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>
|