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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/legend/legend-form-expected.txt

Issue 1528823002: Move tests related to <fieldset> and <legend> to fast/forms/fieldset. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: third_party/WebKit/LayoutTests/fast/forms/legend/legend-form-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/legend/legend-form-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/legend/legend-form-expected.txt
deleted file mode 100644
index 08be33f98bb75a825178c3e80f4f99c167ae5775..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/legend/legend-form-expected.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-This test checks the form attribute of the legend element.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-
-- Ensures that the form attribute of legend element depends on whether its parent is a fieldset element or not.
-PASS legendElement1.form is owner
-PASS legendElement2.form is null
-PASS legendElement3.form is null
-
-- Ensures that the legend's form attribute points its parent fieldset's form owner even if the element is within another form element.
-PASS fieldsetElement.form is owner
-PASS legendElement.form is owner
-
-- Ensures whether the form owner is set correctly for the legend when the value of form attribute of its parent fieldset changed.
-PASS fieldsetElement.form is form1
-PASS legendElement.form is form1
-PASS fieldsetElement.form is form2
-PASS legendElement.form is form2
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698