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

9 lines
128 B
HTML

<!DOCTYPE html>
<body>
<style scoped>
body > div p { color: green; }
</style>
<div>
<p>Hello</p>
</div>
</body>