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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/mhtml/shadow.mht

Issue 2912213002: Support serializing shadow DOM to MHTML (Closed)
Patch Set: Strip anoter shadow attribute Created 3 years, 6 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/mhtml/page_with_javascript.mht ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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--
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/mhtml/page_with_javascript.mht ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698