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

Unified Diff: LayoutTests/fast/forms/submit-form-attributes.html

Issue 1321033003: Fix formAction return value for empty formaction content attribute. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/submit-form-attributes-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/submit-form-attributes.html
diff --git a/LayoutTests/fast/forms/submit-form-attributes.html b/LayoutTests/fast/forms/submit-form-attributes.html
index e30e4b264a4f1753479e84966fe7b4331aee9d69..7cdc8f35a25f55cf5986e2783b2b51a4827e91c8 100644
--- a/LayoutTests/fast/forms/submit-form-attributes.html
+++ b/LayoutTests/fast/forms/submit-form-attributes.html
@@ -13,7 +13,6 @@ var input = document.createElement('input');
debug('Ordinary values for input:');
input.type = "submit";
-shouldBeEqualToString('input.formAction', '');
shouldBeEqualToString('input.formEnctype', '');
shouldBeEqualToString('input.formMethod', '');
shouldBeEqualToString('input.formTarget', '');
@@ -110,7 +109,6 @@ var button = document.createElement('button');
debug('');
debug('Ordinary values for button:');
button.type = "submit";
-shouldBeEqualToString('button.formAction', '');
shouldBeEqualToString('button.formEnctype', '');
shouldBeEqualToString('button.formMethod', '');
shouldBeEqualToString('button.formTarget', '');
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/submit-form-attributes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698