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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-disabled-expected.txt

Issue 1422573006: Disabled FIELDSET elements should not be focusable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for fast/events/tabindex-focus-blur-all.html Created 5 years, 1 month 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 Tests for HTMLFieldSetElement.disabled behavior. 1 Tests for HTMLFieldSetElement.disabled behavior.
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 6
7 Verifying parser generated fieldsets. 7 Verifying parser generated fieldsets.
8 PASS parserGeneratedInput1.value is "L" 8 PASS parserGeneratedInput1.value is "L"
9 PASS parserGeneratedInput2.value is "M" 9 PASS parserGeneratedInput2.value is "M"
10 PASS parserGeneratedInput3.value is "NO" 10 PASS parserGeneratedInput3.value is "NO"
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 PASS secondLegendTextInput.value is "" 81 PASS secondLegendTextInput.value is ""
82 Insert another legend element before the currently first one, and check again. 82 Insert another legend element before the currently first one, and check again.
83 PASS insertedLegendTextInput.value is "JJJ" 83 PASS insertedLegendTextInput.value is "JJJ"
84 PASS firstLegendTextInput.value is "II" 84 PASS firstLegendTextInput.value is "II"
85 PASS secondLegendTextInput.value is "" 85 PASS secondLegendTextInput.value is ""
86 Enable the fieldset again and check for sanity. 86 Enable the fieldset again and check for sanity.
87 PASS legendFieldSet.disabled is false 87 PASS legendFieldSet.disabled is false
88 PASS insertedLegendTextInput.value is "JJJK" 88 PASS insertedLegendTextInput.value is "JJJK"
89 PASS firstLegendTextInput.value is "IIK" 89 PASS firstLegendTextInput.value is "IIK"
90 PASS secondLegendTextInput.value is "K" 90 PASS secondLegendTextInput.value is "K"
91 PASS disabledFieldsetWithTabindex.focus(); document.activeElement is document.bo dy
91 PASS successfullyParsed is true 92 PASS successfullyParsed is true
92 93
93 TEST COMPLETE 94 TEST COMPLETE
94 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698