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

Unified Diff: LayoutTests/fast/forms/checkValidity-001.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/checkValidity-001.html
diff --git a/LayoutTests/fast/forms/checkValidity-001.html b/LayoutTests/fast/forms/checkValidity-001.html
index 7979b120f5cedb08dc0d3e0a4f745cc7f7cf9c8c..bf61acc01f54004c5fa31cfee8b300ed697f469e 100644
--- a/LayoutTests/fast/forms/checkValidity-001.html
+++ b/LayoutTests/fast/forms/checkValidity-001.html
@@ -28,6 +28,5 @@ shouldBe('document.getElementsByTagName("output")[0].checkValidity()', 'true');
shouldBe('document.getElementsByTagName("object")[0].checkValidity()', 'true');
shouldBe('document.getElementsByTagName("keygen")[0].checkValidity()', 'true');
</script>
-<script src="../js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698