Index: third_party/WebKit/LayoutTests/fast/canvas/fallback-content-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/fallback-content-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/fallback-content-expected.txt |
deleted file mode 100644 |
index ce1a3cf4b10b272ffa6f17f70c4d8f50f5d72f8e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/canvas/fallback-content-expected.txt |
+++ /dev/null |
@@ -1,78 +0,0 @@ |
-This test makes sure that focusable elements in canvas fallback content are focusable. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-link1 should be focusable. |
-PASS document.activeElement == element is true |
- |
-button1 should be focusable. |
-PASS document.activeElement == element is true |
- |
-text1 should be focusable. |
-PASS document.activeElement == element is true |
- |
-checkbox1 should be focusable. |
-PASS document.activeElement == element is true |
- |
-radio1 should be focusable. |
-PASS document.activeElement == element is true |
- |
-slider1 should be focusable. |
-PASS document.activeElement == element is true |
- |
-submit1 should be focusable. |
-PASS document.activeElement == element is true |
- |
-combobox1 should be focusable. |
-PASS document.activeElement == element is true |
- |
-listbox1 should be focusable. |
-PASS document.activeElement == element is true |
- |
-textarea1 should be focusable. |
-PASS document.activeElement == element is true |
- |
-focusable1 should be focusable. |
-PASS document.activeElement == element is true |
- |
-link2 should be focusable. |
-PASS document.activeElement == element is true |
- |
-button2 should be focusable. |
-PASS document.activeElement == element is true |
- |
-text2 should be focusable. |
-PASS document.activeElement == element is true |
- |
-checkbox2 should be focusable. |
-PASS document.activeElement == element is true |
- |
-radio2 should be focusable. |
-PASS document.activeElement == element is true |
- |
-slider2 should be focusable. |
-PASS document.activeElement == element is true |
- |
-submit2 should be focusable. |
-PASS document.activeElement == element is true |
- |
-combobox2 should be focusable. |
-PASS document.activeElement == element is true |
- |
-listbox2 should be focusable. |
-PASS document.activeElement == element is true |
- |
-textarea2 should be focusable. |
-PASS document.activeElement == element is true |
- |
-focusable2 should be focusable. |
-PASS document.activeElement == element is true |
- |
-linkInHiddenCanvas should not be focusable. |
-PASS document.activeElement == previousFocusedElement is true |
- |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |