| OLD | NEW |
| 1 # -------------------------------------------------------------------- | 1 # -------------------------------------------------------------------- |
| 2 # Tests which depend on features which have not been implemented yet | 2 # Tests which depend on features which have not been implemented yet |
| 3 # -------------------------------------------------------------------- | 3 # -------------------------------------------------------------------- |
| 4 | 4 |
| 5 # Needs API to receive notifications about changed icons | 5 # Needs API to receive notifications about changed icons |
| 6 # https://bugs.webkit.org/show_bug.cgi?id=33812 | 6 # https://bugs.webkit.org/show_bug.cgi?id=33812 |
| 7 fast/dom/icon-url-property.html | 7 fast/dom/icon-url-property.html |
| 8 | 8 |
| 9 # EFL's EventSender does not implement dumpFilenameBeingDragged | 9 # EFL's EventSender does not implement dumpFilenameBeingDragged |
| 10 fast/events/drag-image-filename.html | 10 fast/events/drag-image-filename.html |
| (...skipping 2682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2693 fast/css/color-correction-on-backgrounds.html | 2693 fast/css/color-correction-on-backgrounds.html |
| 2694 fast/css/color-correction-on-box-shadow.html | 2694 fast/css/color-correction-on-box-shadow.html |
| 2695 fast/css/color-correction-on-text-shadow.html | 2695 fast/css/color-correction-on-text-shadow.html |
| 2696 fast/css/color-correction-untagged-images.html | 2696 fast/css/color-correction-untagged-images.html |
| 2697 | 2697 |
| 2698 # The inner <input> should now grow to take the full cell's height. | 2698 # The inner <input> should now grow to take the full cell's height. |
| 2699 fast/table/colspanMinWidth-vertical.html | 2699 fast/table/colspanMinWidth-vertical.html |
| 2700 | 2700 |
| 2701 # Transparent image being produced | 2701 # Transparent image being produced |
| 2702 fast/frames/transparent-scrollbar.html | 2702 fast/frames/transparent-scrollbar.html |
| 2703 |
| 2704 # This should only be a layer change. |
| 2705 # http://webkit.org/b/82129 |
| 2706 fast/box-shadow/shadow-buffer-partial.html |
| 2707 fast/block/lineboxcontain/block-font.html |
| 2708 fast/block/lineboxcontain/block-glyphs.html |
| 2709 fast/block/lineboxcontain/font.html |
| OLD | NEW |