diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-transitions/transition-timing-function-001.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-transitions/transition-timing-function-001.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-transitions/transition-timing-function-001.html b/tests/wpt/web-platform-tests/css/css-transitions/transition-timing-function-001.html index c51ac05c711..68669c7d126 100644 --- a/tests/wpt/web-platform-tests/css/css-transitions/transition-timing-function-001.html +++ b/tests/wpt/web-platform-tests/css/css-transitions/transition-timing-function-001.html @@ -13,31 +13,6 @@ <script src="./support/vendorPrefix.js" type="text/javascript"></script> <script src="./support/helper.js" type="text/javascript"></script> - - <script id="metadata_cache">/* - { - "parse 'ease'": {}, - "parse 'linear'": {}, - "parse 'ease-in'": {}, - "parse 'ease-out'": {}, - "parse 'ease-in-out'": {}, - "parse 'step-start'": {}, - "parse 'step-end'": {}, - "parse 'cubic-bezier(0.1, 0.2, 0.3, 0.4)'": {}, - "parse 'cubic-bezier(0.1, -0.2, 0.3, -0.4)'": {}, - "parse 'cubic-bezier(0.1, 1.2, 0.3, 1.4)'": {}, - "parse 'steps(3, start)'": {}, - "parse 'steps(3, end)'": {}, - "parse 'steps(3)'": {}, - "parse 'cubic-bezier(foobar)'": { "flags": "invalid" }, - "parse 'steps(foobar)'": { "flags": "invalid" }, - "parse 'steps(3.3, end)'": { "flags": "invalid" }, - "parse 'steps(3, top)'": { "flags": "invalid" }, - "parse 'steps(-3, top)'": { "flags": "invalid" }, - "parse 'cubic-bezier(-0.1, -0.2, -0.3, -0.4)'": { "flags": "invalid" }, - "parse 'cubic-bezier(1.1, 1.2, 1.3, 1.4)'": { "flags": "invalid" } - } - */</script> </head> <body> <!-- required by testharnessreport.js --> |