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

Side by Side Diff: LayoutTests/css3/calc/calc-with-time-angle-and-frequency-values-expected.txt

Issue 345903005: calc expressions should support time, angle and frequency values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
OLDNEW
(Empty)
1 Tests that calc() can contain angle, time and frequency values.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9 PASS getCSSProperty('div1', '-webkit-transition-delay') is "2s"
10 PASS getCSSProperty('div2', '-webkit-transition-delay') is "3s"
11 PASS getCSSProperty('div3', 'transform') is "matrix(6.12323399573677e-17, 1, -1, 6.12323399573677e-17, 0, 0)"
12 PASS getCSSProperty('div5', 'transform') is "matrix(-0.17364817766693, 0.9848077 53012208, -0.984807753012208, -0.17364817766693, 0, 0)"
13 NOTE: since there is no CSS property that uses frequency at the moment we only t est the parsing.
14 PASS getCSSProperty('div7', 'pitch') is null
15 PASS getCSSProperty('div8', 'pitch') is null
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698