From 102cdaa7cc8baedfd589b92a8c4baf73cc72d7d6 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 23 May 2016 11:48:09 +0530 Subject: [PATCH 1/2] Include ", + enctype: "application/x-www-form-urlencoded", + submitelement: "", + submitaction: function(doc) { doc.getElementById("inputsubmit").click(); } + } +, + { + name: "form submission from submit button should contain submit button value", + input: "", + enctype: "application/x-www-form-urlencoded", + submitelement: "", + submitaction: function(doc) { doc.getElementById("inputsubmit").click(); } } ]; simple_tests.forEach(function(test_obj) {