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 2453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2464 BUG10529 LINUX : LayoutTests/editing/inserting/6703873.html = FAIL | 2464 BUG10529 LINUX : LayoutTests/editing/inserting/6703873.html = FAIL |
2465 BUG10529 MAC RELEASE : LayoutTests/editing/inserting/6703873.html = FAIL | 2465 BUG10529 MAC RELEASE : LayoutTests/editing/inserting/6703873.html = FAIL |
2466 | 2466 |
2467 // This test was changed upstream in http://trac.webkit.org/changeset/42447 | 2467 // This test was changed upstream in http://trac.webkit.org/changeset/42447 |
2468 // to include window.showModalDialog, which we give as undefined. | 2468 // to include window.showModalDialog, which we give as undefined. |
2469 BUG10530 : LayoutTests/fast/dom/Window/window-function-frame-getter-precedence.h
tml = FAIL | 2469 BUG10530 : LayoutTests/fast/dom/Window/window-function-frame-getter-precedence.h
tml = FAIL |
2470 | 2470 |
2471 // New test from merge 42523:42547. Needs rebaseline. | 2471 // New test from merge 42523:42547. Needs rebaseline. |
2472 BUG_TONY LINUX MAC : LayoutTests/fast/runin/generated.html = FAIL | 2472 BUG_TONY LINUX MAC : LayoutTests/fast/runin/generated.html = FAIL |
2473 | 2473 |
| 2474 // Regressions from merge 42523:42547. |
| 2475 BUG_TONY : LayoutTests/editing/execCommand/insertImage.html = FAIL |
| 2476 BUG_TONY : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-in-ifram
e.html = FAIL |
| 2477 BUG_TONY : LayoutTests/editing/selection/select-missing-image.html = FAIL |
| 2478 BUG_TONY : LayoutTests/fast/block/basic/014.html = FAIL |
| 2479 BUG_TONY : LayoutTests/fast/block/float/002.html = FAIL |
| 2480 BUG_TONY : LayoutTests/fast/block/float/015.html = FAIL |
| 2481 BUG_TONY : LayoutTests/fast/block/float/017.html = FAIL |
| 2482 BUG_TONY : LayoutTests/fast/block/float/018.html = FAIL |
| 2483 BUG_TONY : LayoutTests/fast/block/float/019.html = FAIL |
| 2484 BUG_TONY : LayoutTests/fast/block/float/032.html = FAIL |
| 2485 BUG_TONY : LayoutTests/fast/block/float/034.html = FAIL |
| 2486 BUG_TONY : LayoutTests/fast/block/float/035.html = FAIL |
| 2487 BUG_TONY : LayoutTests/fast/block/float/float-in-float-hit-testing.html = FAIL |
| 2488 BUG_TONY : LayoutTests/fast/block/float/float-in-float-painting.html = FAIL |
| 2489 BUG_TONY : LayoutTests/fast/block/float/tableshifting.html = FAIL |
| 2490 BUG_TONY : LayoutTests/fast/block/margin-collapse/100.html = FAIL |
| 2491 BUG_TONY : LayoutTests/fast/block/margin-collapse/101.html = FAIL |
| 2492 BUG_TONY : LayoutTests/fast/block/margin-collapse/102.html = FAIL |
| 2493 BUG_TONY : LayoutTests/fast/block/margin-collapse/negative-margins.html = FAIL |
| 2494 BUG_TONY : LayoutTests/fast/block/positioning/058.html = FAIL |
| 2495 BUG_TONY : LayoutTests/fast/block/positioning/061.html = FAIL |
| 2496 BUG_TONY : LayoutTests/fast/dom/HTMLImageElement/image-alt-text.html = FAIL |
| 2497 BUG_TONY : LayoutTests/fast/dom/HTMLInputElement/input-image-alt-text.html = FAI
L |
| 2498 BUG_TONY : LayoutTests/fast/dom/inner-text.html = FAIL |
| 2499 BUG_TONY : LayoutTests/fast/encoding/utf-16-big-endian.html = FAIL |
| 2500 BUG_TONY : LayoutTests/fast/encoding/utf-16-little-endian.html = FAIL |
| 2501 BUG_TONY : LayoutTests/fast/flexbox/023.html = FAIL |
| 2502 BUG_TONY : LayoutTests/fast/flexbox/024.html = FAIL |
| 2503 BUG_TONY WIN LINUX : LayoutTests/fast/forms/002.html = FAIL |
| 2504 BUG_TONY : LayoutTests/fast/forms/005.html = FAIL |
| 2505 BUG_TONY WIN LINUX : LayoutTests/fast/forms/input-value.html = FAIL |
| 2506 BUG_TONY : LayoutTests/fast/images/image-in-map.html = FAIL |
| 2507 BUG_TONY : LayoutTests/fast/images/imagemap-case.html = FAIL |
| 2508 BUG_TONY : LayoutTests/fast/inline-block/inline-block-vertical-align.html = FAIL |
| 2509 BUG_TONY : LayoutTests/fast/inline/001.html = FAIL |
| 2510 BUG_TONY : LayoutTests/fast/inline/styledEmptyInlinesWithBRs.html = FAIL |
| 2511 BUG_TONY : LayoutTests/fast/invalid/012.html = FAIL |
| 2512 BUG_TONY : LayoutTests/fast/invalid/016.html = FAIL |
| 2513 BUG_TONY : LayoutTests/fast/loader/start-load-in-unload.html = FAIL |
| 2514 BUG_TONY WIN MAC : LayoutTests/fast/overflow/hit-test-overflow-controls.html = F
AIL |
| 2515 BUG_TONY WIN LINUX : LayoutTests/fast/overflow/infiniteRecursion.html = FAIL |
| 2516 BUG_TONY : LayoutTests/fast/parser/comment-in-script.html = FAIL |
| 2517 BUG_TONY : LayoutTests/fast/repaint/list-marker-2.html = FAIL |
| 2518 BUG_TONY : LayoutTests/fast/replaced/005.html = FAIL |
| 2519 BUG_TONY : LayoutTests/fast/replaced/006.html = FAIL |
| 2520 BUG_TONY : LayoutTests/fast/replaced/008.html = FAIL |
| 2521 BUG_TONY : LayoutTests/fast/replaced/absolute-position-percentage-height.html =
FAIL |
| 2522 BUG_TONY WIN LINUX : LayoutTests/fast/replaced/replaced-breaking-mixture.html =
FAIL |
| 2523 BUG_TONY WIN LINUX : LayoutTests/fast/replaced/replaced-breaking.html = FAIL |
| 2524 BUG_TONY : LayoutTests/fast/replaced/selection-rect-in-table-cell.html = FAIL |
| 2525 BUG_TONY : LayoutTests/fast/replaced/selection-rect-transform.html = FAIL |
| 2526 BUG_TONY : LayoutTests/fast/replaced/selection-rect.html = FAIL |
| 2527 BUG_TONY : LayoutTests/fast/table/008.html = FAIL |
| 2528 BUG_TONY : LayoutTests/fast/table/009.html = FAIL |
| 2529 BUG_TONY : LayoutTests/fast/table/014.html = FAIL |
| 2530 BUG_TONY : LayoutTests/fast/table/024.html = FAIL |
| 2531 BUG_TONY : LayoutTests/fast/table/025.html = FAIL |
| 2532 BUG_TONY : LayoutTests/fast/table/027.html = FAIL |
| 2533 BUG_TONY : LayoutTests/fast/table/028.html = FAIL |
| 2534 BUG_TONY : LayoutTests/fast/table/growCellForImageQuirk.html = FAIL |
| 2535 BUG_TONY : LayoutTests/fast/table/height-percent-test.html = FAIL |
| 2536 BUG_TONY : LayoutTests/fast/table/replaced-percent-height.html = FAIL |
| 2537 BUG_TONY : LayoutTests/fast/table/unbreakable-images-quirk.html = FAIL |
| 2538 BUG_TONY : LayoutTests/fast/table/wide-colspan.html = FAIL |
| 2539 BUG_TONY : LayoutTests/fast/table/wide-column.html = FAIL |
| 2540 BUG_TONY : LayoutTests/fast/text/whitespace/normal-after-nowrap-breaking.html =
FAIL |
| 2541 BUG_TONY : LayoutTests/tables/mozilla/bugs/bug11026.html = FAIL |
| 2542 BUG_TONY : LayoutTests/tables/mozilla/bugs/bug12268.html = FAIL |
| 2543 BUG_TONY : LayoutTests/tables/mozilla/bugs/bug17587.html = FAIL |
| 2544 BUG_TONY : LayoutTests/tables/mozilla/bugs/bug215629.html = FAIL |
| 2545 BUG_TONY : LayoutTests/tables/mozilla/bugs/bug2962.html = FAIL |
| 2546 BUG_TONY : LayoutTests/tables/mozilla/bugs/bug2997.html = FAIL |
| 2547 BUG_TONY : LayoutTests/tables/mozilla/bugs/bug3977.html = FAIL |
| 2548 BUG_TONY WIN LINUX : LayoutTests/tables/mozilla/bugs/bug4527.html = FAIL |
| 2549 BUG_TONY : LayoutTests/tables/mozilla/bugs/bug4576.html = FAIL |
| 2550 BUG_TONY : LayoutTests/tables/mozilla/bugs/bug5538.html = FAIL |
| 2551 BUG_TONY : LayoutTests/tables/mozilla/bugs/bug56201.html = FAIL |
| 2552 BUG_TONY : LayoutTests/tables/mozilla/bugs/bug57828.html = FAIL |
| 2553 BUG_TONY : LayoutTests/tables/mozilla/bugs/bug9123-1.html = FAIL |
| 2554 BUG_TONY : LayoutTests/tables/mozilla/collapsing_borders/bug41262-3.html = FAIL |
| 2555 BUG_TONY : LayoutTests/tables/mozilla_expected_failures/bugs/bug23847.html = FAI
L |
| 2556 BUG_TONY : LayoutTests/tables/mozilla_expected_failures/bugs/bug32205-4.html = F
AIL |
| 2557 BUG_TONY : LayoutTests/tables/mozilla_expected_failures/bugs/bug45621.html = FAI
L |
| 2558 |
2474 // TODO(brettw) Regressions from merge 42244:42287 | 2559 // TODO(brettw) Regressions from merge 42244:42287 |
2475 BUG10571 WIN : LayoutTests/http/tests/navigation/anchor-basic.html = FAIL | 2560 BUG10571 WIN : LayoutTests/http/tests/navigation/anchor-basic.html = FAIL |
2476 BUG10571 WIN : LayoutTests/http/tests/navigation/anchor-frames.html = FAIL | 2561 BUG10571 WIN : LayoutTests/http/tests/navigation/anchor-frames.html = FAIL |
OLD | NEW |