Index: third_party/WebKit/LayoutTests/typedcssom/TransformValue.html |
diff --git a/third_party/WebKit/LayoutTests/typedcssom/TransformValue.html b/third_party/WebKit/LayoutTests/typedcssom/TransformValue.html |
deleted file mode 100644 |
index 66fcd7e5c76e9fc13d2834ca29b9bb366316fa1f..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/typedcssom/TransformValue.html |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-<!DOCTYPE html> |
-<script src="../resources/testharness.js"></script> |
-<script src="../resources/testharnessreport.js"></script> |
- |
-<script> |
- |
-test(function() { |
- var transformValueObject = new TransformValue(); |
- assert_true(transformValueObject instanceof TransformValue); |
- assert_true(transformValueObject instanceof StyleValue); |
-}, "A TransformValue object can be constructed"); |
- |
-</script> |
- |
-<body> |
-</body> |