gecko-dev/layout/reftests/async-scrolling/perspective-scrolling-2-ref.html
Markus Stange 48d21a14da Bug 1221094 - Reduce the size of the layers in this reftest so that they don't get lowres tiles.
MozReview-Commit-ID: 4BY1F9u5we1

--HG--
extra : rebase_source : 7df323cf2cb943542c48fb8b219e66f0e29c3096
2016-03-09 12:08:34 -05:00

35 lines
438 B
HTML

<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Perspective in unscrolled state</title>
<style>
html {
height: 100%;
overflow: hidden;
}
body {
height: 100%;
perspective: 1px;
overflow: auto;
margin: 0;
}
.transformed {
margin: 200px 100px;
width: 200px;
height: 200px;
border: 10px solid black;
}
.spacer {
height: 4000px;
}
</style>
<div class="transformed"></div>
<div class="spacer"></div>