Index: LayoutTests/compositing/overflow/universal-acceleration/fixed.html |
diff --git a/LayoutTests/compositing/overflow/universal-acceleration/fixed.html b/LayoutTests/compositing/overflow/universal-acceleration/fixed.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cd3c1820a4fa97d41a6925dfcd48c031af3f0b1f |
--- /dev/null |
+++ b/LayoutTests/compositing/overflow/universal-acceleration/fixed.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> |
+ hasSibling = false; |
+ hasGrandchildren = false; |
+ window.onload = doTest; |
Julien - ping for review
2013/08/21 01:34:40
This should totally be folded into the JavaScript
Ian Vollick
2013/08/23 15:02:40
Done.
|
+ </script> |
+</head> |
+<body> |
+</body> |
+</html> |