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

Unified Diff: LayoutTests/fast/forms/old-names.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/old-names.html
diff --git a/LayoutTests/fast/forms/old-names.html b/LayoutTests/fast/forms/old-names.html
index 37b4dfab6dcd4b184345dadbd181194875b32860..b856a22b1e04b1e59607086a87a9e6154e5c29a8 100644
--- a/LayoutTests/fast/forms/old-names.html
+++ b/LayoutTests/fast/forms/old-names.html
@@ -191,6 +191,5 @@ shouldBe("form4['bar'][0]", "form4.childNodes[1]");
shouldBe("form4['bar'][1]", "form4.childNodes[2]");
shouldBe("form4.childNodes[0].name = 'bar'; form4.childNodes[1].name = form4.childNodes[2].name = 'foo'; form4['foo'].length", "2");
</script>
-<script src="../js/resources/js-test-post.js"></script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/forms/number/number-wheel-event.html ('k') | LayoutTests/fast/forms/option-label-trim-html-spaces.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698