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