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 482 matching lines...) Loading... |
493 // ----------------------------------------------------------------- | 493 // ----------------------------------------------------------------- |
494 // Tests deferred until we provide support for a particular feature. | 494 // Tests deferred until we provide support for a particular feature. |
495 // ----------------------------------------------------------------- | 495 // ----------------------------------------------------------------- |
496 | 496 |
497 // These tests rely on the keygen tag, we need to implement | 497 // These tests rely on the keygen tag, we need to implement |
498 // WebCore::signedPublicKeyAndChallengeString to support them. | 498 // WebCore::signedPublicKeyAndChallengeString to support them. |
499 BUG20566 : LayoutTests/fast/html/keygen.html = FAIL | 499 BUG20566 : LayoutTests/fast/html/keygen.html = FAIL |
500 BUG20566 : LayoutTests/fast/invalid/residual-style.html = FAIL | 500 BUG20566 : LayoutTests/fast/invalid/residual-style.html = FAIL |
501 | 501 |
502 // ----------------------------------------------------------------- | 502 // ----------------------------------------------------------------- |
| 503 // Tests requiring features not currently in test_shell. |
| 504 // ----------------------------------------------------------------- |
| 505 |
| 506 // requires support for layoutTestController.encodeHostName() |
| 507 BUG21814 : LayoutTests/fast/encoding/idn-security.html = FAIL |
| 508 |
| 509 // These layout tests to see if link colors change after visiting a page. They |
| 510 // does this by using layoutTestController.keepWebHistory() to turn on a |
| 511 // temporary web history. layoutTestController.keepWebHistory() is not |
| 512 // implemented in test shell. |
| 513 // This is a test tool problem, not a Chrome problem. |
| 514 BUG21888 : LayoutTests/fast/history/clicked-link-is-visited.html = FAIL |
| 515 BUG21888 : LayoutTests/fast/history/subframe-is-visited.html = FAIL |
| 516 |
| 517 // Need to implement LayoutTestController.setCacheModel |
| 518 BUG13920 : LayoutTests/fast/dom/HTMLScriptElement/nested-execution.html = FAIL |
| 519 |
| 520 // Implement layoutTestController.testRepaint() |
| 521 BUG21510 WIN LINUX : LayoutTests/fast/repaint/shadow-multiple-horizontal.html =
FAIL |
| 522 BUG21510 WIN LINUX : LayoutTests/fast/repaint/shadow-multiple-strict-horizontal.
html = FAIL |
| 523 BUG21510 WIN LINUX : LayoutTests/fast/repaint/shadow-multiple-strict-vertical.ht
ml = FAIL |
| 524 BUG21510 WIN LINUX : LayoutTests/fast/repaint/shadow-multiple-vertical.html = FA
IL |
| 525 BUG21510 WIN LINUX : LayoutTests/fast/repaint/text-shadow-horizontal.html = FAIL |
| 526 BUG21510 WIN LINUX : LayoutTests/fast/repaint/text-shadow.html = FAIL |
| 527 |
| 528 // Implement layoutTestController.display() |
| 529 BUG8630 WIN LINUX : LayoutTests/fast/repaint/body-background-image.html = FAIL |
| 530 BUG8630 WIN LINUX : LayoutTests/fast/repaint/clip-with-layout-delta.html = FAIL |
| 531 BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-flow-with-floats-1.html = FAIL |
| 532 BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-flow-with-floats-2.html = FAIL |
| 533 BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-flow-with-floats-6.html = FAIL |
| 534 BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-flow-with-floats-8.html = FAIL |
| 535 BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-flow-with-floats-9.html = FAIL |
| 536 BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-overflow.html = FAIL |
| 537 BUG8630 WIN LINUX : LayoutTests/fast/repaint/make-children-non-inline.html = FAI
L |
| 538 BUG8630 WIN LINUX : LayoutTests/fast/repaint/overflow-outline-repaint.html = FAI
L |
| 539 BUG8630 WIN LINUX : LayoutTests/fast/repaint/selected-replaced.html = FAIL |
| 540 BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint-2.html =
FAIL |
| 541 BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint.html = FA
IL |
| 542 BUG8630 WIN LINUX : LayoutTests/fast/backgrounds/solid-color-context-restore.htm
l = FAIL |
| 543 BUG8630 WIN LINUX : LayoutTests/fast/dynamic/containing-block-change.html = FAIL |
| 544 BUG8630 WIN LINUX : LayoutTests/fast/forms/hidden-listbox.html = FAIL |
| 545 BUG8630 WIN LINUX : LayoutTests/fast/forms/listbox-clip.html = FAIL |
| 546 BUG8630 WIN LINUX : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAI
L |
| 547 BUG8630 WIN LINUX : LayoutTests/fast/reflections/inline-crash.html = FAIL |
| 548 BUG8630 WIN LINUX : LayoutTests/fast/text/font-initial.html = FAIL |
| 549 BUG8630 WIN LINUX : pending/fast/repaint/bugzilla-6473.html = FAIL |
| 550 BUG8630 LINUX : LayoutTests/svg/custom/use-detach.svg = FAIL PASS |
| 551 BUG18772 LINUX : LayoutTests/fast/backgrounds/001.html = CRASH FAIL PASS |
| 552 |
| 553 // Need to implement layoutTestController.addUserScript. |
| 554 BUG21113 : LayoutTests/userscripts/script-run-at-end.html = FAIL |
| 555 |
| 556 // Need a setAuthorAndUserStylesEnabled method in |
| 557 // layoutTestController. Now we have preference to enable/disable user |
| 558 // styles(not work now), we still need to add a preference to enable/disable |
| 559 // styles of both author and user. |
| 560 // Deferring, we don't support user-controlled UA stylesheets (in beta) |
| 561 // Actually, gonna SKIP because it causes an additional error message in: |
| 562 // LayoutTests/fast/css/display-none-inline-style-change-crash.html somehow |
| 563 // the message is dumped after the #EOF, which causes an additional |
| 564 // error in the header of the following test. |
| 565 BUG973468 SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL |
| 566 |
| 567 // Need to implement clearAllDatabases in layoutTestController. |
| 568 BUG20995 SKIP : LayoutTests/storage/statement-error-callback.html = FAIL |
| 569 |
| 570 // ----------------------------------------------------------------- |
503 // Other | 571 // Other |
504 // ----------------------------------------------------------------- | 572 // ----------------------------------------------------------------- |
505 | 573 |
506 // Vertical scrollbar created when there is no overflow. | 574 // Vertical scrollbar created when there is no overflow. |
507 // See also https://bugs.webkit.org/show_bug.cgi?id=24434 . | 575 // See also https://bugs.webkit.org/show_bug.cgi?id=24434 . |
508 BUG20826 LINUX WIN : LayoutTests/fast/forms/textarea-scrollbar-height.html = FAI
L | 576 BUG20826 LINUX WIN : LayoutTests/fast/forms/textarea-scrollbar-height.html = FAI
L |
509 | 577 |
510 // Pixeltest failure: Form control metrics incorrect | 578 // Pixeltest failure: Form control metrics incorrect |
511 BUG10273 LINUX : LayoutTests/http/tests/navigation/javascriptlink-frames.html =
FAIL PASS | 579 BUG10273 LINUX : LayoutTests/http/tests/navigation/javascriptlink-frames.html =
FAIL PASS |
512 | 580 |
513 // Mac Safari under certain circumstances automatically places | 581 // Mac Safari under certain circumstances automatically places |
514 // a caret in editable document even when none was requested programatically. | 582 // a caret in editable document even when none was requested programatically. |
515 // We don't intend to copy this feature (at least not for Beta). | 583 // We don't intend to copy this feature (at least not for Beta). |
516 BUG20844 LINUX WIN : LayoutTests/editing/selection/designmode-no-caret.html = FA
IL | 584 BUG20844 LINUX WIN : LayoutTests/editing/selection/designmode-no-caret.html = FA
IL |
517 | 585 |
518 // The end result looks right, but the event messages differ. | 586 // The end result looks right, but the event messages differ. |
519 BUG21807 LINUX WIN : LayoutTests/editing/pasteboard/paste-xml.xhtml = FAIL | 587 BUG21807 LINUX WIN : LayoutTests/editing/pasteboard/paste-xml.xhtml = FAIL |
520 | 588 |
521 // Directionality of mixed-direction text in selected choice should | 589 // Directionality of mixed-direction text in selected choice should |
522 // match that in the <select> option lists. | 590 // match that in the <select> option lists. |
523 // Low priority, unclear if test expectations are correct (see bug) | 591 // Low priority, unclear if test expectations are correct (see bug) |
524 BUG6139 : LayoutTests/fast/forms/select-writing-direction-natural.html = FAIL | 592 BUG6139 : LayoutTests/fast/forms/select-writing-direction-natural.html = FAIL |
525 | 593 |
526 // requires support for layoutTestController.encodeHostName() | |
527 BUG21814 : LayoutTests/fast/encoding/idn-security.html = FAIL | |
528 | |
529 // These layout tests to see if link colors change after visiting a page. They | |
530 // does this by using layoutTestController.keepWebHistory() to turn on a | |
531 // temporary web history. layoutTestController.keepWebHistory() is not | |
532 // implemented in test shell. | |
533 // This is a test tool problem, not a Chrome problem. | |
534 BUG21888 : LayoutTests/fast/history/clicked-link-is-visited.html = FAIL | |
535 BUG21888 : LayoutTests/fast/history/subframe-is-visited.html = FAIL | |
536 | |
537 // We don't support NPN_Enumerate, but don't know of any plugin | 594 // We don't support NPN_Enumerate, but don't know of any plugin |
538 // which depends on that functionality. So we ignore this for beta. | 595 // which depends on that functionality. So we ignore this for beta. |
539 BUG21901 : LayoutTests/plugins/netscape-enumerate.html = FAIL | 596 BUG21901 : LayoutTests/plugins/netscape-enumerate.html = FAIL |
540 | 597 |
541 // This tests the screen's pixel depth, which we don't set on the buildbots | 598 // This tests the screen's pixel depth, which we don't set on the buildbots |
542 // so it depends on the users settings. Making this a broken test for us. | 599 // so it depends on the users settings. Making this a broken test for us. |
543 // The test must be fixed to not depend on user settings and rebaselined. post-
beta. | 600 // The test must be fixed to not depend on user settings and rebaselined. post-
beta. |
544 BUG10274 WIN LINUX : LayoutTests/fast/dom/Window/window-screen-properties.html =
FAIL PASS | 601 BUG10274 WIN LINUX : LayoutTests/fast/dom/Window/window-screen-properties.html =
FAIL PASS |
545 | 602 |
546 // Expectations for this test changed upstream. We should fix this test, but | 603 // Expectations for this test changed upstream. We should fix this test, but |
(...skipping 184 matching lines...) Loading... |
731 BUG13907 SKIP : LayoutTests/media/video-empty-source.html = TIMEOUT | 788 BUG13907 SKIP : LayoutTests/media/video-empty-source.html = TIMEOUT |
732 BUG13907 : LayoutTests/fast/layers/video-layer.html = FAIL | 789 BUG13907 : LayoutTests/fast/layers/video-layer.html = FAIL |
733 BUG13907 WIN : LayoutTests/media/event-attributes.html = FAIL | 790 BUG13907 WIN : LayoutTests/media/event-attributes.html = FAIL |
734 | 791 |
735 // Crash on Mac and Linux. Need investigation. | 792 // Crash on Mac and Linux. Need investigation. |
736 BUG_JIANLI MAC LINUX : LayoutTests/fast/events/drag-to-navigate.html = TIMEOUT C
RASH | 793 BUG_JIANLI MAC LINUX : LayoutTests/fast/events/drag-to-navigate.html = TIMEOUT C
RASH |
737 | 794 |
738 // Function arguments object is copied for each access. | 795 // Function arguments object is copied for each access. |
739 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL | 796 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL |
740 | 797 |
741 // Need a setAuthorAndUserStylesEnabled method in | |
742 // layoutTestController. Now we have preference to enable/disable user | |
743 // styles(not work now), we still need to add a preference to enable/disable | |
744 // styles of both author and user. | |
745 // Deferring, we don't support user-controlled UA stylesheets (in beta) | |
746 // Actually, gonna SKIP because it causes an additional error message in: | |
747 // LayoutTests/fast/css/display-none-inline-style-change-crash.html somehow | |
748 // the message is dumped after the #EOF, which causes an additional | |
749 // error in the header of the following test. | |
750 BUG973468 SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL | |
751 | |
752 // It looks like the upstream test is incorrectly using font-family: Times | 798 // It looks like the upstream test is incorrectly using font-family: Times |
753 // instead of font-family: times new roman. This broke when we recently moved | 799 // instead of font-family: times new roman. This broke when we recently moved |
754 // more of our font default settings to 'times new roman' from 'Times'. This | 800 // more of our font default settings to 'times new roman' from 'Times'. This |
755 // should be fixed upstream. https://bugs.webkit.org/show_bug.cgi?id=16348 | 801 // should be fixed upstream. https://bugs.webkit.org/show_bug.cgi?id=16348 |
756 BUG10277 LINUX : LayoutTests/fast/css/font-face-default-font.html = FAIL | 802 BUG10277 LINUX : LayoutTests/fast/css/font-face-default-font.html = FAIL |
757 | 803 |
758 // We don't support dynamic fonts on Linux. | 804 // We don't support dynamic fonts on Linux. |
759 // Once we have the sandbox working, we should re-evaluate this. | 805 // Once we have the sandbox working, we should re-evaluate this. |
760 BUG10278 LINUX : LayoutTests/fast/css/font-face-implicit-local-font.html = FAIL | 806 BUG10278 LINUX : LayoutTests/fast/css/font-face-implicit-local-font.html = FAIL |
761 BUG10278 LINUX : LayoutTests/fast/css/font-face-unicode-range.html = FAIL | 807 BUG10278 LINUX : LayoutTests/fast/css/font-face-unicode-range.html = FAIL |
(...skipping 32 matching lines...) Loading... |
794 // FAIL results from an extra newline at the top of the results | 840 // FAIL results from an extra newline at the top of the results |
795 // the checked in results do not include the PASS text. | 841 // the checked in results do not include the PASS text. |
796 // May only need re-baselining? | 842 // May only need re-baselining? |
797 BUG1126050 : LayoutTests/http/tests/navigation/changing-frame-hierarchy-in-onloa
d.html = FAIL PASS | 843 BUG1126050 : LayoutTests/http/tests/navigation/changing-frame-hierarchy-in-onloa
d.html = FAIL PASS |
798 | 844 |
799 // This test has hover effects that change the font size. This test also | 845 // This test has hover effects that change the font size. This test also |
800 // moves the mouse around, resulting in a layout that dances around. | 846 // moves the mouse around, resulting in a layout that dances around. |
801 // Depending upon when the snapshot is taken we get different results. | 847 // Depending upon when the snapshot is taken we get different results. |
802 BUG10280 WIN LINUX : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL PAS
S | 848 BUG10280 WIN LINUX : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL PAS
S |
803 | 849 |
804 // Need to implement LayoutTestController.setCacheModel | |
805 BUG13920 : LayoutTests/fast/dom/HTMLScriptElement/nested-execution.html = FAIL | |
806 | |
807 // Radial gradients don't have offset focal point | 850 // Radial gradients don't have offset focal point |
808 BUG8696 WIN LINUX : LayoutTests/fast/gradients/generated-gradients.html = FAIL | 851 BUG8696 WIN LINUX : LayoutTests/fast/gradients/generated-gradients.html = FAIL |
809 BUG8696 WIN LINUX : LayoutTests/fast/gradients/simple-gradients.html = FAIL | 852 BUG8696 WIN LINUX : LayoutTests/fast/gradients/simple-gradients.html = FAIL |
810 BUG8696 WIN LINUX : LayoutTests/fast/gradients/crash-on-zero-radius.html = FAIL | 853 BUG8696 WIN LINUX : LayoutTests/fast/gradients/crash-on-zero-radius.html = FAIL |
811 | 854 |
812 BUG10385 : LayoutTests/fast/dom/dom-constructors.html = FAIL | 855 BUG10385 : LayoutTests/fast/dom/dom-constructors.html = FAIL |
813 BUG10387 SKIP : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-image-not-l
oaded-svg.svg = FAIL | 856 BUG10387 SKIP : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-image-not-l
oaded-svg.svg = FAIL |
814 | 857 |
815 BUG10412 WIN LINUX : LayoutTests/fast/table/vertical-align-baseline.html = FAIL | 858 BUG10412 WIN LINUX : LayoutTests/fast/table/vertical-align-baseline.html = FAIL |
816 BUG20505 : LayoutTests/http/tests/misc/SVGFont-delayed-load.html = FAIL | 859 BUG20505 : LayoutTests/http/tests/misc/SVGFont-delayed-load.html = FAIL |
(...skipping 633 matching lines...) Loading... |
1450 | 1493 |
1451 // ----------------------------------------------------------------- | 1494 // ----------------------------------------------------------------- |
1452 // END MAC PORT TESTS | 1495 // END MAC PORT TESTS |
1453 // ----------------------------------------------------------------- | 1496 // ----------------------------------------------------------------- |
1454 | 1497 |
1455 // Linux pixeltest failure: alpha=0.5 red (1,0,0) atop yellow (1,1,0) is | 1498 // Linux pixeltest failure: alpha=0.5 red (1,0,0) atop yellow (1,1,0) is |
1456 // coming out with with a slightly-less-than-100% red channel. This test fails | 1499 // coming out with with a slightly-less-than-100% red channel. This test fails |
1457 // because we enforce non-transparent color in Font::drawGlyphs. | 1500 // because we enforce non-transparent color in Font::drawGlyphs. |
1458 BUG700464 LINUX : LayoutTests/fast/css/hsla-color.html = FAIL | 1501 BUG700464 LINUX : LayoutTests/fast/css/hsla-color.html = FAIL |
1459 | 1502 |
1460 // Implement layoutTestController.testRepaint() | |
1461 BUG21510 WIN LINUX : LayoutTests/fast/repaint/shadow-multiple-horizontal.html =
FAIL | |
1462 BUG21510 WIN LINUX : LayoutTests/fast/repaint/shadow-multiple-strict-horizontal.
html = FAIL | |
1463 BUG21510 WIN LINUX : LayoutTests/fast/repaint/shadow-multiple-strict-vertical.ht
ml = FAIL | |
1464 BUG21510 WIN LINUX : LayoutTests/fast/repaint/shadow-multiple-vertical.html = FA
IL | |
1465 BUG21510 WIN LINUX : LayoutTests/fast/repaint/text-shadow-horizontal.html = FAIL | |
1466 BUG21510 WIN LINUX : LayoutTests/fast/repaint/text-shadow.html = FAIL | |
1467 | |
1468 // Implement layoutTestController.display() | |
1469 BUG8630 WIN LINUX : LayoutTests/fast/repaint/body-background-image.html = FAIL | |
1470 BUG8630 WIN LINUX : LayoutTests/fast/repaint/clip-with-layout-delta.html = FAIL | |
1471 | |
1472 BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-flow-with-floats-1.html = FAIL | |
1473 BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-flow-with-floats-2.html = FAIL | |
1474 BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-flow-with-floats-6.html = FAIL | |
1475 BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-flow-with-floats-8.html = FAIL | |
1476 BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-flow-with-floats-9.html = FAIL | |
1477 BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-overflow.html = FAIL | |
1478 BUG8630 WIN LINUX : LayoutTests/fast/repaint/make-children-non-inline.html = FAI
L | |
1479 BUG8630 WIN LINUX : LayoutTests/fast/repaint/overflow-outline-repaint.html = FAI
L | |
1480 BUG8630 WIN LINUX : LayoutTests/fast/repaint/selected-replaced.html = FAIL | |
1481 BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint-2.html =
FAIL | |
1482 BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint.html = FA
IL | |
1483 BUG8630 WIN LINUX : LayoutTests/fast/backgrounds/solid-color-context-restore.htm
l = FAIL | |
1484 BUG8630 WIN LINUX : LayoutTests/fast/dynamic/containing-block-change.html = FAIL | |
1485 BUG8630 WIN LINUX : LayoutTests/fast/forms/hidden-listbox.html = FAIL | |
1486 BUG8630 WIN LINUX : LayoutTests/fast/forms/listbox-clip.html = FAIL | |
1487 BUG8630 WIN LINUX : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAI
L | |
1488 BUG8630 WIN LINUX : LayoutTests/fast/reflections/inline-crash.html = FAIL | |
1489 BUG8630 WIN LINUX : LayoutTests/fast/text/font-initial.html = FAIL | |
1490 BUG8630 WIN LINUX : pending/fast/repaint/bugzilla-6473.html = FAIL | |
1491 | |
1492 BUG8630 LINUX : LayoutTests/svg/custom/use-detach.svg = FAIL PASS | |
1493 | |
1494 BUG18772 LINUX : LayoutTests/fast/backgrounds/001.html = CRASH FAIL PASS | |
1495 | |
1496 // Linux checksum computation produces results, different from Windows or upstre
am. | 1503 // Linux checksum computation produces results, different from Windows or upstre
am. |
1497 BUG21386 LINUX : LayoutTests/fast/repaint/erase-overflow.html = FAIL | 1504 BUG21386 LINUX : LayoutTests/fast/repaint/erase-overflow.html = FAIL |
1498 BUG21386 LINUX : LayoutTests/fast/repaint/inline-block-resize.html = FAIL | 1505 BUG21386 LINUX : LayoutTests/fast/repaint/inline-block-resize.html = FAIL |
1499 BUG21386 LINUX : LayoutTests/fast/repaint/inline-overflow.html = FAIL | 1506 BUG21386 LINUX : LayoutTests/fast/repaint/inline-overflow.html = FAIL |
1500 BUG21386 LINUX : LayoutTests/fast/repaint/invisible-objects.html = FAIL | 1507 BUG21386 LINUX : LayoutTests/fast/repaint/invisible-objects.html = FAIL |
1501 BUG21386 LINUX : LayoutTests/fast/repaint/layer-full-repaint.html = FAIL | 1508 BUG21386 LINUX : LayoutTests/fast/repaint/layer-full-repaint.html = FAIL |
1502 BUG21386 LINUX : LayoutTests/fast/repaint/layer-hide-when-needs-layout.html = FA
IL | 1509 BUG21386 LINUX : LayoutTests/fast/repaint/layer-hide-when-needs-layout.html = FA
IL |
1503 BUG21386 LINUX : LayoutTests/fast/repaint/layer-visibility.html = FAIL | 1510 BUG21386 LINUX : LayoutTests/fast/repaint/layer-visibility.html = FAIL |
1504 BUG21386 LINUX : LayoutTests/fast/repaint/overflow-clip-subtree-layout.html = FA
IL | 1511 BUG21386 LINUX : LayoutTests/fast/repaint/overflow-clip-subtree-layout.html = FA
IL |
1505 BUG21386 LINUX : LayoutTests/fast/repaint/subtree-root-clip-2.html = FAIL | 1512 BUG21386 LINUX : LayoutTests/fast/repaint/subtree-root-clip-2.html = FAIL |
(...skipping 495 matching lines...) Loading... |
2001 // the rebaselining tool isn't working for this --agl | 2008 // the rebaselining tool isn't working for this --agl |
2002 BUG15125 MAC SKIP : chrome/fast/text/fake-italic.html = FAIL | 2009 BUG15125 MAC SKIP : chrome/fast/text/fake-italic.html = FAIL |
2003 | 2010 |
2004 // WebKit 45017:45086 | 2011 // WebKit 45017:45086 |
2005 BUG15217 : LayoutTests/fast/js/dictionary-no-cache.html = FAIL | 2012 BUG15217 : LayoutTests/fast/js/dictionary-no-cache.html = FAIL |
2006 BUG15217 MAC : LayoutTests/fast/js/switch-behaviour.html = FAIL | 2013 BUG15217 MAC : LayoutTests/fast/js/switch-behaviour.html = FAIL |
2007 | 2014 |
2008 // WebKit 45086:45111 | 2015 // WebKit 45086:45111 |
2009 BUG15270 : LayoutTests/fast/js/excessive-comma-usage.html = FAIL | 2016 BUG15270 : LayoutTests/fast/js/excessive-comma-usage.html = FAIL |
2010 | 2017 |
2011 // WebKit 45134:45176 | |
2012 | |
2013 | |
2014 // WebKit 45247:45270 | 2018 // WebKit 45247:45270 |
2015 BUG15478 SKIP : LayoutTests/fast/frames/viewsource-on-image-file.html = FAIL | 2019 BUG15478 SKIP : LayoutTests/fast/frames/viewsource-on-image-file.html = FAIL |
2016 BUG15478 SKIP : LayoutTests/platform/qt/fast/events/event-sender-keydown-frame.h
tml = FAIL | 2020 BUG15478 SKIP : LayoutTests/platform/qt/fast/events/event-sender-keydown-frame.h
tml = FAIL |
2017 | 2021 |
2018 // WebKit 45270:45287 | 2022 // WebKit 45270:45287 |
2019 BUG15490 LINUX : LayoutTests/editing/deleting/25322-1.html = PASS FAIL CRASH | 2023 BUG15490 LINUX : LayoutTests/editing/deleting/25322-1.html = PASS FAIL CRASH |
2020 | 2024 |
2021 // Flaky for a while on DEBUG; also related to BUG17974 | 2025 // Flaky for a while on DEBUG; also related to BUG17974 |
2022 BUG15267 LINUX DEBUG : LayoutTests/transitions/cancel-transition.html = PASS FAI
L | 2026 BUG15267 LINUX DEBUG : LayoutTests/transitions/cancel-transition.html = PASS FAI
L |
2023 | 2027 |
2024 // WebKit 45431:45444 | 2028 // WebKit 45431:45444 |
2025 BUG10384 MAC : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL | 2029 BUG10384 MAC : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL |
2026 BUG11613 LINUX : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL | 2030 BUG11613 LINUX : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL |
2027 BUG11613 LINUX : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL | 2031 BUG11613 LINUX : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL |
2028 | 2032 |
2029 // WebKit 45473:45487 | 2033 // WebKit 45473:45487 |
2030 BUG15873 WIN LINUX : LayoutTests/fast/box-shadow/transform-fringing.html = FAIL | 2034 BUG15873 WIN LINUX : LayoutTests/fast/box-shadow/transform-fringing.html = FAIL |
2031 BUG15873 WIN LINUX : LayoutTests/fast/transforms/shadows.html = FAIL | 2035 BUG15873 WIN LINUX : LayoutTests/fast/transforms/shadows.html = FAIL |
2032 | 2036 |
2033 | |
2034 // Webkit 45555:45558 | 2037 // Webkit 45555:45558 |
2035 // This was removed from test_expectations when it was passing after the Webkit
merge 45495:45535. | 2038 // This was removed from test_expectations when it was passing after the Webkit
merge 45495:45535. |
2036 // Not sure if this is a regression or some manner of flakiness. | 2039 // Not sure if this is a regression or some manner of flakiness. |
2037 BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA
IL | 2040 BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA
IL |
2038 | 2041 |
2039 // WebKit merge 45601:45610 | 2042 // WebKit merge 45601:45610 |
2040 BUG16162 : LayoutTests/fast/loader/subframe-navigate-during-main-frame-load.html
= FAIL | 2043 BUG16162 : LayoutTests/fast/loader/subframe-navigate-during-main-frame-load.html
= FAIL |
2041 | 2044 |
2042 // WebKit tests regressions 20529:20532 | 2045 // WebKit tests regressions 20529:20532 |
2043 BUG16675 MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL | 2046 BUG16675 MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL |
2044 BUG16675 MAC : LayoutTests/fast/loader/loadInProgress.html = FAIL | 2047 BUG16675 MAC : LayoutTests/fast/loader/loadInProgress.html = FAIL |
2045 BUG16675 MAC DEBUG : LayoutTests/plugins/return-error-from-new-stream-callback-i
n-full-frame-plugin.html = FAIL | 2048 BUG16675 MAC DEBUG : LayoutTests/plugins/return-error-from-new-stream-callback-i
n-full-frame-plugin.html = FAIL |
2046 | 2049 |
2047 | |
2048 // WebKit merge 42738:45840 | 2050 // WebKit merge 42738:45840 |
2049 // New test, needs baseline. | 2051 // New test, needs baseline. |
2050 BUG16690 SKIP MAC : LayoutTests/fast/text/international/khmer-selection.html = F
AIL | 2052 BUG16690 SKIP MAC : LayoutTests/fast/text/international/khmer-selection.html = F
AIL |
2051 | 2053 |
2052 // WebKit merge 42738:45840 | 2054 // WebKit merge 42738:45840 |
2053 // New tests, need baseline. | 2055 // New tests, need baseline. |
2054 BUG16240 WIN SLOW : LayoutTests/http/tests/cache/subresource-expiration.html = P
ASS | 2056 BUG16240 WIN SLOW : LayoutTests/http/tests/cache/subresource-expiration.html = P
ASS |
2055 BUG16240 MAC : LayoutTests/http/tests/cache/subresource-expiration.html = PASS T
IMEOUT | 2057 BUG16240 MAC : LayoutTests/http/tests/cache/subresource-expiration.html = PASS T
IMEOUT |
2056 | 2058 |
2057 // HTML5 DataGrid bindings are not enabled yet because the feature's not fully i
mplemented. | 2059 // HTML5 DataGrid bindings are not enabled yet because the feature's not fully i
mplemented. |
2058 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic.html =
FAIL | 2060 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic.html =
FAIL |
2059 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = F
AIL | 2061 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = F
AIL |
2060 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attribut
es.html = FAIL | 2062 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attribut
es.html = FAIL |
2061 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridDataSource-basic.htm
l = FAIL | 2063 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridDataSource-basic.htm
l = FAIL |
2062 | 2064 |
2063 | |
2064 // Failure since WebKit merge 45873:45916 | 2065 // Failure since WebKit merge 45873:45916 |
2065 BUG16823 MAC : LayoutTests/editing/execCommand/4128080-2.html = FAIL | 2066 BUG16823 MAC : LayoutTests/editing/execCommand/4128080-2.html = FAIL |
2066 BUG16823 MAC : LayoutTests/editing/inserting/insert-3786362-fix.html = FAIL | 2067 BUG16823 MAC : LayoutTests/editing/inserting/insert-3786362-fix.html = FAIL |
2067 BUG16823 MAC : LayoutTests/editing/inserting/insert-3907422-fix.html = FAIL | 2068 BUG16823 MAC : LayoutTests/editing/inserting/insert-3907422-fix.html = FAIL |
2068 BUG16823 MAC : LayoutTests/editing/pasteboard/19644-1.html = FAIL | 2069 BUG16823 MAC : LayoutTests/editing/pasteboard/19644-1.html = FAIL |
2069 BUG16823 MAC : LayoutTests/editing/pasteboard/19644-2.html = FAIL | 2070 BUG16823 MAC : LayoutTests/editing/pasteboard/19644-2.html = FAIL |
2070 BUG16823 MAC : LayoutTests/editing/pasteboard/4242293-1.html = FAIL | 2071 BUG16823 MAC : LayoutTests/editing/pasteboard/4242293-1.html = FAIL |
2071 BUG16823 MAC : LayoutTests/editing/pasteboard/4242293.html = FAIL | 2072 BUG16823 MAC : LayoutTests/editing/pasteboard/4242293.html = FAIL |
2072 BUG16823 MAC : LayoutTests/editing/pasteboard/4641033.html = FAIL | 2073 BUG16823 MAC : LayoutTests/editing/pasteboard/4641033.html = FAIL |
2073 BUG16823 MAC : LayoutTests/editing/pasteboard/4922709.html = FAIL | 2074 BUG16823 MAC : LayoutTests/editing/pasteboard/4922709.html = FAIL |
(...skipping 129 matching lines...) Loading... |
2203 // Fallout from webkit 47189:47265 | 2204 // Fallout from webkit 47189:47265 |
2204 BUG_LEVIN WIN LINUX : LayoutTests/css2.1/t1503-c522-font-family-00-b.html = FAIL | 2205 BUG_LEVIN WIN LINUX : LayoutTests/css2.1/t1503-c522-font-family-00-b.html = FAIL |
2205 //BUG_LEVIN WIN LINUX : LayoutTests/fast/reflections/reflection-overflow-scroll.
html = FAIL | 2206 //BUG_LEVIN WIN LINUX : LayoutTests/fast/reflections/reflection-overflow-scroll.
html = FAIL |
2206 BUG_LEVIN WIN LINUX : LayoutTests/fast/text/monospace-width-cache.html = FAIL | 2207 BUG_LEVIN WIN LINUX : LayoutTests/fast/text/monospace-width-cache.html = FAIL |
2207 | 2208 |
2208 // Fallout from webkit 47265:47277 | 2209 // Fallout from webkit 47265:47277 |
2209 BUG_MBELSHE : LayoutTests/fast/js/Array-isArray.html = FAIL | 2210 BUG_MBELSHE : LayoutTests/fast/js/Array-isArray.html = FAIL |
2210 | 2211 |
2211 BUG19519 WIN DEBUG : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL
PASS | 2212 BUG19519 WIN DEBUG : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL
PASS |
2212 | 2213 |
2213 // Fallout from webkit 47305:47383 | |
2214 | |
2215 // WebKit roll r47417:47528 | 2214 // WebKit roll r47417:47528 |
2216 BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL | 2215 BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL |
2217 BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL | 2216 BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL |
2218 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL | 2217 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL |
2219 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html
= TIMEOUT | 2218 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html
= TIMEOUT |
2220 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL | 2219 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL |
2221 | 2220 |
2222 // Fails due to textInputController.setInputMethod not implemented for Mac. | 2221 // Fails due to textInputController.setInputMethod not implemented for Mac. |
2223 BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-
sends-keypress.html = FAIL | 2222 BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-
sends-keypress.html = FAIL |
2224 BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-a
nd-newline.html = FAIL | 2223 BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-a
nd-newline.html = FAIL |
(...skipping 30 matching lines...) Loading... |
2255 | 2254 |
2256 BUG10480 LINUX : LayoutTests/editing/selection/move-by-line-001.html = PASS FAIL | 2255 BUG10480 LINUX : LayoutTests/editing/selection/move-by-line-001.html = PASS FAIL |
2257 | 2256 |
2258 // Flakey crashes in js tests. Cause unknown. | 2257 // Flakey crashes in js tests. Cause unknown. |
2259 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-no-extensions.html = CRASH PASS | 2258 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-no-extensions.html = CRASH PASS |
2260 BUG20886 WIN DEBUG : LayoutTests/fast/js/repeat-cached-vm-reentry.html = CRASH P
ASS | 2259 BUG20886 WIN DEBUG : LayoutTests/fast/js/repeat-cached-vm-reentry.html = CRASH P
ASS |
2261 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-non-capturing-groups.html = CRAS
H PASS | 2260 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-non-capturing-groups.html = CRAS
H PASS |
2262 | 2261 |
2263 BUG20898 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = FAIL
PASS | 2262 BUG20898 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = FAIL
PASS |
2264 | 2263 |
2265 // WebKit 48001:48020 | |
2266 // Need to implement clearAllDatabases in layoutTestController. | |
2267 BUG20995 SKIP : LayoutTests/storage/statement-error-callback.html = FAIL | |
2268 | |
2269 // WebKit 48020:48030 | 2264 // WebKit 48020:48030 |
2270 BUG21033 : LayoutTests/fast/events/message-port-multi.html = TIMEOUT | 2265 BUG21033 : LayoutTests/fast/events/message-port-multi.html = TIMEOUT |
2271 BUG21033 : LayoutTests/fast/dom/Window/window-postmessage-args.html = FAIL | 2266 BUG21033 : LayoutTests/fast/dom/Window/window-postmessage-args.html = FAIL |
2272 BUG21033 WIN LINUX : LayoutTests/fast/events/init-events.html = FAIL | 2267 BUG21033 WIN LINUX : LayoutTests/fast/events/init-events.html = FAIL |
2273 | 2268 |
2274 // WebKit 48034:48061 | 2269 // WebKit 48034:48061 |
2275 // Need to implement layoutTestController.addUserScript. | |
2276 BUG21113 : LayoutTests/userscripts/script-run-at-end.html = FAIL | |
2277 // undefined pageshowEvent.persisted cause the test hangs. | 2270 // undefined pageshowEvent.persisted cause the test hangs. |
2278 BUG21136 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached-with-frames.
html = TIMEOUT | 2271 BUG21136 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached-with-frames.
html = TIMEOUT |
2279 // Accessing attributes of an object created with | 2272 // Accessing attributes of an object created with |
2280 // "document.implementation.createDocumentType" causes NULL pointers | 2273 // "document.implementation.createDocumentType" causes NULL pointers |
2281 BUG14091 : LayoutTests/fast/dom/DOMImplementation/detached-doctype.html = CRASH | 2274 BUG14091 : LayoutTests/fast/dom/DOMImplementation/detached-doctype.html = CRASH |
2282 // The linux layout result in build bot shows the changed method does not | 2275 // The linux layout result in build bot shows the changed method does not |
2283 // executed. | 2276 // executed. |
2284 BUG21141 LINUX : LayoutTests/fast/forms/select-double-onchange.html = FAIL | 2277 BUG21141 LINUX : LayoutTests/fast/forms/select-double-onchange.html = FAIL |
2285 BUG21141 LINUX : LayoutTests/fast/forms/select-script-onchange.html = FAIL | 2278 BUG21141 LINUX : LayoutTests/fast/forms/select-script-onchange.html = FAIL |
2286 // The test is flaky. | 2279 // The test is flaky. |
(...skipping 39 matching lines...) Loading... |
2326 BUG21859 WIN : LayoutTests/fast/forms/search-styled.html = FAIL | 2319 BUG21859 WIN : LayoutTests/fast/forms/search-styled.html = FAIL |
2327 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL | 2320 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL |
2328 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL | 2321 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL |
2329 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL | 2322 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL |
2330 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL | 2323 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL |
2331 BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL | 2324 BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL |
2332 | 2325 |
2333 // WK roll 48388:48399 (brettw) | 2326 // WK roll 48388:48399 (brettw) |
2334 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main
-frame.html = FAIL | 2327 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main
-frame.html = FAIL |
2335 BUG21919 WIN LINUX : LayoutTests/transforms/2d/hindi-rotated.html = FAIL | 2328 BUG21919 WIN LINUX : LayoutTests/transforms/2d/hindi-rotated.html = FAIL |
OLD | NEW |