Index: LayoutTests/fast/events/mouse-click-events-pseudo-element-expected.txt |
diff --git a/LayoutTests/fast/events/mouse-click-events-pseudo-element-expected.txt b/LayoutTests/fast/events/mouse-click-events-pseudo-element-expected.txt |
index acc9f33d9650ffb8b772217ebc3bbd8b03033927..948073ba47f0ccb701caa3ce62a832d1e23f9d73 100644 |
--- a/LayoutTests/fast/events/mouse-click-events-pseudo-element-expected.txt |
+++ b/LayoutTests/fast/events/mouse-click-events-pseudo-element-expected.txt |
@@ -1,5 +1,10 @@ |
-CONSOLE ERROR: line 36: Uncaught SyntaxError: Illegal return statement |
-FAIL successfullyParsed should be true. Was false. |
+This tests if mouse events are dispatched on an element obscured by a pseudo-element. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS eventLog is "mousedown mouseup click mousedown mouseup click dblclick " |
+PASS successfullyParsed is true |
TEST COMPLETE |