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

Side by Side Diff: chrome/test/data/scroll/plus_files/hover.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
2 <!-- saved from url=(0044)http://semenzato/plus/plusg_files/hover.html -->
3 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link id="default_css" type="text/css" rel="stylesheet" href="css(1)"> <style ty pe="text/css">
4 html,body {
5 height:100%;
6 margin:0px;
7 padding:0px;
8 border:none;
9 overflow:hidden;
10 }
11 td,div {
12 font-family: arial,sans-serif;
13 }
14
15
16 .wackhistory_ie6 {
17 height: expression(document.body.offsetHeight - document.getElementById('wackf ooter').offsetHeight - 26 + 'px');
18 }
19 .wackvideoplayer_ie6 {
20 height: expression(document.getElementById('video_controls').offsetTop + 'px') ;
21 }
22 .mole_content_ie6 {
23 width: expression(document.body.offsetWidth - 2 + 'px');
24 height: expression(document.body.offsetHeight - 22 + 'px');
25 }
26 </style></head> <body onload="init()"><iframe style="position: absolute; width: 9em; height: 9em; top: -99em; " tabindex="-1" aria-hidden="true"></iframe><scrip t type="text/javascript">
27 function init() {
28 try {
29 window.parent.frames["gtn-roster-iframe-id"]['_GC_OnMole'](window);
30 } catch(e) {
31 for (var i = 0; i in window.parent; i++) {
32 try {
33 if (window.parent[i].name == "gtn-roster-iframe-id") {
34 window.parent[i]['_GC_OnMole'](window);
35 break;
36 }
37 } catch(e2) {}
38 }
39 }
40 }
41 </script><div></div><div id="hover" class="CSS_PROFCARD" style="overflow-x: hidd en; overflow-y: hidden; "></div></body></html>
OLDNEW
« no previous file with comments | « chrome/test/data/scroll/plus_files/handley.jpg ('k') | chrome/test/data/scroll/plus_files/meerlust.jpg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698