summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-shadow-parts/part-nested-pseudo-ref.html
blob: 8eee65a27045ae97d10ed22050126d94fa69ed9b (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<title>CSS Test Reference</title>
<style>
input {
  border: 1px solid green;
}
</style>
<input type=file part=input>
<input type=text part=input placeholder=Foobar>