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

Unified 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, 6 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/css3/calc/calc-with-time-angle-and-frequency-values-expected.txt
diff --git a/LayoutTests/css3/calc/calc-with-time-angle-and-frequency-values-expected.txt b/LayoutTests/css3/calc/calc-with-time-angle-and-frequency-values-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ac08395a3299dcdfe3ad0b53042290aafbb03b6a
--- /dev/null
+++ b/LayoutTests/css3/calc/calc-with-time-angle-and-frequency-values-expected.txt
@@ -0,0 +1,16 @@
+Tests that calc() can contain angle, time and frequency values.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS getCSSProperty('div1', '-webkit-transition-delay') is "2s"
+PASS getCSSProperty('div2', '-webkit-transition-delay') is "3s"
+PASS getCSSProperty('div3', 'transform') is "matrix(6.12323399573677e-17, 1, -1, 6.12323399573677e-17, 0, 0)"
+PASS getCSSProperty('div5', 'transform') is "matrix(-0.17364817766693, 0.984807753012208, -0.984807753012208, -0.17364817766693, 0, 0)"
+NOTE: since there is no CSS property that uses frequency at the moment we only test the parsing.
+PASS getCSSProperty('div7', 'pitch') is null
+PASS getCSSProperty('div8', 'pitch') is null
+

Powered by Google App Engine
This is Rietveld 408576698