OLD | NEW |
1 From: <Saved by UnMHT> | 1 From: <Saved by UnMHT> |
2 Subject: =?iso-2022-jp?B?QSBzaW1wbGUgcGFnZQ==?= | 2 Subject: =?iso-2022-jp?B?QSBzaW1wbGUgcGFnZQ==?= |
3 Date: Wed, May 11 2011 15:36:36 GMT-0700 | 3 Date: Wed, May 11 2011 15:36:36 GMT-0700 |
4 MIME-Version: 1.0 | 4 MIME-Version: 1.0 |
5 Content-Type: multipart/related; | 5 Content-Type: multipart/related; |
6 boundary="----=_NextPart_000_0000_87206557.D2C008B0"; | 6 boundary="----=_NextPart_000_0000_87206557.D2C008B0"; |
7 type="text/html" | 7 type="text/html" |
8 | 8 |
9 ------=_NextPart_000_0000_87206557.D2C008B0 | 9 ------=_NextPart_000_0000_87206557.D2C008B0 |
10 Content-Type: text/html; charset="ISO-8859-1" | 10 Content-Type: text/html; charset="ISO-8859-1" |
11 Content-Transfer-Encoding: quoted-printable | 11 Content-Transfer-Encoding: quoted-printable |
12 Content-Location: http://localhost/simple_page.html | 12 Content-Location: http://localhost/page_with_javascript.html |
13 | 13 |
14 <html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; charset= | 14 <html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; charset= |
15 =3Diso-8859-1"> | 15 =3Diso-8859-1"> |
16 | 16 |
17 | 17 |
18 <title>A simple page</title> | 18 <title>A page with JavaScript</title> |
19 <script> | 19 <script> |
20 if (window.testRunner) | 20 window.onload =3D function() { |
21 testRunner.dumpAsText(); | 21 document.getElementById('myDiv').innerHTML =3D |
| 22 "JavaScript is in the house!"; |
| 23 } |
22 </script> | 24 </script> |
23 <base href=3D"http://localhost/"></base></head><body> | 25 <h1>This page has content generated by JavaScript</h1> |
24 <h1>This is a very simple page</h1> | 26 Javascript is not run, so that dynamic content should not show. |
25 Very <b>basic</b> page. | 27 <div id=3D"myDiv"></div> |
| 28 |
26 </body></html> | 29 </body></html> |
27 ------=_NextPart_000_0000_87206557.D2C008B0-- | 30 ------=_NextPart_000_0000_87206557.D2C008B0-- |
OLD | NEW |