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

Unified Diff: LayoutTests/accessibility/textbox-role-reports-selection-expected.txt

Issue 1050123003: Rewrote password layout test and removed obsolete tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Renamed some more tests for consistency. Created 5 years, 8 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
« no previous file with comments | « LayoutTests/accessibility/textbox-role-reports-selection.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/textbox-role-reports-selection-expected.txt
diff --git a/LayoutTests/accessibility/textbox-role-reports-selection-expected.txt b/LayoutTests/accessibility/textbox-role-reports-selection-expected.txt
deleted file mode 100644
index 811765dae704794111c25d28700a463981918915..0000000000000000000000000000000000000000
--- a/LayoutTests/accessibility/textbox-role-reports-selection-expected.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-This tests that the AXSelection property is correctly reported for non-native text boxes.
-Some text in a textbox (34 chars).
-PASS: axSelection is {0, 0} (Collapsed selection at start)
-PASS: axSelection is {34, 0} (Collapsed selection at end)
-PASS: axSelection is {15, 0} (Collapsed selection in the middle)
-PASS: axSelection is {15, 2} (Non-collapsed selection in the middle)
-PASS: axSelection is {0, 15} (Non-collapsed selection at the start)
-PASS: axSelection is {15, 19} (Non-collapsed selection at the end)
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/accessibility/textbox-role-reports-selection.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698