Index: LayoutTests/compositing/overflow/universal-acceleration/absolute-sibling-grandchildren-not-contained.html |
diff --git a/LayoutTests/compositing/overflow/universal-acceleration/absolute-sibling-grandchildren-not-contained.html b/LayoutTests/compositing/overflow/universal-acceleration/absolute-sibling-grandchildren-not-contained.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..30eb632365e70e683e11565d4e889688f314c396 |
--- /dev/null |
+++ b/LayoutTests/compositing/overflow/universal-acceleration/absolute-sibling-grandchildren-not-contained.html |
@@ -0,0 +1,14 @@ |
+<!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; |
+ isContainingBlock = false; |
+ window.onload = doTest; |
+ </script> |
+</head> |
+<body> |
+</body> |
+</html> |