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 2493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2504 // New tests from WebKit Merge 42609:42671 | 2504 // New tests from WebKit Merge 42609:42671 |
2505 DEFER BUG4363 : LayoutTests/fast/layers/video-layer.html = FAIL | 2505 DEFER BUG4363 : LayoutTests/fast/layers/video-layer.html = FAIL |
2506 BUG10760 LINUX : LayoutTests/fast/forms/input-text-scroll-left-on-blur.html = FA
IL | 2506 BUG10760 LINUX : LayoutTests/fast/forms/input-text-scroll-left-on-blur.html = FA
IL |
2507 BUG10760 LINUX MAC : LayoutTests/fast/inline/25277-2.html = FAIL | 2507 BUG10760 LINUX MAC : LayoutTests/fast/inline/25277-2.html = FAIL |
2508 BUG10760 LINUX MAC : LayoutTests/fast/inline/25277.html = FAIL | 2508 BUG10760 LINUX MAC : LayoutTests/fast/inline/25277.html = FAIL |
2509 BUG10760 MAC : LayoutTests/svg/custom/marker-overflow-clip.svg = FAIL | 2509 BUG10760 MAC : LayoutTests/svg/custom/marker-overflow-clip.svg = FAIL |
2510 BUG10760 LINUX : LayoutTests/svg/custom/focus-ring.svg = FAIL | 2510 BUG10760 LINUX : LayoutTests/svg/custom/focus-ring.svg = FAIL |
2511 BUG10760 MAC LINUX : LayoutTests/svg/custom/marker-child-changes.svg = PASS FAIL | 2511 BUG10760 MAC LINUX : LayoutTests/svg/custom/marker-child-changes.svg = PASS FAIL |
2512 BUG10760 MAC LINUX : LayoutTests/svg/custom/marker-viewBox-changes.svg = PASS FA
IL | 2512 BUG10760 MAC LINUX : LayoutTests/svg/custom/marker-viewBox-changes.svg = PASS FA
IL |
2513 BUG10760 MAC : LayoutTests/svg/custom/marker-changes.svg = PASS FAIL | 2513 BUG10760 MAC : LayoutTests/svg/custom/marker-changes.svg = PASS FAIL |
2514 BUG10760 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = PASS FAIL | 2514 BUG10760 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = PASS FAIL |
| 2515 |
| 2516 // Need rebaselining for Mac and Linux, from WebKit Merge 42671:42725 |
| 2517 BUG10859 LINUX MAC : LayoutTests/editing/inserting/insert-3907422-fix.html = FAI
L |
| 2518 BUG10859 LINUX MAC : LayoutTests/editing/pasteboard/paste-text-015.html = FAIL |
| 2519 BUG10859 LINUX MAC : LayoutTests/editing/style/font-family-with-space.html = FAI
L |
| 2520 BUG10859 LINUX MAC : LayoutTests/editing/selection/select-all-iframe.html = FAIL |
| 2521 BUG10859 LINUX MAC : LayoutTests/svg/custom/pointer-events-path.svg = FAIL |
| 2522 BUG10859 LINUX MAC : LayoutTests/fast/dom/HTMLSelectElement/named-options.html =
FAIL |
| 2523 |
| 2524 // New tests from WebKit Merge 42671:42725 |
| 2525 BUG1 WIN LINUX MAC : LayoutTests/fast/dom/xmlhttprequest-constructor-in-detache
d-document.html = CRASH |
| 2526 |
| 2527 // New failures from WebKit Merge 42671:42725 |
| 2528 // Several of these failures are due to the onload firing twice. |
| 2529 BUG10861 : LayoutTests/fast/events/onload-fires-twice.html = FAIL |
| 2530 BUG10861 : LayoutTests/fast/events/onclick-list-marker.html = FAIL |
| 2531 BUG10861 : LayoutTests/fast/js/bitwise-and-on-undefined.html = FAIL |
| 2532 BUG10861 : LayoutTests/fast/table/form-in-table-before-misnested-text-crash-css.
html = FAIL |
| 2533 BUG10861 : LayoutTests/fast/table/form-in-tbody-before-misnested-text-crash-css.
html = FAIL |
| 2534 BUG10861 WIN : LayoutTests/security/block-test.html = FAIL |
| 2535 BUG10861 : chrome/fast/forms/lazy-event-listener-scope-chain.html = FAIL |
| 2536 BUG10861 : LayoutTests/fast/events/no-blur-on-page-leave.html = TIMEOUT |
| 2537 BUG10861 WIN MAC : LayoutTests/http/tests/plugins/post-url-file.html = TIMEOUT |
OLD | NEW |