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

Side by Side Diff: LayoutTests/fast/forms/legend/legend-form-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 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 | Annotate | Revision Log
OLDNEW
1 This test checks the form attribute of the legend element. 1 This test checks the form attribute of the legend element.
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 - Ensures that the form attribute of legend element depends on whether its paren t is a fieldset element or not. 7 - Ensures that the form attribute of legend element depends on whether its paren t is a fieldset element or not.
8 PASS legendElement1.form is owner 8 PASS legendElement1.form is owner
9 PASS legendElement2.form is null 9 PASS legendElement2.form is null
10 PASS legendElement3.form is null 10 PASS legendElement3.form is null
11 11
12 - Ensures that the legend's form attribute points its parent fieldset's form own er even if the element is within another form element. 12 - Ensures that the legend's form attribute points its parent fieldset's form own er even if the element is within another form element.
13 PASS fieldsetElement.form is owner 13 PASS fieldsetElement.form is owner
14 PASS legendElement.form is owner 14 PASS legendElement.form is owner
15 15
16 - Ensures whether the form owner is set correctly for the legend when the value of form attribute of its parent fieldset changed. 16 - Ensures whether the form owner is set correctly for the legend when the value of form attribute of its parent fieldset changed.
17 PASS fieldsetElement.form is form1 17 PASS fieldsetElement.form is form1
18 PASS legendElement.form is form1 18 PASS legendElement.form is form1
19 PASS fieldsetElement.form is form2 19 PASS fieldsetElement.form is form2
20 PASS legendElement.form is form2 20 PASS legendElement.form is form2
21 PASS successfullyParsed is true
21 22
23 TEST COMPLETE
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698