Index: LayoutTests/compositing/overflow/universal-acceleration/absolute-sibling-grandchildren.html |
diff --git a/LayoutTests/compositing/overflow/universal-acceleration/absolute-sibling-grandchildren.html b/LayoutTests/compositing/overflow/universal-acceleration/absolute-sibling-grandchildren.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3f724f4ccb1c30768fe7d360f7675c40eee7d240 |
--- /dev/null |
+++ b/LayoutTests/compositing/overflow/universal-acceleration/absolute-sibling-grandchildren.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> |
+ isFixedPositioned = false; |
+ window.onload = doTest; |
+ </script> |
+</head> |
+<body> |
+</body> |
+</html> |