| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-input-spellcheck.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-input-spellcheck.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-input-spellcheck.html
|
| deleted file mode 100644
|
| index cb82e0b1485c0a8d10325c198a8148fcde3018c6..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-input-spellcheck.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -if (window.internals)
|
| - internals.settings.setUnifiedTextCheckerEnabled(true);
|
| -onload = function() {
|
| - var myShadowRoot = document.getElementById('sample').createShadowRoot();
|
| - var myShadowElement = document.createElement('defs');
|
| - myShadowElement.setAttribute('contenteditable', 'true');
|
| - myShadowRoot.appendChild(myShadowElement);
|
| - myShadowElement.focus();
|
| - document.body.innerHTML = 'PASS if this was not crashed.';
|
| -}
|
| -</script>
|
| -<input id="sample">
|
|
|