Index: third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-label-focus-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-label-focus-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-label-focus-expected.txt |
deleted file mode 100644 |
index eb935a9ed37a165630ae5d87a74d0af671e2ba1e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-label-focus-expected.txt |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-Tests focusing of an inert label for a non-inert target. label.focus() should send focus to the target, but clicking the label should be the same as clicking on the document body. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-Testing that calling focus() on label sends focus to its target. |
-PASS document.activeElement is document.querySelector('#submit') |
-Testing that clicking on the label sends focus to document.body. |
-PASS document.activeElement is document.body |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
-Label for Submit |