Index: third_party/WebKit/LayoutTests/fast/html/details-keyboard-show-hide-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/html/details-keyboard-show-hide-expected.txt b/third_party/WebKit/LayoutTests/fast/html/details-keyboard-show-hide-expected.txt |
deleted file mode 100644 |
index 0baed5492458189c9812e37a69c7895a7c450dfa..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/html/details-keyboard-show-hide-expected.txt |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-This test verifies that pressing the ENTER or SPACEBAR key when the <summary> has focus will toggle the <details> display. On expanding details.open will be true and vice versa. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS openAttribute("details") is false |
-Toggle <display> using Enter key: |
-PASS openAttribute("details") is true |
-PASS openAttribute("details") is false |
-Toggle <display> using Spacebar key: |
-PASS openAttribute("details") is true |
-PASS openAttribute("details") is false |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |