| Index: third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-getFlattenedDocument.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-getFlattenedDocument.html b/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-getFlattenedDocument.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5e125cb1f214405f4df0ce7202583c82cb2a5ca0
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-getFlattenedDocument.html
|
| @@ -0,0 +1,25 @@
|
| +<head>
|
| +<template id='shadow-template'>
|
| +<style>
|
| +:host {
|
| + color: red;
|
| +}
|
| +</style>
|
| +<div></div><h1>Hi from a template!</h1></div>
|
| +</template>
|
| +</head>
|
| +<body class='body-class'>
|
| + <div id='A'> A
|
| + <div id='B'> B
|
| + <div id='C'> C
|
| + <div id='D'> D
|
| + <div id='E'> E
|
| + </div>
|
| + </div>
|
| + </div>
|
| + </div>
|
| + </div>
|
| +
|
| + <iframe src='./simple-iframe.html' width='400' height='200'></iframe>
|
| + <div id='shadow-host'></div>
|
| +</body>
|
|
|