| Index: LayoutTests/compositing/overflow/universal-acceleration/absolute.html
|
| diff --git a/LayoutTests/compositing/overflow/universal-acceleration/absolute.html b/LayoutTests/compositing/overflow/universal-acceleration/absolute.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c7ee1e016af155cfa22aab8aa1da7b05b1d7f5a1
|
| --- /dev/null
|
| +++ b/LayoutTests/compositing/overflow/universal-acceleration/absolute.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| +<link rel="stylesheet" type="text/css" href="resources/universal-overflow.css">
|
| +<script src="resources/universal-overflow.js"></script>
|
| + <script>
|
| + hasSibling = false;
|
| + hasGrandchildren = false;
|
| + isFixedPositioned = false;
|
| + window.onload = doTest;
|
| + </script>
|
| +</head>
|
| +<body>
|
| +</body>
|
| +</html>
|
|
|