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

Side by Side Diff: LayoutTests/transforms/perspective-parsing-expected.txt

Issue 98663004: Add support for unprefixed CSS Transforms (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS "perspective: initial;" should parse as "initial"
3 PASS "perspective: initial;" should be computed to "none"
4 PASS "perspective: inherit;" should parse as "inherit"
5 PASS "perspective: none;" should parse as "none"
6 PASS "perspective: none;" should be computed to "none"
7 PASS "perspective: 1px;" should parse as "1px"
8 PASS "perspective: 1px;" should be computed to "1px"
9 FAIL "perspective: 0;" should be invalid assert_false: CSS.supports expected fal se got true
10 FAIL "perspective: 0px;" should be invalid assert_false: CSS.supports expected f alse got true
11 PASS "perspective: 5;" should be invalid
12 PASS "perspective: -1px;" should be invalid
13 PASS "perspective: 50%;" should be invalid
14 Harness: the test ran to completion.
15
OLDNEW
« no previous file with comments | « LayoutTests/transforms/perspective-parsing.html ('k') | LayoutTests/transforms/resources/parsing-test-helper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698