Chromium Code Reviews| 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> |