Index: LayoutTests/fast/events/touch/gesture/long-press-focuses-frame-expected.txt |
diff --git a/LayoutTests/fast/events/touch/gesture/long-press-focuses-frame-expected.txt b/LayoutTests/fast/events/touch/gesture/long-press-focuses-frame-expected.txt |
index 8a869a2e35ae0ab36aa4a5617fb0d47d5d5fa4ec..79cf179f6493d0a820522a1d4d3442085d671bf5 100644 |
--- a/LayoutTests/fast/events/touch/gesture/long-press-focuses-frame-expected.txt |
+++ b/LayoutTests/fast/events/touch/gesture/long-press-focuses-frame-expected.txt |
@@ -1,8 +1,8 @@ |
-PASS document.activeElement == frame1 is true |
-PASS document.activeElement == frame2 is true |
-PASS document.activeElement == document.body is true |
PASS successfullyParsed is true |
TEST COMPLETE |
+PASS document.activeElement == frame1 is true |
+PASS document.activeElement == frame2 is true |
+PASS document.activeElement == document.body is true |
This test checks that long press to select text focuses the pressed frame. |