fune/layout/reftests/transform/invalidate-transform-1-ref.html
Miko Mynttinen df847b113a Bug 1477693 - Part 4: Add one reftest and fuzz two others r=mattwoodrow
MozReview-Commit-ID: 3xGRchvAKeC

--HG--
extra : rebase_source : 6bc45646f9d666f5d83fd0d811d7c769e06ba169
2018-07-26 00:25:08 +02:00

21 lines
290 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<style type="text/css">
#green {
position: absolute;
top: 8px;
left: 208px;
width: 200px;
height: 200px;
background-color: green;
z-index: 1;
}
</style>
<body>
<div id="green"></div>
</body>
</html>