diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-transitions/transition-duration-001.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-transitions/transition-duration-001.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-transitions/transition-duration-001.html b/tests/wpt/web-platform-tests/css/css-transitions/transition-duration-001.html index 9b7fe1e0b4d..b5c095f001e 100644 --- a/tests/wpt/web-platform-tests/css/css-transitions/transition-duration-001.html +++ b/tests/wpt/web-platform-tests/css/css-transitions/transition-duration-001.html @@ -14,32 +14,6 @@ <script src="./support/vendorPrefix.js" type="text/javascript"></script> <script src="./support/helper.js" type="text/javascript"></script> - - <script id="metadata_cache">/* - { - "parse '10.2s'": {}, - "parse '1s'": {}, - "parse '0.1s'": {}, - "parse '0.01s'": {}, - "parse '0.001s'": {}, - "parse '0.009s'": {}, - "parse '0s'": {}, - "parse '.0s'": {}, - "parse '0.0s'": {}, - "parse '.3s'": {}, - "parse '-5s'": { "flags": "invalid" }, - "parse '10200ms'": {}, - "parse '1000ms'": {}, - "parse '100ms'": {}, - "parse '10ms'": {}, - "parse '9ms'": {}, - "parse '1ms'": {}, - "parse '0ms'": {}, - "parse '-500ms'": { "flags": "invalid" }, - "parse '1s, 0.1s, 10ms'": {}, - "parse 'foobar'": { "flags": "invalid" } - } - */</script> </head> <body> <!-- required by testharnessreport.js --> |