Index: chrome/test/data/scroll/plus_files/mole.html |
diff --git a/chrome/test/data/scroll/plus_files/mole.html b/chrome/test/data/scroll/plus_files/mole.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7366619a086527e3a4014d4f9c005728b4e86f2a |
--- /dev/null |
+++ b/chrome/test/data/scroll/plus_files/mole.html |
@@ -0,0 +1,41 @@ |
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
+<!-- saved from url=(0043)http://semenzato/plus/plusg_files/mole.html --> |
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link id="default_css" type="text/css" rel="stylesheet" href="css(2)"> <style type="text/css"> |
+html,body { |
+ height:100%; |
+ margin:0px; |
+ padding:0px; |
+ border:none; |
+ overflow:hidden; |
+} |
+td,div { |
+ font-family: arial,sans-serif; |
+} |
+ |
+ |
+.wackhistory_ie6 { |
+ height: expression(document.body.offsetHeight - document.getElementById('wackfooter').offsetHeight - 26 + 'px'); |
+} |
+.wackvideoplayer_ie6 { |
+ height: expression(document.getElementById('video_controls').offsetTop + 'px'); |
+} |
+.mole_content_ie6 { |
+ width: expression(document.body.offsetWidth - 2 + 'px'); |
+ height: expression(document.body.offsetHeight - 22 + 'px'); |
+} |
+</style></head> <body onload="init()"><iframe style="position: absolute; width: 9em; height: 9em; top: -99em; " tabindex="-1" aria-hidden="true"></iframe><script type="text/javascript"> |
+function init() { |
+ try { |
+ window.parent.frames["gtn-roster-iframe-id"]['_GC_OnMole'](window); |
+ } catch(e) { |
+ for (var i = 0; i in window.parent; i++) { |
+ try { |
+ if (window.parent[i].name == "gtn-roster-iframe-id") { |
+ window.parent[i]['_GC_OnMole'](window); |
+ break; |
+ } |
+ } catch(e2) {} |
+ } |
+ } |
+} |
+</script><div></div></body></html> |