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