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

Unified Diff: LayoutTests/transforms/perspective-parsing-expected.txt

Issue 993013002: Perspective property should only allow positive lengths (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 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/perspective-parsing-expected.txt
diff --git a/LayoutTests/transforms/perspective-parsing-expected.txt b/LayoutTests/transforms/perspective-parsing-expected.txt
deleted file mode 100644
index 2038dfafb885ac77968d4655d51c41bb60c06088..0000000000000000000000000000000000000000
--- a/LayoutTests/transforms/perspective-parsing-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-This is a testharness.js-based test.
-PASS "perspective: initial;" should parse as "initial"
-PASS "perspective: initial;" should be computed to "none"
-PASS "perspective: inherit;" should parse as "inherit"
-PASS "perspective: none;" should parse as "none"
-PASS "perspective: none;" should be computed to "none"
-PASS "perspective: 1px;" should parse as "1px"
-PASS "perspective: 1px;" should be computed to "1px"
-FAIL "perspective: 0;" should be invalid assert_false: CSS.supports expected false got true
-FAIL "perspective: 0px;" should be invalid assert_false: CSS.supports expected false got true
-PASS "perspective: 5;" should be invalid
-PASS "perspective: -1px;" should be invalid
-PASS "perspective: 50%;" should be invalid
-Harness: the test ran to completion.
-
« no previous file with comments | « LayoutTests/transforms/perspective-parsing.html ('k') | LayoutTests/transforms/webkit-perspective-parsing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698