8000 update styling in selectedcontent test case · w3c/html-aria@0ead112 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ead112

Browse files
authored
update styling in selectedcontent test case
prior styles for elements did not account for a button being able to be within a select.
1 parent 7520c31 commit 0ead112

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/selectedcontent.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
select, ::picker(select) {
4646
appearance: base-select;
4747
}
48+
select button {
49+
color: black;
50+
}
4851
</style>
4952
</head>
5053
<body>

0 commit comments

Comments
 (0)
0