servo/tests/wpt/web-platform-tests/css/css-layout-api/style-map-multi-ref.html

13 lines
164 B
HTML

<!DOCTYPE html>
<style>
.result {
background: green;
margin: 10px;
margin-left: 2px;
width: 100px;
height: 100px;
}
</style>
<div class="result"></div>