gecko-dev/layout/reftests/css-mediaqueries/greenbox-print.html

14 строки
213 B
HTML

<!doctype html>
<meta charset="utf-8">
<html class="reftest-paged">
<title>A reference of green box</title>
<style>
div {
width: 100px;
height: 100px;
background-color: green;
}
</style>
<div></div>
</html>