tenfourfox/layout/reftests/css-mediaqueries/scoped-mq-update-helper.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
189 B
HTML

<!DOCTYPE html>
<body>
<style>
body { width: 100%; height: 100%; background-color: red; }
</style>
<style scoped>
@media (max-width: 200px) {
body { background-color: green; }
}
</style>