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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/frameserialization/shadow_dom.html

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
OLDNEW
(Empty)
1 <html>
2 <head>
3 <meta charset="utf8">
4 <title>Test Shadow DOM</title>
5 </head>
6 <body>
7 <p id="h1">
8 Foo
9 <span>Bar</span>
10 </p>
11 <div id="h2">
12 <span>Bar</span>
13 </div>
14 <template shadowmode="foo" shadowdelegatesfocus="bar">
15 To be removed
16 </template>
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698