Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-embed-with-content.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-embed-with-content.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-embed-with-content.html |
| deleted file mode 100644 |
| index 0335109914e9abdafa380e49c5f75107a02c88fc..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-embed-with-content.html |
| +++ /dev/null |
| @@ -1,10 +0,0 @@ |
| -<!DOCTYPE html> |
| -<body> |
| -<embed src="non-existent.swf"> |
| -<!-- EMBED elements can't have children. --> |
| -</embed> |
| - |
| -<script> |
| -document.querySelector('embed').createShadowRoot().innerHTML = 'Get Flash Player. <content select="*">Or Shockwave Player?</content>'; |
| -</script> |
| -</body> |