blob: ea34292be2ba9c0376d5f54f2f937ad3b0ba6021 [file] [log] [blame]
simon.fraser@apple.com38915712016-01-15 23:57:41 +00001<!DOCTYPE html>
2
3<html>
4<head>
5 <style>
6 .box {
7 width: 100px;
8 height: 100px;
9 background-color: green;
10 border: 2px solid blue;
11 }
12
13 .composited {
14 -webkit-transform: translateZ(0);
15 }
16 </style>
simon.fraser@apple.comf0567ef2016-01-18 03:20:52 +000017 <script src="resources/dump-target-display-list.js"></script>
simon.fraser@apple.com38915712016-01-15 23:57:41 +000018</head>
19<body>
20<div id="target" class="composited box">
21</div>
22<pre id="output"></pre>
23</body>
24</html>