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

Unified Diff: LayoutTests/fast/forms/label/label-selection-by-dragging-expected.txt

Issue 556813002: Fix behavior of label associated with control element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing comments Created 6 years, 3 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/fast/forms/label/label-selection-by-dragging-expected.txt
diff --git a/LayoutTests/ietestcenter/Javascript/15.12.3_2-3-a-3-expected.txt b/LayoutTests/fast/forms/label/label-selection-by-dragging-expected.txt
similarity index 51%
copy from LayoutTests/ietestcenter/Javascript/15.12.3_2-3-a-3-expected.txt
copy to LayoutTests/fast/forms/label/label-selection-by-dragging-expected.txt
index 32a3e693fe8aafce14f09c94033bc4f039915bc6..279cfebedbbb050242c7c5c48507f34eecabeed8 100644
--- a/LayoutTests/ietestcenter/Javascript/15.12.3_2-3-a-3-expected.txt
+++ b/LayoutTests/fast/forms/label/label-selection-by-dragging-expected.txt
@@ -1,10 +1,10 @@
-15.12.3_2-3-a-3 (TestCases/chapter15/15.12/15.12.3/15.12.3_2-3-a-3.js) JSON.stringify converts Boolean wrapper objects returned from replacer functions to literal numbers.
+Test the value of checkbox after selecting the associated label's text
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS ES5Harness.preconditionPassed is true
-PASS ES5Harness.testPassed is true
+PASS checkbox.checked is true
+PASS window.getSelection().toString() is "Some, Text associated with input"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698