Index: src/wp-includes/class-wp-customize-widgets.php
===================================================================
--- src/wp-includes/class-wp-customize-widgets.php	(revision 31222)
+++ src/wp-includes/class-wp-customize-widgets.php	(working copy)
@@ -956,7 +956,7 @@
 
 		call_user_func_array( 'wp_widget_control', $args );
 		$replacements = array(
-			'<form action="" method="post">' => '<div class="form">',
+			'<form method="post">' => '<div class="form">',
 			'</form>' => '</div><!-- .form -->',
 		);
 
