Index: sky/engine/web/tests/data/fixed-position-in-fixed-viewport.html |
diff --git a/sky/engine/web/tests/data/fixed-position-in-fixed-viewport.html b/sky/engine/web/tests/data/fixed-position-in-fixed-viewport.html |
deleted file mode 100644 |
index 7b2531372347371a7b2578b62e78eb07831d2953..0000000000000000000000000000000000000000 |
--- a/sky/engine/web/tests/data/fixed-position-in-fixed-viewport.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <meta name="viewport" content="width=400,height=400,initial-scale=1.0"> |
- <style> |
- div { |
- position: fixed; |
- background-color: blue; |
- } |
- </style> |
-</head> |
- |
-<body style="width: 500px; height: 500px"> |
- <div id="bottom-fixed" style="left: 0px; bottom: 0px; width: 20px; height: 20px"></div> |
- <div id="top-bottom-fixed" style="left: 0px; top: 0px; bottom: 0px; width: 20px"></div> |
- <div id="right-fixed" style="top: 0px; right: 0px; width: 20px; height: 20px"></div> |
- <div id="left-right-fixed" style="top: 0px; left: 0px; right: 0px; height: 20px"></div> |
-</body> |
-</html> |