| Index: LayoutTests/fast/dom/HTMLDocument/active-element-gets-unforcusable-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLDocument/active-element-gets-unforcusable-expected.txt b/LayoutTests/fast/dom/HTMLDocument/active-element-gets-unforcusable-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4e180bfbfca455b4e6b68284b483d44e62f893d3
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/HTMLDocument/active-element-gets-unforcusable-expected.txt
|
| @@ -0,0 +1,19 @@
|
| +Making a focused element invisible should make it blur.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +===> Setting display:none
|
| +Event: blur
|
| +PASS document.activeElement is document.body
|
| +PASS The focusTarget element lost focus.
|
| +
|
| +===> Setting visibility:hidden
|
| +Event: blur
|
| +PASS document.activeElement is document.body
|
| +PASS The focusTarget element lost focus.
|
| +
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|