| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-keygen-only-shadow.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-keygen-only-shadow.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-keygen-only-shadow.html
|
| deleted file mode 100644
|
| index e9a2cecd403e9fe1dca1a644d2288c785c642b82..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-keygen-only-shadow.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<body>
|
| -
|
| -<p>When the AuthorShadowDOM has only a shadow element, this should be rendered like no Shadow DOM is added.</p>
|
| -<form>
|
| - <keygen id="host"></keygen>
|
| -</form>
|
| -
|
| -<script>
|
| -var shadowRoot = host.createShadowRoot();
|
| -var shadow = document.createElement('shadow');
|
| -shadowRoot.appendChild(shadow);
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|