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

Unified Diff: LayoutTests/accessibility/inline-text-textarea-expected.txt

Issue 23983002: Expose InlineTextBoxes in the accessibility tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address feedback Created 7 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/accessibility/inline-text-textarea-expected.txt
diff --git a/LayoutTests/accessibility/inline-text-textarea-expected.txt b/LayoutTests/accessibility/inline-text-textarea-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..94de442de7b51228d627ee7cee7572a4335043c0
--- /dev/null
+++ b/LayoutTests/accessibility/inline-text-textarea-expected.txt
@@ -0,0 +1,12 @@
+
+Demonstrates that when typing in a textarea, not all of the InlineTextBoxes need to be updated for every character pressed.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS firstInlineTextBoxBefore.isEqual(firstInlineTextBoxAfter) is false
+PASS lastInlineTextBoxBefore.isEqual(lastInlineTextBoxAfter) is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698