| 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 2905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2916 | 2916 |
| 2917 // Flaky test | 2917 // Flaky test |
| 2918 BUG35064 WIN DEBUG : fast/forms/restore-selection-after-layout.html = TEXT PASS | 2918 BUG35064 WIN DEBUG : fast/forms/restore-selection-after-layout.html = TEXT PASS |
| 2919 | 2919 |
| 2920 // WebKit roll 54482 to 54493. | 2920 // WebKit roll 54482 to 54493. |
| 2921 BUG_TONY WIN : svg/W3C-SVG-1.1/filters-conv-01-f.svg = TEXT | 2921 BUG_TONY WIN : svg/W3C-SVG-1.1/filters-conv-01-f.svg = TEXT |
| 2922 BUG_TONY WIN : svg/W3C-SVG-1.1/text-intro-05-t.svg = TEXT | 2922 BUG_TONY WIN : svg/W3C-SVG-1.1/text-intro-05-t.svg = TEXT |
| 2923 BUG_TONY WIN : svg/batik/text/textFeatures.svg = TEXT | 2923 BUG_TONY WIN : svg/batik/text/textFeatures.svg = TEXT |
| 2924 BUG_TONY WIN : svg/text/text-intro-05-t.svg = TEXT | 2924 BUG_TONY WIN : svg/text/text-intro-05-t.svg = TEXT |
| 2925 BUG_TONY MAC : svg/custom/use-clipped-hit.svg = IMAGE | 2925 BUG_TONY MAC : svg/custom/use-clipped-hit.svg = IMAGE |
| 2926 BUG_TONY MAC : svg/text/selection-background-color.xhtml = IMAGE | |
| 2927 | 2926 |
| 2928 // WebKit roll 54493 to 54530: new tests. | 2927 // WebKit roll 54493 to 54530: new tests. |
| 2929 BUG35114 : fast/js/parser-syntax-check.html = TEXT | 2928 BUG35114 : fast/js/parser-syntax-check.html = TEXT |
| 2930 BUG35115 : plugins/netscape-plugin-property-access-exception.html = TEXT | 2929 BUG35115 : plugins/netscape-plugin-property-access-exception.html = TEXT |
| OLD | NEW |