OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2010 Apple Inc. All rights reserved. | 2 # Copyright (C) 2010 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 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1101 fast/dom/shadow/multiple-shadowroot-adopt.html | 1101 fast/dom/shadow/multiple-shadowroot-adopt.html |
1102 fast/dom/shadow/get-element-by-id-in-shadow-root.html | 1102 fast/dom/shadow/get-element-by-id-in-shadow-root.html |
1103 | 1103 |
1104 # WTR needs an implementation for eventSender.continuousMouseScrollBy | 1104 # WTR needs an implementation for eventSender.continuousMouseScrollBy |
1105 # https://bugs.webkit.org/show_bug.cgi?id=69417 | 1105 # https://bugs.webkit.org/show_bug.cgi?id=69417 |
1106 fast/events/wheelevent-direction-inverted-from-device.html | 1106 fast/events/wheelevent-direction-inverted-from-device.html |
1107 | 1107 |
1108 # eventSender.clearKillRing() is unimplemented | 1108 # eventSender.clearKillRing() is unimplemented |
1109 editing/pasteboard/emacs-cntl-y-001.html | 1109 editing/pasteboard/emacs-cntl-y-001.html |
1110 | 1110 |
| 1111 # This should only be a layer change. |
| 1112 # http://webkit.org/b/82129 |
| 1113 fast/box-shadow/shadow-buffer-partial.html |
| 1114 fast/block/lineboxcontain/block-font.html |
| 1115 fast/block/lineboxcontain/block-glyphs.html |
| 1116 fast/block/lineboxcontain/font.html |
| 1117 |
1111 ### END OF (2) Classified failures without bug reports (yet) | 1118 ### END OF (2) Classified failures without bug reports (yet) |
1112 ######################################## | 1119 ######################################## |
1113 | 1120 |
1114 | 1121 |
1115 ######################################## | 1122 ######################################## |
1116 ### START OF (3) Unclassified failures | 1123 ### START OF (3) Unclassified failures |
1117 | 1124 |
1118 # Uncategorized editing failures | 1125 # Uncategorized editing failures |
1119 editing/execCommand/find-after-replace.html | 1126 editing/execCommand/find-after-replace.html |
1120 editing/inserting/break-blockquote-after-delete.html | 1127 editing/inserting/break-blockquote-after-delete.html |
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1447 ######################################## | 1454 ######################################## |
1448 | 1455 |
1449 | 1456 |
1450 ###### This file has four sections. When adding new tests, make sure to | 1457 ###### This file has four sections. When adding new tests, make sure to |
1451 ###### add to the right section: | 1458 ###### add to the right section: |
1452 | 1459 |
1453 ### (1) Classified failures with bug reports | 1460 ### (1) Classified failures with bug reports |
1454 ### (2) Classified failures without bug reports (yet) | 1461 ### (2) Classified failures without bug reports (yet) |
1455 ### (3) Unclassified failures | 1462 ### (3) Unclassified failures |
1456 ### (4) Features that are not supported in WebKit2 and likely never will be | 1463 ### (4) Features that are not supported in WebKit2 and likely never will be |
OLD | NEW |