OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. | 2 # Copyright (C) 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions | 5 # modification, are permitted provided that the following conditions |
6 # are met: | 6 # are met: |
7 # | 7 # |
8 # 1. Redistributions of source code must retain the above copyright | 8 # 1. Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # 2. Redistributions in binary form must reproduce the above copyright | 10 # 2. Redistributions in binary form must reproduce the above copyright |
(...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1335 loader/navigation-while-deferring-loads.html | 1335 loader/navigation-while-deferring-loads.html |
1336 | 1336 |
1337 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) | 1337 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) |
1338 http/tests/security/isolatedWorld/cross-origin-xhr.html | 1338 http/tests/security/isolatedWorld/cross-origin-xhr.html |
1339 | 1339 |
1340 # WebGL is not yet enabled | 1340 # WebGL is not yet enabled |
1341 http/tests/security/webgl-remote-read-remote-image-allowed.html | 1341 http/tests/security/webgl-remote-read-remote-image-allowed.html |
1342 http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html | 1342 http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html |
1343 http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html | 1343 http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html |
1344 | 1344 |
| 1345 # Tests that require ENABLE(DOWNLOAD_ATTRIBUTE). |
| 1346 fast/dom/HTMLAnchorElement/anchor-nodownload.html |
| 1347 fast/dom/HTMLAnchorElement/anchor-download.html |
| 1348 fast/dom/HTMLAnchorElement/anchor-nodownload-set.html |
| 1349 fast/dom/HTMLAnchorElement/anchor-download-unset.html |
| 1350 |
1345 # New flexbox is not yet enabled. http://webkit.org/b/62048 | 1351 # New flexbox is not yet enabled. http://webkit.org/b/62048 |
1346 css3/flexbox | 1352 css3/flexbox |
1347 | 1353 |
1348 # CSS Regions support not yet enabled. http://webkit.org/b/57312 | 1354 # CSS Regions support not yet enabled. http://webkit.org/b/57312 |
1349 fast/regions | 1355 fast/regions |
1350 | 1356 |
1351 # CSS Exclusions support not yet enabled. http://webkit.org/b/57311 | 1357 # CSS Exclusions support not yet enabled. http://webkit.org/b/57311 |
1352 fast/exclusions | 1358 fast/exclusions |
1353 | 1359 |
1354 # Causes a SyntaxError (http://webkit.org/b/62595). | 1360 # Causes a SyntaxError (http://webkit.org/b/62595). |
1355 fast/workers/worker-crash-with-invalid-location.html | 1361 fast/workers/worker-crash-with-invalid-location.html |
1356 | 1362 |
1357 # Need to implement getFormValue(). | 1363 # Need to implement getFormValue(). |
1358 plugins/form-value.html | 1364 plugins/form-value.html |
1359 | 1365 |
1360 # Needs generated results | 1366 # Needs generated results |
1361 css3/selectors3 | 1367 css3/selectors3 |
OLD | NEW |