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

Unified Diff: LayoutTests/fast/css/rgba-custom-text.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
« no previous file with comments | « LayoutTests/fast/css/remove-attribute-style.html ('k') | LayoutTests/fast/css/script-tests/TEMPLATE.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/rgba-custom-text.html
diff --git a/LayoutTests/fast/css/rgba-custom-text.html b/LayoutTests/fast/css/rgba-custom-text.html
index 97fd23ffd21a8bdf003c247663128ed345e62265..ecf625e00d5edd78fc3666e22528fb8782ca536b 100644
--- a/LayoutTests/fast/css/rgba-custom-text.html
+++ b/LayoutTests/fast/css/rgba-custom-text.html
@@ -10,4 +10,3 @@
description("Tests the CSS custom text implementation for rgba(). Note that WebKit internally stores alpha as an 8 bit value, and that 255 * 0.2 = 51 exactly. So 0.2 is able to be stored with no rounding.");
shouldBeEqualToString('getComputedStyle(document.getElementById("test"), null).color', "rgba(0, 0, 0, 0.2)");
</script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
« no previous file with comments | « LayoutTests/fast/css/remove-attribute-style.html ('k') | LayoutTests/fast/css/script-tests/TEMPLATE.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698