| 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 // fast/js/fixme.js = FAIL | 7 // fast/js/fixme.js = FAIL |
| 8 // fast/js/flaky.js = FAIL PASS | 8 // fast/js/flaky.js = FAIL PASS |
| 9 // fast/js/crash.js = CRASH TIMEOUT FAIL PASS | 9 // fast/js/crash.js = CRASH TIMEOUT FAIL PASS |
| 10 // | 10 // |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 WONTFIX BUG32663 WIN LINUX : fast/fast-mobile-scrolling/fixed-position-element.h
tml = IMAGE+TEXT | 480 WONTFIX BUG32663 WIN LINUX : fast/fast-mobile-scrolling/fixed-position-element.h
tml = IMAGE+TEXT |
| 481 WONTFIX BUG32663 WIN LINUX : fast/fast-mobile-scrolling/no-fixed-position-elemen
ts.html = IMAGE+TEXT | 481 WONTFIX BUG32663 WIN LINUX : fast/fast-mobile-scrolling/no-fixed-position-elemen
ts.html = IMAGE+TEXT |
| 482 WONTFIX BUG32663 MAC : fast/fast-mobile-scrolling/fixed-position-element.html =
IMAGE | 482 WONTFIX BUG32663 MAC : fast/fast-mobile-scrolling/fixed-position-element.html =
IMAGE |
| 483 WONTFIX BUG32663 MAC : fast/fast-mobile-scrolling/no-fixed-position-elements.htm
l = IMAGE | 483 WONTFIX BUG32663 MAC : fast/fast-mobile-scrolling/no-fixed-position-elements.htm
l = IMAGE |
| 484 | 484 |
| 485 // Tests for frameset flattening. Relevant only on mobile browsers. | 485 // Tests for frameset flattening. Relevant only on mobile browsers. |
| 486 WONTFIX SKIP : fast/frames/flattening = TIMEOUT | 486 WONTFIX SKIP : fast/frames/flattening = TIMEOUT |
| 487 | 487 |
| 488 // This should be tested differently (see discussion on https://bugs.webkit.org/
show_bug.cgi?id=35063). | 488 // This should be tested differently (see discussion on https://bugs.webkit.org/
show_bug.cgi?id=35063). |
| 489 // No need to waste cycles implementing harness support for this variant of the
test. | 489 // No need to waste cycles implementing harness support for this variant of the
test. |
| 490 WONTFIX SKIP : fast/loader/api-test-new-window-data-load-base-url.html = TEXT | |
| 491 WONTFIX SKIP : fast/loader/api-test-go-to-current-back-forward-item.html = TIMEO
UT | 490 WONTFIX SKIP : fast/loader/api-test-go-to-current-back-forward-item.html = TIMEO
UT |
| 492 | 491 |
| 493 // We're not planning to support rocker-based cursor navigation. | 492 // We're not planning to support rocker-based cursor navigation. |
| 494 WONTFIX SKIP : fast/events/spatial-navigation = FAIL | 493 WONTFIX SKIP : fast/events/spatial-navigation = FAIL |
| 495 | 494 |
| 496 // We're not planning to relax third-party cookie rules any time soon. | 495 // We're not planning to relax third-party cookie rules any time soon. |
| 497 WONTFIX BUG37684 SKIP : http/tests/cookies/third-party-cookie-relaxing.html = FA
IL | 496 WONTFIX BUG37684 SKIP : http/tests/cookies/third-party-cookie-relaxing.html = FA
IL |
| 498 | 497 |
| 499 // ----------------------------------------------------------------- | 498 // ----------------------------------------------------------------- |
| 500 // CHROME REWRITTEN TESTS | 499 // CHROME REWRITTEN TESTS |
| (...skipping 2339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2840 | 2839 |
| 2841 // WebKit roll 56197:56239. | 2840 // WebKit roll 56197:56239. |
| 2842 // Needs layoutTestController.setMediaType() (implemented on Qt only) | 2841 // Needs layoutTestController.setMediaType() (implemented on Qt only) |
| 2843 BUG38653 MAC : editing/selection/find-yensign-and-backslash.html = TEXT | 2842 BUG38653 MAC : editing/selection/find-yensign-and-backslash.html = TEXT |
| 2844 BUG38656 : fast/media/print-restores-previous-mediatype.html = TEXT | 2843 BUG38656 : fast/media/print-restores-previous-mediatype.html = TEXT |
| 2845 | 2844 |
| 2846 // Unknown flakiness. | 2845 // Unknown flakiness. |
| 2847 BUG38694 MAC LINUX DEBUG : svg/custom/feDisplacementMap-01.svg = IMAGE+TEXT PASS | 2846 BUG38694 MAC LINUX DEBUG : svg/custom/feDisplacementMap-01.svg = IMAGE+TEXT PASS |
| 2848 BUG38704 WIN RELEASE: svg/text/text-text-06-t.svg = CRASH PASS | 2847 BUG38704 WIN RELEASE: svg/text/text-text-06-t.svg = CRASH PASS |
| 2849 BUG38706 : svg/custom/deep-dynamic-updates.svg = IMAGE+TEXT PASS | 2848 BUG38706 : svg/custom/deep-dynamic-updates.svg = IMAGE+TEXT PASS |
| OLD | NEW |