watir-classic 3.0.0 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (206) hide show
  1. data/.gitignore +7 -0
  2. data/.gitmodules +3 -0
  3. data/.rspec +1 -0
  4. data/.yardopts +5 -0
  5. data/CHANGES +20 -10
  6. data/CONTRIBUTORS.txt +55 -0
  7. data/Gemfile +3 -0
  8. data/Gemfile.lock +78 -0
  9. data/README.rdoc +8 -14
  10. data/Rakefile +32 -0
  11. data/VERSION +1 -1
  12. data/lib/watir-classic.rb +0 -1
  13. data/lib/watir-classic/IEDialog/IEDialog.cpp +225 -0
  14. data/lib/watir-classic/IEDialog/IEDialog.h +15 -0
  15. data/lib/watir-classic/IEDialog/IEDialog.vcproj +159 -0
  16. data/lib/watir-classic/IEDialog/ReadMe.txt +40 -0
  17. data/lib/watir-classic/IEDialog/stdafx.cpp +8 -0
  18. data/lib/watir-classic/IEDialog/stdafx.h +21 -0
  19. data/lib/watir-classic/browser.rb +1 -1
  20. data/lib/watir-classic/container.rb +4 -33
  21. data/lib/watir-classic/core.rb +1 -3
  22. data/lib/watir-classic/dialogs/alert.rb +46 -0
  23. data/lib/watir-classic/dialogs/file_field.rb +1 -0
  24. data/lib/watir-classic/drag_and_drop_helper.rb +18 -6
  25. data/lib/watir-classic/element.rb +0 -2
  26. data/lib/watir-classic/ext/json2.js +487 -0
  27. data/lib/watir-classic/ie-class.rb +10 -164
  28. data/lib/watir-classic/ie.rb +2 -0
  29. data/lib/watir-classic/input_elements.rb +1 -1
  30. data/lib/watir-classic/modal_dialog.rb +1 -7
  31. data/lib/watir-classic/module.rb +1 -10
  32. data/lib/watir-classic/non_control_elements.rb +11 -0
  33. data/lib/watir-classic/page-container.rb +22 -24
  34. data/lib/watir-classic/screenshot.rb +33 -0
  35. data/lib/watir-classic/win32ole/1.8.7/win32ole.patch +56 -0
  36. data/lib/watir-classic/win32ole/1.9.3/win32ole.patch +63 -0
  37. data/lib/watir-classic/win32ole/build_notes.txt +18 -0
  38. data/lib/watir-classic/win32ole/history.txt +88 -0
  39. data/spec/browser_spec.rb +34 -0
  40. data/spec/implementation.rb +18 -0
  41. data/watir-classic.gemspec +40 -0
  42. data/watir.gif +0 -0
  43. metadata +159 -192
  44. data/bin/watir-console +0 -5
  45. data/lib/watir-classic/assertions.rb +0 -44
  46. data/lib/watir-classic/dialogs/javascript.rb +0 -43
  47. data/lib/watir-classic/irb-history.rb +0 -31
  48. data/lib/watir-classic/logger.rb +0 -19
  49. data/lib/watir-classic/screen_capture.rb +0 -115
  50. data/lib/watir-classic/testcase.rb +0 -97
  51. data/lib/watir-classic/waiter.rb +0 -98
  52. data/rakefile.rb +0 -54
  53. data/unittests/all_tests.rb +0 -10
  54. data/unittests/buttons_xpath_test.rb +0 -68
  55. data/unittests/checkbox_test.rb +0 -163
  56. data/unittests/checkbox_xpath_test.rb +0 -106
  57. data/unittests/click_no_wait_test.rb +0 -23
  58. data/unittests/close_all_test.rb +0 -17
  59. data/unittests/core_tests.rb +0 -17
  60. data/unittests/css_selector_test.rb +0 -44
  61. data/unittests/css_test.rb +0 -38
  62. data/unittests/dialog_test.rb +0 -64
  63. data/unittests/div2_xpath_test.rb +0 -21
  64. data/unittests/div_test.rb +0 -170
  65. data/unittests/div_xpath_test.rb +0 -95
  66. data/unittests/document_standards.rb +0 -63
  67. data/unittests/element_collection_indexes_test.rb +0 -57
  68. data/unittests/element_collections_test.rb +0 -100
  69. data/unittests/element_test.rb +0 -47
  70. data/unittests/errorchecker_test.rb +0 -31
  71. data/unittests/filefield_test.rb +0 -43
  72. data/unittests/filefield_xpath_test.rb +0 -35
  73. data/unittests/form_test.rb +0 -282
  74. data/unittests/form_xpath_test.rb +0 -254
  75. data/unittests/frame_test.rb +0 -165
  76. data/unittests/google_form_test.rb +0 -15
  77. data/unittests/html/JavascriptClick.html +0 -39
  78. data/unittests/html/blankpage.html +0 -11
  79. data/unittests/html/buttons1.html +0 -40
  80. data/unittests/html/checkboxes1.html +0 -89
  81. data/unittests/html/click_no_wait.html +0 -14
  82. data/unittests/html/complex_table.html +0 -35
  83. data/unittests/html/cssTest.html +0 -42
  84. data/unittests/html/depot_store.html +0 -59
  85. data/unittests/html/div.html +0 -92
  86. data/unittests/html/div_xml.html +0 -21
  87. data/unittests/html/fileupload.html +0 -44
  88. data/unittests/html/formTest1.html +0 -38
  89. data/unittests/html/forms2.html +0 -44
  90. data/unittests/html/forms3.html +0 -131
  91. data/unittests/html/forms4.html +0 -26
  92. data/unittests/html/frame_buttons.html +0 -4
  93. data/unittests/html/frame_links.html +0 -4
  94. data/unittests/html/frame_multi.html +0 -5
  95. data/unittests/html/google_india.html +0 -119
  96. data/unittests/html/ie7_document_standards.html +0 -9
  97. data/unittests/html/ie8_document_standards.html +0 -9
  98. data/unittests/html/ie9_document_standards.html +0 -9
  99. data/unittests/html/iframe.html +0 -3
  100. data/unittests/html/iframeTest.html +0 -17
  101. data/unittests/html/iframeTest1.html +0 -7
  102. data/unittests/html/iframeTest2.html +0 -5
  103. data/unittests/html/images/1.gif +0 -0
  104. data/unittests/html/images/2.GIF +0 -0
  105. data/unittests/html/images/3.GIF +0 -0
  106. data/unittests/html/images/button.jpg +0 -0
  107. data/unittests/html/images/circle.jpg +0 -0
  108. data/unittests/html/images/map.GIF +0 -0
  109. data/unittests/html/images/map2.gif +0 -0
  110. data/unittests/html/images/minus.GIF +0 -0
  111. data/unittests/html/images/originaltriangle.jpg +0 -0
  112. data/unittests/html/images/plus.gif +0 -0
  113. data/unittests/html/images/square.jpg +0 -0
  114. data/unittests/html/images/triangle.jpg +0 -0
  115. data/unittests/html/images1.html +0 -65
  116. data/unittests/html/javascriptevents.html +0 -33
  117. data/unittests/html/link_pass.html +0 -11
  118. data/unittests/html/links1.html +0 -37
  119. data/unittests/html/links2.html +0 -11
  120. data/unittests/html/links_multi.html +0 -12
  121. data/unittests/html/list_matters.html +0 -720
  122. data/unittests/html/lists.html +0 -18
  123. data/unittests/html/map_test.html +0 -30
  124. data/unittests/html/modal_dialog.html +0 -10
  125. data/unittests/html/modal_dialog_launcher.html +0 -12
  126. data/unittests/html/multiple_specifiers.html +0 -64
  127. data/unittests/html/nestedFrames.html +0 -6
  128. data/unittests/html/new_browser.html +0 -17
  129. data/unittests/html/pass.html +0 -13
  130. data/unittests/html/popups1.html +0 -59
  131. data/unittests/html/pre.html +0 -29
  132. data/unittests/html/quirks_document_standards.html +0 -8
  133. data/unittests/html/radioButtons1.html +0 -71
  134. data/unittests/html/select_tealeaf.html +0 -54
  135. data/unittests/html/selectboxes1.html +0 -52
  136. data/unittests/html/simple_table.html +0 -25
  137. data/unittests/html/simple_table_buttons.html +0 -104
  138. data/unittests/html/simple_table_columns.html +0 -75
  139. data/unittests/html/table1.html +0 -179
  140. data/unittests/html/tableCell_using_xpath.html +0 -19
  141. data/unittests/html/table_and_tablerow_to_a.html +0 -174
  142. data/unittests/html/textarea.html +0 -30
  143. data/unittests/html/textfields1.html +0 -100
  144. data/unittests/html/textsearch.html +0 -44
  145. data/unittests/html/wallofcheckboxes.html +0 -1003
  146. data/unittests/html/xpath_nbsp.html +0 -11
  147. data/unittests/html/zeroindex.html +0 -11
  148. data/unittests/ie_exists_test.rb +0 -16
  149. data/unittests/ie_mock.rb +0 -94
  150. data/unittests/ie_test.rb +0 -54
  151. data/unittests/images_test.rb +0 -156
  152. data/unittests/images_xpath_test.rb +0 -90
  153. data/unittests/index_specifier_test.rb +0 -31
  154. data/unittests/js_events_test.rb +0 -31
  155. data/unittests/links_multi_test.rb +0 -34
  156. data/unittests/links_test.rb +0 -131
  157. data/unittests/links_xpath_test.rb +0 -38
  158. data/unittests/lists_test.rb +0 -23
  159. data/unittests/map_test.rb +0 -98
  160. data/unittests/minmax_test.rb +0 -37
  161. data/unittests/navigate_test.rb +0 -38
  162. data/unittests/nbsp_xpath_test.rb +0 -16
  163. data/unittests/no_wait_test.rb +0 -28
  164. data/unittests/non_core_tests.rb +0 -12
  165. data/unittests/other/all_tests_concurrent.rb +0 -57
  166. data/unittests/other/navigate_exception_test.rb +0 -24
  167. data/unittests/other/rexml_unit_test.rb +0 -27
  168. data/unittests/other/screen_capture_test.rb +0 -53
  169. data/unittests/other/testcase_method_order_test.rb +0 -36
  170. data/unittests/other/testcase_verify_test.rb +0 -25
  171. data/unittests/other/wait_until_test.rb +0 -102
  172. data/unittests/pagecontainstext_test.rb +0 -69
  173. data/unittests/parent_child_test.rb +0 -27
  174. data/unittests/perf_test.rb +0 -20
  175. data/unittests/pre_test.rb +0 -49
  176. data/unittests/radios_test.rb +0 -181
  177. data/unittests/radios_xpath_test.rb +0 -100
  178. data/unittests/security_setting_test.rb +0 -24
  179. data/unittests/selectbox_test.rb +0 -144
  180. data/unittests/selectbox_xpath_test.rb +0 -102
  181. data/unittests/setup.rb +0 -69
  182. data/unittests/speed_settings_test.rb +0 -67
  183. data/unittests/table_cell_using_xpath_test.rb +0 -34
  184. data/unittests/table_test.rb +0 -296
  185. data/unittests/table_xpath_test.rb +0 -109
  186. data/unittests/test_tests.rb +0 -9
  187. data/unittests/textarea_test.rb +0 -92
  188. data/unittests/textarea_xpath_test.rb +0 -77
  189. data/unittests/textfield_for_ch_char_test.rb +0 -32
  190. data/unittests/textfields_test.rb +0 -184
  191. data/unittests/textfields_xpath_test.rb +0 -110
  192. data/unittests/version_test.rb +0 -15
  193. data/unittests/win32ole_so_test.rb +0 -35
  194. data/unittests/window_tests.rb +0 -10
  195. data/unittests/windows/attach_to_existing_window_test.rb +0 -52
  196. data/unittests/windows/attach_to_new_window_test.rb +0 -74
  197. data/unittests/windows/close_window_test.rb +0 -20
  198. data/unittests/windows/frame_links_test.rb +0 -23
  199. data/unittests/windows/ie-each_test.rb +0 -46
  200. data/unittests/windows/modal_dialog_test.rb +0 -95
  201. data/unittests/windows/new_process_test.rb +0 -24
  202. data/unittests/windows/new_test.rb +0 -58
  203. data/unittests/windows/open_close_test.rb +0 -19
  204. data/unittests/windows/send_keys_test.rb +0 -26
  205. data/unittests/xpath_tests.rb +0 -11
  206. data/watir-rdoc.rb +0 -7
@@ -1,38 +0,0 @@
1
- <!doctype html>
2
- <head>
3
- <title>
4
- Test page for forms
5
- </title>
6
- </head>
7
- <body>
8
- <br>
9
- <br>
10
- <table>
11
- <tr>
12
- <td>
13
- <form name = test1 method = get action = pass.html>
14
-
15
- <input type = button name = b1 id = b2 value = "Click Me" onClick="javascript:document.location='pass.html';">
16
- <br><input type = button name = b4 id=b5 value = "Disabled Button" onClick="javascript:document.location='fail.html';" disabled>
17
-
18
- </form>
19
- <td> this form has name = test1 method = get action = pass.html
20
-
21
-
22
- <tr>
23
- <td>
24
- <form name = test2 method = get action = pass2.html>
25
- <br><input type = submit value=Submit>
26
- </form>
27
- <td> this form has name = test2 method = get action = pass2.html
28
-
29
- <tr>
30
- <td>
31
- <form id = test3 method = post action = pass3.html>
32
- <br><input type = image src=images/image1.gif name =sub3>
33
- </form>
34
- <td> this form has id = test3 method = post action = pass3.html
35
-
36
-
37
-
38
- </html>
@@ -1,44 +0,0 @@
1
- <!doctype html>
2
- <head>
3
- <title>
4
- Test page for Forms
5
- </title>
6
- </head>
7
- <body>
8
- <br>
9
- <br>
10
- <table>
11
- <tr>
12
- <td>
13
- <form method = get action = pass.html>
14
- <input type = button name = b1 id = b2 value = "Click Me" >
15
- </form>
16
-
17
- <td> Form with no name
18
-
19
-
20
- <tr>
21
- <td>
22
- <form name = test2 id = f2 method = get action = pass2.html>
23
- <br><input type = submit value=Submit>
24
- </form
25
- <td> This form is identical to the one above
26
-
27
-
28
-
29
- <tr>
30
- <td>
31
- <form name = test3 method = get action = pass2.html>
32
- <br><input type = submit value=Submit>
33
- </form
34
- <td> This form has a name
35
- <tr>
36
- <td>
37
- <form name = test2 method = get action = pass2.html>
38
- <br><input type = submit value=Submit>
39
- </form
40
- <td> This form has a name
41
-
42
-
43
- </body>
44
- </html>
@@ -1,131 +0,0 @@
1
- <!doctype html>
2
- <head>
3
- <title>
4
- Test page for Forms
5
- </title>
6
-
7
- <script>
8
- function showHidden(){
9
-
10
- document.all.vis1.value = document.all.hid1.value;
11
- document.all.vis2.value = document.getElementById("hidden_1").value;
12
-
13
- }
14
-
15
-
16
- </script>
17
-
18
- </head>
19
- <body>
20
- <br>
21
- <br>
22
- <table>
23
- <tr>
24
- <td>
25
- <form method = get action = pass.html>
26
- <input type = button name = b1 id = b2 value = "Click Me" >
27
- </form>
28
-
29
- <td>
30
-
31
-
32
- <tr>
33
- <td>
34
- <form name = test2 method = get action = pass2.html>
35
- <ul>
36
- <li>ListItem1 </li>
37
- <li><span>ListItem2</span></li>
38
- </ul>
39
-
40
-
41
- <br><input type = checkbox name = check1 value = 10 >
42
- <br><input type = checkbox name = check1 value = 20 >
43
- <br><input type = checkbox name = check1 value = 30 >
44
-
45
- <br><input selected type = radio name = r1 value = 'a' >
46
- <br><input type = radio name = r1 value = 'b' >
47
- <br><input type = radio name = r1 value = 'c' >
48
- <br><input type = radio name = r1 value = 'd' >
49
-
50
- <br><input type = text id = t1>
51
- <br><input type = text id = t2>
52
-
53
- <br><select name = s1>
54
- <option>1</option>
55
- <option>2</option>
56
- </select>
57
-
58
- <br><select multiple visible=3 name = s2>
59
- <option>1</option>
60
- <option>2</option>
61
- <option>3</option>
62
- <option>4</option>
63
- <option>5</option>
64
- <option>6</option>
65
-
66
- </select>
67
-
68
-
69
-
70
- <br><input type = submit value=Submit><input type = reset id = reset_button>
71
-
72
-
73
-
74
-
75
- </form>
76
- <td>
77
- <tr bgcolor=blue>
78
- <td>
79
- <input type = text name = g1 value = 'textfield' >
80
- <br>
81
- <input type = button name = g1 value ='button'>
82
- <br>
83
- <input type = checkbox name = g1 value='1'>
84
- <br>
85
- <input type = radio name = g1 value = '2'>
86
- <br>
87
-
88
- <td> These objects all have the same name
89
-
90
-
91
- <tr bgcolor=lightblue>
92
- <td >
93
- <input type = text id = g1 value = 'textfield_id' >
94
- <br>
95
- <input type = button id = g1 value ='button_id'>
96
- <br>
97
- <input type = checkbox id= g1 value='1_id'>
98
- <br>
99
- <input type = radio id = g1 value = '2_id'>
100
- <br>
101
-
102
- <td> These objects all have the same id
103
-
104
- <tr>
105
- <td>
106
- <form name = buttonsubmit method = get action = pass.html>
107
- <p>This form has a submit button that is an image</p>
108
- <input type = text name = tt1>
109
- <input type = image src = images/button.jpg alt = "submit" name=imm>
110
- </form>
111
-
112
- <form name = has_a_hidden>
113
- This is in a form. The form has hidden objects.
114
- <br>
115
- The first has a name - hid1<input type = hidden name = hid1>
116
- <br>
117
- The second has an id- hidden_1<input type = hidden id= hidden_1>
118
-
119
- Click This Button to see the values in these boxes
120
- <input type = button value='Show Hidden' onClick='javascript:showHidden();'>
121
- <br>
122
- <input type = text name = vis1>
123
- <br>
124
- <input type = text name = vis2>
125
-
126
- </form
127
-
128
-
129
-
130
- </body>
131
- </html>
@@ -1,26 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
- <!doctype html>
3
- <head>
4
- <title>Test page for forms</title>
5
- </head>
6
- <body>
7
- <br>
8
- <br>
9
- <table>
10
- <tbody>
11
- <tr>
12
- <td>
13
- <form name="apple_form" method="get" action="pass.html"> <input
14
- name="name" value="apple" type="text"> </form>
15
- </td>
16
- </tr>
17
- <tr>
18
- <td>
19
- <form name="banana_form" method="get" action="pass2.html"> <input
20
- name="name" value="banana" type="text"> </form>
21
- </td>
22
- </tr>
23
- </tbody>
24
- </table>
25
- </body>
26
- </html>
@@ -1,4 +0,0 @@
1
- <frameset cols=50,50 >
2
- <frame src = buttons1.html name = buttonFrame>
3
- <frame src = blankpage.html name = buttonFrame2>
4
- </frameset>
@@ -1,4 +0,0 @@
1
- <frameset cols=50,50 >
2
- <frame src = links1.html name = linkFrame>
3
- <frame src = blankpage.html name = linkFrame2>
4
- </frameset>
@@ -1,5 +0,0 @@
1
- <frameset cols=50,25,25 >
2
- <frame src = buttons1.html name = buttonFrame id = first_frame>
3
- <frame src = blankpage.html name = buttonFrame2 id = second_frame>
4
- <frame src = pass.html>
5
- </frameset>
@@ -1,119 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
- <!-- saved from url=(0024)http://www.google.co.in/ -->
3
- <!doctype html><HEAD><TITLE>Google</TITLE>
4
- <META http-equiv=content-type content="text/html; charset=UTF-8">
5
- <STYLE>BODY {
6
- FONT-FAMILY: arial,sans-serif
7
- }
8
- TD {
9
- FONT-FAMILY: arial,sans-serif
10
- }
11
- A {
12
- FONT-FAMILY: arial,sans-serif
13
- }
14
- P {
15
- FONT-FAMILY: arial,sans-serif
16
- }
17
- .h {
18
- FONT-FAMILY: arial,sans-serif
19
- }
20
- .h {
21
- FONT-SIZE: 20px
22
- }
23
- .q {
24
- COLOR: #0000cc
25
- }
26
- </STYLE>
27
-
28
- <SCRIPT>
29
- <!--
30
- function sf(){document.f.q.focus();}
31
- function clk(url,ct,cd,sg){if(document.images){var u="";if (url) u="&url="+escape(url).replace(/\+/g,"%2B");new Image().src="/url?sa=T&ct="+escape(ct)+"&cd="+escape(cd)+u+"&ei=7doRRJDEGJOssgHNw9j1Cg"+sg;}return true;}
32
- // -->
33
- </SCRIPT>
34
-
35
- <META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
36
- <BODY text=#000000 vLink=#551a8b aLink=#ff0000 link=#0000cc bgColor=#ffffff
37
- topMargin=3 onload=sf() marginheight="3">
38
- <CENTER>
39
- <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
40
- <TBODY>
41
- <TR>
42
- <TD noWrap align=right><FONT size=-1><A
43
- onmousedown="return clk('/url?sa=p&amp;pref=ig&amp;pval=2&amp;q=http://www.google.co.in/ig%3Fhl%3Den','pro','hppphnu:def','')"
44
- href="http://www.google.co.in/url?sa=p&amp;pref=ig&amp;pval=2&amp;q=http://www.google.co.in/ig%3Fhl%3Den">Personalized
45
- Home</A>&nbsp;|&nbsp;<A
46
- href="https://www.google.com/accounts/Login?continue=http://www.google.co.in/&amp;hl=en">Sign
47
- in</A></FONT></TD></TR>
48
- <TR height=4>
49
- <TD><IMG height=1 alt="" width=1></TD></TR></TBODY></TABLE>
50
- <TABLE cellSpacing=0 cellPadding=0 border=0>
51
- <TBODY>
52
- <TR>
53
- <TD vAlign=bottom align=right><IMG height=78 alt=Google
54
- src="google_india_files/hp0.gif" width=158></TD>
55
- <TD vAlign=bottom><IMG height=78 alt="" src="google_india_files/hp1.gif"
56
- width=50></TD>
57
- <TD vAlign=bottom><IMG height=78 alt="" src="google_india_files/hp2.gif"
58
- width=68></TD></TR>
59
- <TR>
60
- <TD class=h vAlign=top align=right><B></B></TD>
61
- <TD vAlign=top><IMG height=32 alt="" src="google_india_files/hp3.gif"
62
- width=50></TD>
63
- <TD class=h vAlign=top><FONT style="FONT-SIZE: 16px"
64
- color=#6f6f6f><B>India</B></FONT></TD></TR></TBODY></TABLE><BR>
65
- <FORM name=f action=/search>
66
- <SCRIPT><!--
67
- function qs(el) {if (window.RegExp && window.encodeURIComponent) {var ue=el.href;var qe=encodeURIComponent(document.f.q.value);if(ue.indexOf("q=")!=-1){el.href=ue.replace(new RegExp("q=[^&$]*"),"q="+qe);}else{el.href=ue+"&q="+qe;}}return 1;}
68
- // -->
69
- </SCRIPT>
70
-
71
- <TABLE cellSpacing=0 cellPadding=4 border=0>
72
- <TBODY>
73
- <TR>
74
- <TD noWrap><FONT size=-1><B>Web</B>&nbsp;&nbsp;&nbsp;&nbsp;<A class=q
75
- id=1a onclick="return qs(this);"
76
- href="http://www.google.co.in/imghp?hl=en&amp;tab=wi">Images</A>&nbsp;&nbsp;&nbsp;&nbsp;<A
77
- class=q id=2a onclick="return qs(this);"
78
- href="http://groups.google.co.in/grphp?hl=en&amp;tab=wg">Groups</A>&nbsp;&nbsp;&nbsp;&nbsp;<A
79
- class=q id=4a onclick="return qs(this);"
80
- href="http://news.google.co.in/nwshp?hl=en&amp;tab=wn">News</A>&nbsp;&nbsp;&nbsp;&nbsp;<!--"/*"/*--><FONT
81
- size=-1><A class=q onclick="return window.qs?qs(this):1"
82
- href="http://127.0.0.1:4664/&amp;s=WVXmRenerLHxmR4w8rjatUMGWkE">Desktop</A></FONT>&nbsp;&nbsp;&nbsp;&nbsp;<B><A
83
- class=q
84
- href="http://www.google.co.in/intl/en/options/">more&nbsp;»</A></B></FONT></TD></TR></TBODY></TABLE>
85
- <TABLE cellSpacing=0 cellPadding=0>
86
- <TBODY>
87
- <TR>
88
- <TD width="25%">&nbsp;</TD>
89
- <TD align=middle><INPUT type=hidden value=en name=hl><INPUT
90
- title="Google Search" maxLength=2048 size=55 name=q><BR><INPUT type=submit value="Google Search" name=btnG><INPUT type=submit value="I'm Feeling Lucky" name=btnI></TD>
91
- <TD vAlign=top noWrap width="25%"><FONT size=-2>&nbsp;&nbsp;<A
92
- href="http://www.google.co.in/advanced_search?hl=en">Advanced
93
- Search</A><BR>&nbsp;&nbsp;<A
94
- href="http://www.google.co.in/preferences?hl=en">Preferences</A><BR>&nbsp;&nbsp;<A
95
- href="http://www.google.co.in/language_tools?hl=en">Language
96
- Tools</A></FONT></TD></TR>
97
- <TR>
98
- <TD align=middle colSpan=3><FONT size=-1>Search: <INPUT id=all type=radio
99
- CHECKED value="" name=meta><LABEL for=all> the web</LABEL><INPUT id=cty
100
- type=radio value=cr=countryIN name=meta><LABEL for=cty>pages from
101
- India</LABEL></FONT></TD></TR></TBODY></TABLE></FORM><BR><FONT
102
- size=-1>Google.co.in offered in: <A href="http://www.google.co.in/hi">Hindi</A>
103
- <A href="http://www.google.co.in/bn">Bengali</A> <A
104
- href="http://www.google.co.in/te">Telugu</A> <A
105
- href="http://www.google.co.in/mr">Marathi</A> <A
106
- href="http://www.google.co.in/ta">Tamil</A> </FONT><BR><BR><BR><FONT size=-1><A
107
- href="http://www.google.co.in/ads/">Advertising&nbsp;Programs</A> - <A
108
- href="http://www.google.co.in/intl/en/about.html">About Google</A> - <A
109
- onmousedown="return clk(this.href,'pro','hppwebjob:en_in','')"
110
- href="http://www.google.co.in/jobs/positions-in.html">We're Hiring</A> - <A
111
- href="http://www.google.com/ncr">Go to Google.com</A><SPAN id=hp
112
- style="BEHAVIOR: url(#default#homepage)"></SPAN>
113
- <SCRIPT>
114
- //<!--
115
- if (!hp.isHomePage('http://www.google.co.in/')) {document.write("<p><a href=\"/mgyhp.html\" onClick=\"style.behavior='url(#default#homepage)';setHomePage('http://www.google.co.in/');\">Make Google Your Homepage!</a>");}
116
- //-->
117
- </SCRIPT>
118
- </FONT>
119
- <P><FONT size=-2>©2006 Google</FONT></P></CENTER></BODY></HTML>
@@ -1,9 +0,0 @@
1
- <!doctype html>
2
- <head>
3
- <meta http-equiv="x-ua-compatible" content="IE=7">
4
- <title>IE8 document mode</title>
5
- </head>
6
- <body>
7
- <input type=text name=ie7_text>
8
- </body>
9
- </html>
@@ -1,9 +0,0 @@
1
- <!doctype html>
2
- <head>
3
- <meta http-equiv="x-ua-compatible" content="IE=8">
4
- <title>IE8 document mode</title>
5
- </head>
6
- <body>
7
- <input type=text name=ie8_text>
8
- </body>
9
- </html>
@@ -1,9 +0,0 @@
1
- <!doctype html>
2
- <head>
3
- <meta http-equiv="x-ua-compatible" content="IE=9">
4
- <title>IE8 document mode</title>
5
- </head>
6
- <body>
7
- <input type=text name=ie9_text>
8
- </body>
9
- </html>
@@ -1,3 +0,0 @@
1
- This iframe gives access denied but we still should be able to get the src property
2
- <br><br>
3
- <iframe src ="http://www.google.com" name='iframe'>
@@ -1,17 +0,0 @@
1
- <html>
2
- <body>
3
-
4
- <table border>
5
- <tr>
6
- <td>
7
- <iframe src = "iframeTest1.html" name = "senderFrame" id = "sf" width = "300" height = "300">
8
- </td>
9
- </tr>
10
- <td>
11
- <iframe src = "iframeTest2.html" name = "receiverFrame" id = "rf" width = "300" height = "300">
12
- </td>
13
- </tr>
14
- </table>
15
-
16
- </body>
17
- </html>
@@ -1,7 +0,0 @@
1
- <html>
2
- <body>
3
- <form name = sender>
4
- <input type = text name = textToSend>
5
- <input type = button name = sendIt value = "SendIt" onClick="javascript:parent.receiverFrame.document.body.all.receiverText.value= document.body.all.textToSend.value;">
6
- </body>
7
- </html>
@@ -1,5 +0,0 @@
1
- <html>
2
- <body>
3
- <input type = text name = receiverText>
4
- </body>
5
- </html>