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

Unified Diff: third_party/WebKit/LayoutTests/platform/android/fast/forms/fieldset/validation-in-fieldset-expected.txt

Issue 2204373002: Revert "Add grid/flex layout support for <fieldset>" and "Auto-rebaseline for r409303" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: third_party/WebKit/LayoutTests/platform/android/fast/forms/fieldset/validation-in-fieldset-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/android/fast/forms/fieldset/validation-in-fieldset-expected.txt b/third_party/WebKit/LayoutTests/platform/android/fast/forms/fieldset/validation-in-fieldset-expected.txt
deleted file mode 100644
index cd663e56b811ee467e7afc826ac852adf66b0936..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/android/fast/forms/fieldset/validation-in-fieldset-expected.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-A form control in initially disabled fieldset:
-PASS control1.willValidate is false
-Then, enables the fieldset:
-PASS document.getElementById("f1").disabled = false; control1.willValidate is true
-A form control in initially enabled fieldset:
-PASS control2.willValidate is true
-Then, disables fieldset:
-PASS fieldset2.disabled = true; control2.willValidate is false
-Detach the form control from the fieldset:
-PASS fieldset2.removeChild(control2); control2.willValidate is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
-

Powered by Google App Engine
This is Rietveld 408576698