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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-button-element/button-click-submits-expected.txt

Issue 2900943002: Clicking a button on disconnected form should not fire submit event. (Closed)
Patch Set: added console message Created 3 years, 7 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/external/wpt/html/semantics/forms/the-button-element/button-click-submits-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-button-element/button-click-submits-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-button-element/button-click-submits-expected.txt
deleted file mode 100644
index 875d2c3d4c04c7c8c31af3c93e7194b143775927..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-button-element/button-click-submits-expected.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-This is a testharness.js-based test.
-PASS clicking a button with .click() should trigger a submit (form connected)
-FAIL clicking a button with .click() should not trigger a submit (form disconnected) assert_unreached: Form should not be submitted Reached unreachable code
-PASS clicking a button by dispatching an event should trigger a submit (form connected)
-FAIL clicking a button by dispatching an event should not trigger a submit (form disconnected) assert_unreached: Form should not be submitted Reached unreachable code
-PASS clicking a button that cancels the event should not trigger a submit
-PASS clicking a disabled button (via disabled attribute) should not trigger submit
-PASS clicking a disabled button (via ancestor fieldset) should not trigger submit
-PASS clicking a button inside a disabled fieldset's legend *should* trigger submit
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698