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

Side by Side 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: Without static variables 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 unified diff | Download patch
OLDNEW
1 15.12.3_2-3-a-3 (TestCases/chapter15/15.12/15.12.3/15.12.3_2-3-a-3.js) JSON.stri ngify converts Boolean wrapper objects returned from replacer functions to liter al numbers. 1 Test the value of checkbox after selecting the associated label's text
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS ES5Harness.preconditionPassed is true 6 PASS checkbox.checked is true
7 PASS ES5Harness.testPassed is true 7 PASS window.getSelection().toString() is "Some, Text associated with input"
8 PASS successfullyParsed is true 8 PASS successfullyParsed is true
9 9
10 TEST COMPLETE 10 TEST COMPLETE
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698