blob: f6ce4b35a71c92ce43b6b0d0a703d4ebe728ff57 [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
width: 0px;
height: 0px;
}
@supports (width: 10px) {
.rule1 {
width: 10px;
}
}
</style>
<div class="rule1"></div>