repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1942006 - Upstream a variety of Servo-specific code from Servo's downstream fork...
[gecko.git]
/
layout
/
reftests
/
forms
/
input
/
text
/
shadow-rules.html
blob
906472ea5a9f8e7668346374a6b5a78a92df9cbe
1
<!doctype
html
>
2
<div
id
=
"host"
></div>
3
<script>
4
host
.
attachShadow
({
mode
:
"open"
}).
innerHTML
=
`
5
<style>
6
input > *|* { color: red !important; }
7
</style>
8
<input type="text" value="Should not be red">
9
`
;
10
</script>