Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: LayoutTests/fast/events/touch/gesture/long-press-focuses-frame-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698