| Index: LayoutTests/fast/dom/shadow/focus-navigation-tabstop-crash.html
|
| diff --git a/LayoutTests/fast/dom/shadow/focus-navigation-tabstop-crash.html b/LayoutTests/fast/dom/shadow/focus-navigation-tabstop-crash.html
|
| deleted file mode 100644
|
| index 932dc25f98f1fadc14dee2da437e7ae0727d9a92..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/shadow/focus-navigation-tabstop-crash.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="../../../resources/js-test.js"></script>
|
| -<p>crbug.com/463486 when tab navigation skips a node with tabStop=false to chrome, crash happens</p>
|
| -<input id="first"><input id="second">
|
| -<pre id="console"></pre>
|
| -<script>
|
| -if (!window.eventSender)
|
| - testFailed('');
|
| -
|
| -document.querySelector('#first').focus();
|
| -document.querySelector('#second').tabStop = false;
|
| -eventSender.keyDown('\t');
|
| -
|
| -debug('Test finished.');
|
| -</script>
|
|
|