Chromium Code Reviews| Index: LayoutTests/fast/dom/shadow/shadowdom-for-applet-with-content.html |
| diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-applet-with-content.html b/LayoutTests/fast/dom/shadow/shadowdom-for-applet-with-content.html |
| deleted file mode 100644 |
| index 67e0d3a2d3506f199c270c8b9ef06e658c098c3b..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/dom/shadow/shadowdom-for-applet-with-content.html |
| +++ /dev/null |
| @@ -1,10 +0,0 @@ |
| -<!DOCTYPE html> |
| -<body> |
| -<applet archive="non-exsitent.jar"> |
| -<param name="param1" value="value1"> |
| -<div>Use awesome</div> <span>HotJava!</span> |
| -</applet> |
| -<script> |
| -document.querySelector('applet').createShadowRoot().innerHTML = "[<content select='span'></content>]"; |
| -</script> |
| -</body> |