| Index: third_party/WebKit/LayoutTests/fast/forms/autofocus-keygen.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/autofocus-keygen.html b/third_party/WebKit/LayoutTests/fast/forms/autofocus-keygen.html
|
| deleted file mode 100644
|
| index da0ffbdaf76dc04db934c9f259a3ec32a55c98be..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/autofocus-keygen.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<script src="../../resources/js-test.js"></script>
|
| -<script src="resources/common.js"></script>
|
| -<script>
|
| -window.jsTestIsAsync = true;
|
| -
|
| -waitUntilLoadedAndAutofocused(function() {
|
| - shouldBe('document.activeElement', 'document.querySelector("keygen")');
|
| - shouldBe('document.activeElement.autofocus', 'true');
|
| - finishJSTest();
|
| -});
|
| -</script>
|
| -</head>
|
| -<body>
|
| -<keygen autofocus>
|
| -<pre id="console">
|
| -This tests whether the keygen element supports the autofocus attribute.
|
| -
|
| -</pre>
|
| -</body>
|
| -</html>
|
|
|