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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/tests/data/frameserialization/shadow_dom.html
diff --git a/third_party/WebKit/Source/web/tests/data/frameserialization/shadow_dom.html b/third_party/WebKit/Source/web/tests/data/frameserialization/shadow_dom.html
new file mode 100644
index 0000000000000000000000000000000000000000..d1a9caf4b643d88b33fdc682181d1be0309ea6cf
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/frameserialization/shadow_dom.html
@@ -0,0 +1,18 @@
+<html>
+<head>
+<meta charset="utf8">
+<title>Test Shadow DOM</title>
+</head>
+<body>
+<p id="h1">
+ Foo
+ <span>Bar</span>
+</p>
+<div id="h2">
+ <span>Bar</span>
+</div>
+<template shadowmode="foo" shadowdelegatesfocus="bar">
+ To be removed
+</template>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698