Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1733)

Unified Diff: chrome/test/data/scroll/plus_files/mole.html

Issue 8118016: Adding new pyauto-based scrolling perf test on a Google Plus anonymized page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Retrieved newest version of plus.html as requested by reviewer. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/scroll/plus_files/meerlust.jpg ('k') | chrome/test/data/scroll/plus_files/notifier-js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/test/data/scroll/plus_files/meerlust.jpg ('k') | chrome/test/data/scroll/plus_files/notifier-js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698