| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-keygen-without-shadow.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-keygen-without-shadow.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-keygen-without-shadow.html
|
| deleted file mode 100644
|
| index 55f10670d5eb467c0535c821f7602b8cffa2399e..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-keygen-without-shadow.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<body>
|
| -
|
| -<p>When the AuthorShadowDOM does not have a Shadow DOM, the content won't be rendered.</p>
|
| -<form>
|
| - <keygen id="host" style="width: 100px; height:30px; margin: 0; padding: 0; border: 0"></keygen>
|
| - foobar
|
| -</form>
|
| -
|
| -<script>
|
| -if (window.internals)
|
| - internals.settings.setAuthorShadowDOMForAnyElementEnabled(true);
|
| -
|
| -var shadowRoot = host.createShadowRoot();
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|