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

Unified Diff: LayoutTests/transforms/transform-style-parsing.html

Issue 212563007: Revert of Add runtime feature and property names for unprefixed CSS Transforms (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert three patches Created 6 years, 9 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
Index: LayoutTests/transforms/transform-style-parsing.html
diff --git a/LayoutTests/transforms/transform-style-parsing.html b/LayoutTests/transforms/transform-style-parsing.html
deleted file mode 100644
index 1011a63458002b8944a92475df9dd76253eddbed..0000000000000000000000000000000000000000
--- a/LayoutTests/transforms/transform-style-parsing.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<script src="../resources/testharness.js"></script>
-<script src="../resources/testharnessreport.js"></script>
-<div id="target"></div>
-<script src="resources/parsing-test-helper.js"></script>
-<script>
-expect = expect.bind(this, 'transform-style', 'transformStyle');
-
-expect('initial').parsesAs('initial').isComputedTo('flat');
-expect('inherit').parsesAs('inherit');
-
-expect('flat').parsesAs('flat').isComputedTo('flat');
-expect('preserve-3d').parsesAs('preserve-3d').isComputedTo('preserve-3d');
-
-expect('none').isInvalid();
-expect('0').isInvalid();
-</script>

Powered by Google App Engine
This is Rietveld 408576698