blob: 6fec616a23a4474aa2610dbfccd7a1b3d33e780d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0;
padding: 0;
}
#square {
background-color: red;
width: 100px;
height: 100px;
}
</style>
<link rel="stylesheet" href="resources/echo-data-encoding-with-gzip.py?type=text/css&q=%23square+%7B+background-color%3A+green+%21important%3B+%7D">
</head>
<body>
<div id="square"></div>
</body>
</html>