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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/transformValue.html

Issue 1612893002: Re-add re-named typed CSS OM tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@deletetests
Patch Set: make sure most up to date versions are used Created 4 years, 11 months 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 | « third_party/WebKit/LayoutTests/typedcssom/simpleLength.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..66fcd7e5c76e9fc13d2834ca29b9bb366316fa1f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/typedcssom/transformValue.html
@@ -0,0 +1,16 @@
+<!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>
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/simpleLength.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698