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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/fragment-activation-focuses-target-expected.txt

Issue 1438953002: Update selection when an element is focused by in-document fragment link. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: third_party/WebKit/LayoutTests/fast/dom/fragment-activation-focuses-target-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/fragment-activation-focuses-target-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/fragment-activation-focuses-target-expected.txt
index 1d48c4dc9bd88c9fdff7fc99180cf835e9b6d9cf..7f26eeb035b5b49df25671006a55841fc498affa 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/fragment-activation-focuses-target-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/fragment-activation-focuses-target-expected.txt
@@ -23,10 +23,15 @@ PASS document.activeElement is link4
Activate a link to # and verify that the link remains focused
PASS document.activeElement is link5
PASS document.activeElement is link5
+Activate a link to an INPUT elemnt, verify that the INPUT is editable
+PASS document.activeElement is link6
+PASS document.activeElement is input1
+PASS input1.value is "abcXdef"
PASS successfullyParsed is true
TEST COMPLETE
-link1 link2 link3 link4 link5
+link1 link2 link3 link4 link5 link6
fragment1
fragment2
+

Powered by Google App Engine
This is Rietveld 408576698