chromium/third_party/blink/web_tests/external/wpt/css/css-viewport/zoom/basic-ref.html

<!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>