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

Unified Diff: Source/web/tests/data/advance_focus_in_form_with_disabled_and_readonly_elements.html

Issue 939603002: Adding support for Smart GO NEXT feature in Android Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed unit test breaks due to one element skip. Created 5 years, 4 months 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: Source/web/tests/data/advance_focus_in_form_with_disabled_and_readonly_elements.html
diff --git a/Source/web/tests/data/advance_focus_in_form_with_disabled_and_readonly_elements.html b/Source/web/tests/data/advance_focus_in_form_with_disabled_and_readonly_elements.html
new file mode 100644
index 0000000000000000000000000000000000000000..e604abd5de9d030a0fb954fd62c85af51e2c0872
--- /dev/null
+++ b/Source/web/tests/data/advance_focus_in_form_with_disabled_and_readonly_elements.html
@@ -0,0 +1,11 @@
+<html>
+<body>
+<form id="form1">
+ <div id="contenteditable6" contenteditable="true">contenteditable6 from form4</div><br>
+ <input type="text" id="input7" disabled value="input7 from form4 but skipped due to disabled element"><br>
+ <input type="text" id="input8" readonly value="input8 from form4 but skipped due to readonly element"><br>
+ <textarea id="textarea7" disabled readonly>textarea7 from form4 but skipped due to disabled and readonly element</textarea><br>
+ <div id="contenteditable7" contenteditable="true">contenteditable7 from form4</div><br>
+</form>
+</body>
+</html>
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | Source/web/tests/data/advance_focus_in_form_with_key_event_listeners.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698