Index: LayoutTests/fast/events/mouse-relative-position-expected.txt |
diff --git a/LayoutTests/fast/events/mouse-relative-position-expected.txt b/LayoutTests/fast/events/mouse-relative-position-expected.txt |
index c2aecf02b570cd84e827cd8d1253089a213e02a4..63e3f80706022058ab6916899f9b6329aaeb4c70 100644 |
--- a/LayoutTests/fast/events/mouse-relative-position-expected.txt |
+++ b/LayoutTests/fast/events/mouse-relative-position-expected.txt |
@@ -3,4 +3,7 @@ span |
PASS simulateElementClick(testElement, [100, 100, 200, 200]); is '100, 100, 200, 200' |
PASS simulateElementClick(spanElement, [16, 10, 16, 10]); is '16, 10, 16, 10' |
PASS simulateElementClick(inputElement, [40, 10, 40, 10]); is '40, 10, 40, 10' |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |