summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-viewport/zoom/basic-ref.html
blob: 5de90caf7f0c72041334349b7c4b1044d373bc22 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<meta charset="utf-8">
<title>CSS test reference</title>
<style>
div {
  background-color: green;
}
</style>
<div style="width: 100px; height: 100px"></div>
<div style="width: 200px; height: 200px;"></div>