blob: 8e870b8627e60b5ab2d7bdcadf979155162a71d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<html reftest-zoom="2.0" xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
div {
width: 50px;
height: 100px;
background-color: rgba(0,0,255,0.5);
}
</style>
</head>
<body>
<div/>
</body>
</html>
|