| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-output-without-shadow.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-output-without-shadow.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-output-without-shadow.html
|
| deleted file mode 100644
|
| index a39f92b31c4cd87962f73abd795c4918a0d352fc..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-output-without-shadow.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<!DOCTYPE html>
|
| -
|
| -<p>When the AuthorShadowDOM does not have a Shadow DOM, the content won't be rendered.</p>
|
| -<form>
|
| - <output id="host" style="display: inline-block; width: 100px; height: 30px">ohyohyo</output>
|
| - <input id="submit" type="submit" value="Submit">
|
| -</form>
|
| -
|
| -<script>
|
| -var host = document.getElementById('host');
|
| -var shadowRoot = host.createShadowRoot();
|
| -</script>
|
|
|