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

Unified Diff: LayoutTests/editing/selection/readonly-disabled-text-selection-expected.txt

Issue 309553007: Adding support for Text Selection on Disabled and Readonly input elements in Android (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed Linux and Windows Layout test breaks. Created 6 years, 2 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: LayoutTests/editing/selection/readonly-disabled-text-selection-expected.txt
diff --git a/LayoutTests/editing/selection/readonly-disabled-text-selection-expected.txt b/LayoutTests/editing/selection/readonly-disabled-text-selection-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9e53bad4f4a0b69343c2f706926e7421ff6d370f
--- /dev/null
+++ b/LayoutTests/editing/selection/readonly-disabled-text-selection-expected.txt
@@ -0,0 +1,12 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS window.getSelection().toString() is "NormalInput"
+PASS window.getSelection().toString() is "ReadonlyInput"
+PASS window.getSelection().toString() is "DisabledInput"
+PASS window.getSelection().toString() is "ReadonlyDisabledInput"
+PASS window.getSelection().toString() is "NormalTextarea"
+PASS window.getSelection().toString() is "ReadonlyTextarea"
+PASS window.getSelection().toString() is "DisabledTextarea"
+PASS window.getSelection().toString() is "ReadonlyDisabledTextarea"
+
« no previous file with comments | « LayoutTests/editing/selection/readonly-disabled-text-selection.html ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698