OLD | NEW |
1 // This file consists of lines with specifications of what | 1 // This file consists of lines with specifications of what |
2 // to expect from layout test cases. The test cases can be directories | 2 // to expect from layout test cases. The test cases can be directories |
3 // in which case the expectations apply to all test cases in that | 3 // in which case the expectations apply to all test cases in that |
4 // directory and any subdirectory. The format of the file is along the | 4 // directory and any subdirectory. The format of the file is along the |
5 // lines of: | 5 // lines of: |
6 // | 6 // |
7 // LayoutTests/fast/js/fixme.js = FAIL | 7 // LayoutTests/fast/js/fixme.js = FAIL |
8 // LayoutTests/fast/js/flaky.js = FAIL PASS | 8 // LayoutTests/fast/js/flaky.js = FAIL PASS |
9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS | 9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS |
10 // | 10 // |
(...skipping 1229 matching lines...) Loading... |
1240 BUG10322 : LayoutTests/accessibility/table-with-aria-role.html = FAIL | 1240 BUG10322 : LayoutTests/accessibility/table-with-aria-role.html = FAIL |
1241 BUG10322 : LayoutTests/accessibility/table-with-rules.html = FAIL | 1241 BUG10322 : LayoutTests/accessibility/table-with-rules.html = FAIL |
1242 BUG10322 : LayoutTests/accessibility/textarea-insertion-point-line-number.html =
FAIL | 1242 BUG10322 : LayoutTests/accessibility/textarea-insertion-point-line-number.html =
FAIL |
1243 BUG10322 : LayoutTests/accessibility/textarea-line-for-index.html = FAIL | 1243 BUG10322 : LayoutTests/accessibility/textarea-line-for-index.html = FAIL |
1244 BUG10322 : LayoutTests/accessibility/textarea-selected-text-range.html = FAIL | 1244 BUG10322 : LayoutTests/accessibility/textarea-selected-text-range.html = FAIL |
1245 BUG10322 : LayoutTests/accessibility/th-as-title-ui.html = FAIL | 1245 BUG10322 : LayoutTests/accessibility/th-as-title-ui.html = FAIL |
1246 BUG10322 : LayoutTests/accessibility/transformed-element.html = FAIL | 1246 BUG10322 : LayoutTests/accessibility/transformed-element.html = FAIL |
1247 BUG10322 : LayoutTests/accessibility/visible-elements.html = FAIL | 1247 BUG10322 : LayoutTests/accessibility/visible-elements.html = FAIL |
1248 BUG10322 : LayoutTests/accessibility/input-slider.html = FAIL | 1248 BUG10322 : LayoutTests/accessibility/input-slider.html = FAIL |
1249 BUG10322 : LayoutTests/platform/mac/accessibility = FAIL | 1249 BUG10322 : LayoutTests/platform/mac/accessibility = FAIL |
| 1250 BUG10322 : LayoutTests/platform/mac/accessibility/aria-radiobutton-text.html = P
ASS |
| 1251 BUG10322 : LayoutTests/platform/mac/accessibility/aria-radiogroup.html = PASS |
| 1252 BUG10322 : LayoutTests/platform/mac/accessibility/aria-range.html = PASS |
| 1253 BUG10322 : LayoutTests/platform/mac/accessibility/aria-slider.html = PASS |
| 1254 BUG10322 : LayoutTests/platform/mac/accessibility/aria-spinbutton.html = PASS |
| 1255 BUG10322 : LayoutTests/platform/mac/accessibility/aria-toolbar.html = PASS |
| 1256 BUG10322 : LayoutTests/platform/mac/accessibility/table-updating.html = PASS |
1250 BUG10322 : LayoutTests/platform/win/accessibility = FAIL | 1257 BUG10322 : LayoutTests/platform/win/accessibility = FAIL |
1251 // Introduced in http://trac.webkit.org/changeset/48368 | 1258 // Introduced in http://trac.webkit.org/changeset/48368 |
1252 BUG10322 SKIP : LayoutTests/platform/win/accessibility/scroll-to-anchor.html = F
AIL | 1259 BUG10322 SKIP : LayoutTests/platform/win/accessibility/scroll-to-anchor.html = F
AIL |
1253 | 1260 |
1254 // Border radius not anti-aliased. | 1261 // Border radius not anti-aliased. |
1255 // New test. We should fix it, but it doesn't need to block the current release | 1262 // New test. We should fix it, but it doesn't need to block the current release |
1256 BUG10322 WIN : LayoutTests/fast/borders/fieldsetBorderRadius.html = FAIL | 1263 BUG10322 WIN : LayoutTests/fast/borders/fieldsetBorderRadius.html = FAIL |
1257 | 1264 |
1258 // This test isn't hanging, it just takes 12-13 seconds to run. | 1265 // This test isn't hanging, it just takes 12-13 seconds to run. |
1259 BUG10322 SLOW : LayoutTests/http/tests/misc/acid3.html = FAIL | 1266 BUG10322 SLOW : LayoutTests/http/tests/misc/acid3.html = FAIL |
(...skipping 1899 matching lines...) Loading... |
3159 BUG_JAPHET : LayoutTests/fast/js/string-trim.html = FAIL | 3166 BUG_JAPHET : LayoutTests/fast/js/string-trim.html = FAIL |
3160 | 3167 |
3161 // WebKit roll 49473:49502 | 3168 // WebKit roll 49473:49502 |
3162 BUG24756 : LayoutTests/fast/websockets/websocket-event-target.html = FAIL | 3169 BUG24756 : LayoutTests/fast/websockets/websocket-event-target.html = FAIL |
3163 BUG24757 : LayoutTests/fast/dom/beforeload/frame-before-load.html = FAIL | 3170 BUG24757 : LayoutTests/fast/dom/beforeload/frame-before-load.html = FAIL |
3164 // See also bug 23475: | 3171 // See also bug 23475: |
3165 BUG24775 : LayoutTests/svg/custom/missing-xlink.svg = FAIL PASS | 3172 BUG24775 : LayoutTests/svg/custom/missing-xlink.svg = FAIL PASS |
3166 | 3173 |
3167 // WebKit roll 28932:28964 | 3174 // WebKit roll 28932:28964 |
3168 BUG_DIMICH : LayoutTests/fast/events/add-event-without-document.html = TIMEOUT | 3175 BUG_DIMICH : LayoutTests/fast/events/add-event-without-document.html = TIMEOUT |
OLD | NEW |