gecko-dev/layout/reftests/transform/translate-rounding-viewport-ref.html
Boris Chiou 392597786d Bug 1392161 - Part 3: Add reftests for relative lengths. r=xidorn
MozReview-Commit-ID: 7ObURT1LS0I

--HG--
extra : rebase_source : c670289fc4e3b934ff9d274accd10c654a3f377b
2017-09-04 17:06:18 +08:00

19 lines
322 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Bug 1392161 - Translate rounding reference (viewport)</title>
<style>
div {
height: 100px;
width: 100px;
background: blue;
position: relative;
left: 50vw;
}
</style>
</head>
<body>
<div></div>
</body>
</html>