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

Unified Diff: LayoutTests/fast/forms/color/input-value-sanitization-color.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/color/input-value-sanitization-color.html
diff --git a/LayoutTests/fast/forms/color/input-value-sanitization-color.html b/LayoutTests/fast/forms/color/input-value-sanitization-color.html
index f67e5eeb36619d06658900e1588a2b1920f0df84..9a9561e1076548c253d1dcf87e85e6565367a3ff 100644
--- a/LayoutTests/fast/forms/color/input-value-sanitization-color.html
+++ b/LayoutTests/fast/forms/color/input-value-sanitization-color.html
@@ -47,6 +47,5 @@ shouldBe('input.value = "rgb(0,0,0)"; input.value', fallbackValue);
shouldBe('input.value = "xxx-non-existent-color-name"; input.value', fallbackValue);
shouldBe('input.value = "transparent"; input.value', fallbackValue);
</script>
-<script src="../../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/forms/color/input-color-chooser-shown-readonly.html ('k') | LayoutTests/fast/forms/datalist/datalist.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698