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

Unified Diff: LayoutTests/fast/css/image-value-type.html

Issue 689323002: Remove tests which are only testing getPropertyCSSValue, etc. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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/css/image-value-type.html
diff --git a/LayoutTests/fast/css/image-value-type.html b/LayoutTests/fast/css/image-value-type.html
deleted file mode 100644
index 95ee74868bc38a8611bed36838b0e6af9831ee32..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css/image-value-type.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8">
-<script src="../../resources/js-test.js"></script>
-<style>
-div#test {
- background-image: url(stars.gif);
-}
-</style>
-</head>
-<body>
-<script>
-
-description("Documents that CSS image values are not primitive values anymore.");
-
-var style = document.styleSheets[1].rules[0].style;
-var imageValue = style.getPropertyCSSValue('background-image');
-
-shouldBe("imageValue.cssValueType", "CSSValue.CSS_PRIMITIVE_VALUE");
-
-</script>
-</body>
-</html>
« no previous file with comments | « LayoutTests/fast/css/getFloatValueForUnit-expected.txt ('k') | LayoutTests/fast/css/image-value-type-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698