Index: LayoutTests/fast/overflow/hit-test-overflow-hidden-with-box-shadow-expected.txt |
diff --git a/LayoutTests/fast/overflow/hit-test-overflow-hidden-with-box-shadow-expected.txt b/LayoutTests/fast/overflow/hit-test-overflow-hidden-with-box-shadow-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..132f8828f44eef7a7623f33f3583fce823aaf522 |
--- /dev/null |
+++ b/LayoutTests/fast/overflow/hit-test-overflow-hidden-with-box-shadow-expected.txt |
@@ -0,0 +1,21 @@ |
+This test checks that div block should not get events on clicking the shadow outside div block. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |
+Focus should remain in the textarea |
+PASS document.activeElement.tagName is "TEXTAREA" |
+ |
+Focus should move to the body |
+PASS document.activeElement.tagName is "BODY" |
+ |
+Focus should remain in the textarea |
+PASS document.activeElement.tagName is "TEXTAREA" |
+ |
+Focus should move to the body |
+PASS document.activeElement.tagName is "BODY" |
+ |