| OLD | NEW |
| (Empty) | |
| 1 From: <Saved by UnMHT> |
| 2 Subject: =?iso-2022-jp?B?QSBzaW1wbGUgcGFnZQ==?= |
| 3 Date: Wed, May 11 2011 15:36:36 GMT-0700 |
| 4 MIME-Version: 1.0 |
| 5 Content-Type: multipart/related; |
| 6 boundary="----=_NextPart_000_0000_87206557.D2C008B0"; |
| 7 type="text/html" |
| 8 |
| 9 ------=_NextPart_000_0000_87206557.D2C008B0 |
| 10 Content-Type: text/html; charset="ISO-8859-1" |
| 11 Content-Transfer-Encoding: quoted-printable |
| 12 Content-Location: http://localhost/shadow.html |
| 13 |
| 14 <html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; charset= |
| 15 =3Diso-8859-1"> |
| 16 |
| 17 |
| 18 <title>A page with shadow DOM content</title> |
| 19 <h1>This page has shadow DOM content</h1> |
| 20 |
| 21 <p id=3D"h1"> |
| 22 <template shadowmode=3D"v0">V0</template> |
| 23 </p> |
| 24 <div id=3D"h2"> |
| 25 <template shadowmode=3D"open" shadowdelegatesfocus=3D"">Parent |
| 26 <p id=3D"h3"> |
| 27 <template shadowmode=3D"closed">Nested</template> |
| 28 </p> |
| 29 </template> |
| 30 </div> |
| 31 <div id=3D"h4"> |
| 32 <template shadowmode=3D"open"> |
| 33 <span id='s1'>Foo</span> |
| 34 <script>document.getElementById('s1').innerHTML=3D"<span id='s2'>Bar</span>"
; |
| 35 </script> |
| 36 </template> |
| 37 </div> |
| 38 |
| 39 </body></html> |
| 40 ------=_NextPart_000_0000_87206557.D2C008B0-- |
| OLD | NEW |