| OLD | NEW |
| 1 // These are the layout test expectations for the EFL port(s) of WebKit. | 1 // These are the layout test expectations for the EFL port(s) of WebKit. |
| 2 // | 2 // |
| 3 // See http://trac.webkit.org/wiki/TestExpectations for more information on this
file. | 3 // See http://trac.webkit.org/wiki/TestExpectations for more information on this
file. |
| 4 | 4 |
| 5 // We divide our test_expectations.txt into several categories: | 5 // We divide our test_expectations.txt into several categories: |
| 6 // 1. TESTS EXPECTED TO FAIL | 6 // 1. TESTS EXPECTED TO FAIL |
| 7 // Test cases related to features that we don't expect to be activated for EF
L since e.g. | 7 // Test cases related to features that we don't expect to be activated for EF
L since e.g. |
| 8 // * the feature implementation in WebCore is not complete yet | 8 // * the feature implementation in WebCore is not complete yet |
| 9 // * the feature is not relevant for the EFL port | 9 // * the feature is not relevant for the EFL port |
| 10 // * the feature is meant to solve a backwards compatibility issue on other p
latforms | 10 // * the feature is meant to solve a backwards compatibility issue on other p
latforms |
| (...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 | 701 |
| 702 // Needs rebaseline after the bots cycle. | 702 // Needs rebaseline after the bots cycle. |
| 703 BUG_OJAN : tables/mozilla/bugs/bug131020.html = TEXT IMAGE IMAGE+TEXT | 703 BUG_OJAN : tables/mozilla/bugs/bug131020.html = TEXT IMAGE IMAGE+TEXT |
| 704 | 704 |
| 705 // These tests do not seem to fail anywhere else. | 705 // These tests do not seem to fail anywhere else. |
| 706 BUGWK88031 : fast/multicol/span/generated-child-split-flow-crash.html = TEXT | 706 BUGWK88031 : fast/multicol/span/generated-child-split-flow-crash.html = TEXT |
| 707 | 707 |
| 708 // Flexbox test failing on EFL. | 708 // Flexbox test failing on EFL. |
| 709 BUGWK88984 : css3/flexbox/flexitem.html = TEXT | 709 BUGWK88984 : css3/flexbox/flexitem.html = TEXT |
| 710 | 710 |
| 711 // Animation timing inaccurate. | |
| 712 BUGWK88986 : animations/first-letter-play-state.html = TEXT | |
| 713 | |
| OLD | NEW |