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

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

Issue 103863007: Let WebViewImpl::textInputInfo() query the focused element when selection is empty (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: added unit test Created 7 years 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
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/input_field_focused.html
diff --git a/LayoutTests/css3/selectors3/xml/css3-modsel-41a.css b/Source/web/tests/data/input_field_focused.html
similarity index 51%
copy from LayoutTests/css3/selectors3/xml/css3-modsel-41a.css
copy to Source/web/tests/data/input_field_focused.html
index 463b281302bb494083843bd14822a0a2ba363f00..b8ae792671f0c110cb3ea38137b38028990a4581 100644
--- a/LayoutTests/css3/selectors3/xml/css3-modsel-41a.css
+++ b/Source/web/tests/data/input_field_focused.html
@@ -1 +1,4 @@
-p:before { background-color : lime ; content : "GENERATED CONTENT "}
+<input id="sample" />
+<script>
+document.getElementById("sample").focus();
+</script>
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698