Index: LayoutTests/fast/events/frame-click-clear-focus-expected.txt |
diff --git a/LayoutTests/fast/events/frame-click-clear-focus-expected.txt b/LayoutTests/fast/events/frame-click-clear-focus-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ca4208b9ebd11bb45fe807545f1bd5b22d4d3cea |
--- /dev/null |
+++ b/LayoutTests/fast/events/frame-click-clear-focus-expected.txt |
@@ -0,0 +1,13 @@ |
+Make sure that clicking on an inactive frame clears existing element focus. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+===> Making a frame with a focused element inactive. |
+PASS doc.activeElement is innerInput |
+===> Making the frame active again clicking by a non-focusable element. |
+PASS doc.activeElement is doc.body |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |