Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/scoped-style/scoped-style-media.html

16 lines
242 B
HTML

<!DOCTYPE html>
<body>
<p>First</p>
<p>
<style scoped>
@media not all {
p { text-decoration: underline }
}
@media all {
p { color: blue }
}
</style>
Second
</p>
<p>Third</p>
</body>