OLD | NEW |
1 # =========================================================================== # | 1 # =========================================================================== # |
2 # Categories of Skipped Tests # | 2 # Categories of Skipped Tests # |
3 # =========================================================================== # | 3 # =========================================================================== # |
4 # | 4 # |
5 # Note:Try to add newly skipped tests to the appropriate category. If you create | 5 # Note:Try to add newly skipped tests to the appropriate category. If you create |
6 # a new category, be sure to list it here. If all else fails you can just | 6 # a new category, be sure to list it here. If all else fails you can just |
7 # add to the 'unsorted' category at the bottom. | 7 # add to the 'unsorted' category at the bottom. |
8 # Where a test is a layout test, rather than plaintext, it can help to run | 8 # Where a test is a layout test, rather than plaintext, it can help to run |
9 # it with '--platform mac --ignore-metrics' and add or create a section | 9 # it with '--platform mac --ignore-metrics' and add or create a section |
10 # in the category to indicate whether it still failed. | 10 # in the category to indicate whether it still failed. |
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 batterystatus | 410 batterystatus |
411 | 411 |
412 # Network Information API is not supported yet. http://webkit.org/b/73528 | 412 # Network Information API is not supported yet. http://webkit.org/b/73528 |
413 networkinformation | 413 networkinformation |
414 | 414 |
415 # EXIF orientation support has not yet been implemented for this platform | 415 # EXIF orientation support has not yet been implemented for this platform |
416 # http://webkit.org/b/19688 | 416 # http://webkit.org/b/19688 |
417 fast/images/exif-orientation.html | 417 fast/images/exif-orientation.html |
418 fast/images/exif-orientation-css.html | 418 fast/images/exif-orientation-css.html |
419 | 419 |
| 420 # No CORS support for media elements is implemented yet. |
| 421 http/tests/security/video-cross-origin-readback.html |
| 422 |
420 # =========================================================================== # | 423 # =========================================================================== # |
421 # Drag and Drop Support in DRT. # | 424 # Drag and Drop Support in DRT. # |
422 # =========================================================================== # | 425 # =========================================================================== # |
423 # Drag n drop support on DRT cannot work at the moment because Qt's drag'n'drop | 426 # Drag n drop support on DRT cannot work at the moment because Qt's drag'n'drop |
424 # relies on an X event getting to the main window. In the absence of being able | 427 # relies on an X event getting to the main window. In the absence of being able |
425 # to receive this event, running windowless, DRT cannot tell what is being dropp
ed and where. | 428 # to receive this event, running windowless, DRT cannot tell what is being dropp
ed and where. |
426 # Bug: https://bugs.webkit.org/show_bug.cgi?id=31332 | 429 # Bug: https://bugs.webkit.org/show_bug.cgi?id=31332 |
427 | 430 |
428 http/tests/misc/bubble-drag-events.html | 431 http/tests/misc/bubble-drag-events.html |
429 http/tests/security/drag-over-remote-content-iframe.html | 432 http/tests/security/drag-over-remote-content-iframe.html |
(...skipping 2179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2609 ietestcenter/css3/flexbox/flexbox-flex-003.htm | 2612 ietestcenter/css3/flexbox/flexbox-flex-003.htm |
2610 ietestcenter/css3/flexbox/flexbox-groups-001.htm | 2613 ietestcenter/css3/flexbox/flexbox-groups-001.htm |
2611 ietestcenter/css3/flexbox/flexbox-groups-002.htm | 2614 ietestcenter/css3/flexbox/flexbox-groups-002.htm |
2612 ietestcenter/css3/flexbox/flexbox-groups-004.htm | 2615 ietestcenter/css3/flexbox/flexbox-groups-004.htm |
2613 ietestcenter/css3/flexbox/flexbox-layout-003.htm | 2616 ietestcenter/css3/flexbox/flexbox-layout-003.htm |
2614 | 2617 |
2615 # REGRESSION(r116134): It made 3 inspector tests fail | 2618 # REGRESSION(r116134): It made 3 inspector tests fail |
2616 inspector/debugger/scripts-panel.html | 2619 inspector/debugger/scripts-panel.html |
2617 inspector/debugger/snippets-model.html | 2620 inspector/debugger/snippets-model.html |
2618 inspector/debugger/source-frame.html | 2621 inspector/debugger/source-frame.html |
OLD | NEW |