aboutsummaryrefslogtreecommitdiff
path: root/contexts/data/lib/closure-library/closure/goog/positioning/anchoredviewportposition_test_iframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'contexts/data/lib/closure-library/closure/goog/positioning/anchoredviewportposition_test_iframe.html')
-rw-r--r--contexts/data/lib/closure-library/closure/goog/positioning/anchoredviewportposition_test_iframe.html35
1 files changed, 0 insertions, 35 deletions
diff --git a/contexts/data/lib/closure-library/closure/goog/positioning/anchoredviewportposition_test_iframe.html b/contexts/data/lib/closure-library/closure/goog/positioning/anchoredviewportposition_test_iframe.html
deleted file mode 100644
index a9b7e5e..0000000
--- a/contexts/data/lib/closure-library/closure/goog/positioning/anchoredviewportposition_test_iframe.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE HTML>
-<!--
-
--->
-<html>
-<!--
-Copyright 2009 The Closure Library Authors. All Rights Reserved.
-
-Use of this source code is governed by the Apache License, Version 2.0.
-See the COPYING file for details.
--->
-<head>
-<meta http-equiv="X-UA-Compatible" content="IE=edge">
- <style>
- .bar {
- position: absolute;
- text-align: center;
- overflow: hidden;
- }
-
- #anchor {
- background: blue;
- }
-
- #popup {
- background: red;
- }
- </style>
-</head>
-<body>
- <div id="anchor" class="bar">anchor</div>
- <div id="popup" class="bar">popup</div>
-</body>
-</html>
-