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