aboutsummaryrefslogtreecommitdiff
path: root/contexts/data/lib/closure-library/closure/goog/style/style_test_iframe_standard.html
diff options
context:
space:
mode:
Diffstat (limited to 'contexts/data/lib/closure-library/closure/goog/style/style_test_iframe_standard.html')
-rw-r--r--contexts/data/lib/closure-library/closure/goog/style/style_test_iframe_standard.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/contexts/data/lib/closure-library/closure/goog/style/style_test_iframe_standard.html b/contexts/data/lib/closure-library/closure/goog/style/style_test_iframe_standard.html
deleted file mode 100644
index cf6fe4b..0000000
--- a/contexts/data/lib/closure-library/closure/goog/style/style_test_iframe_standard.html
+++ /dev/null
@@ -1,30 +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>
- #test-visible {
- position: absolute;
- background: blue;
- }
-
- body {
- overflow: hidden;
- margin: 0px;
- }
- </style>
-</head>
-<body>
- <div id="test-visible">Test</div>
-</body>
-</html>
-