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

Unified Diff: LayoutTests/fast/forms/file/file-input-reset-validation.html

Issue 132233059: Synchronize is-valid flag upon programmatic clearing of file.value (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove redundant waitUntilDone() calls Created 6 years, 11 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: LayoutTests/fast/forms/file/file-input-reset-validation.html
diff --git a/LayoutTests/fast/forms/file/file-input-reset-validation.html b/LayoutTests/fast/forms/file/file-input-reset-validation.html
index 628705495126751065bb795c5b1fdad3a97f6566..1ba34e6ae9b07cfd3610e7f4fa9412703209ff8c 100644
--- a/LayoutTests/fast/forms/file/file-input-reset-validation.html
+++ b/LayoutTests/fast/forms/file/file-input-reset-validation.html
@@ -39,7 +39,6 @@ function startTest()
if (window.eventSender) {
window.jsTestIsAsync = true;
testRunner.dumpAsText();
- testRunner.waitUntilDone();
window.onload = startTest;
}
</script>

Powered by Google App Engine
This is Rietveld 408576698