Files
servo/tests/wpt/web-platform-tests/css/css-transforms/transform-percent-notref.html

21 lines
384 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<style>
div {
width: 100px;
height: 50px;
background: gold;
position: absolute;
left: 100px;
top: 100px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>