| 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 2896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2907 | 2907 |
| 2908 // Flaky. | 2908 // Flaky. |
| 2909 BUG9798 WIN LINUX : fast/loader/javascript-url-encoding-2.html = TIMEOUT PASS | 2909 BUG9798 WIN LINUX : fast/loader/javascript-url-encoding-2.html = TIMEOUT PASS |
| 2910 BUG9798 RELEASE : fast/loading/subframe-removes-itself.html = TEXT PASS | 2910 BUG9798 RELEASE : fast/loading/subframe-removes-itself.html = TEXT PASS |
| 2911 BUG9798 LINUX MAC : fast/loader/invalid-charset-on-script-crashes-loader.html =
TIMEOUT PASS | 2911 BUG9798 LINUX MAC : fast/loader/invalid-charset-on-script-crashes-loader.html =
TIMEOUT PASS |
| 2912 BUG9798 MAC RELEASE : fast/borders/block-mask-overlay-image.html = TEXT PASS | 2912 BUG9798 MAC RELEASE : fast/borders/block-mask-overlay-image.html = TEXT PASS |
| 2913 | 2913 |
| 2914 // Flaky since SVG filters turned on | 2914 // Flaky since SVG filters turned on |
| 2915 BUG29737 LINUX : svg/filters/feDisplacementMap.svg = TEXT PASS | 2915 BUG29737 LINUX : svg/filters/feDisplacementMap.svg = TEXT PASS |
| 2916 | 2916 |
| 2917 // Newly added test in r52235 | |
| 2918 BUG30816 WIN LINUX : editing/selection/doubleclick-beside-cr-span.html = TEXT | |
| 2919 | |
| 2920 // WebKit update 52293->52323 | 2917 // WebKit update 52293->52323 |
| 2921 BUG31253 : http/tests/security/xss-DENIED-assign-location-href-javascript.html =
TEXT | 2918 BUG31253 : http/tests/security/xss-DENIED-assign-location-href-javascript.html =
TEXT |
| 2922 | 2919 |
| 2923 // WebKit update 52323->52366 | 2920 // WebKit update 52323->52366 |
| 2924 BUG30826 WIN : platform/win/fast/events/panScroll-imageMap-noHref-scroll.html =
TEXT | 2921 BUG30826 WIN : platform/win/fast/events/panScroll-imageMap-noHref-scroll.html =
TEXT |
| 2925 BUG30826 WIN DEBUG : platform/win/fast/events/panScroll-event-fired.html = PASS
TEXT TIMEOUT | 2922 BUG30826 WIN DEBUG : platform/win/fast/events/panScroll-event-fired.html = PASS
TEXT TIMEOUT |
| 2926 | 2923 |
| 2927 // Flaky | 2924 // Flaky |
| 2928 BUG30930 LINUX : tables/mozilla/bugs/bug15933.html = IMAGE PASS | 2925 BUG30930 LINUX : tables/mozilla/bugs/bug15933.html = IMAGE PASS |
| 2929 | 2926 |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3064 BUG32574 WIN DEBUG : storage/statement-error-callback.html = TEXT PASS | 3061 BUG32574 WIN DEBUG : storage/statement-error-callback.html = TEXT PASS |
| 3065 BUG32574 WIN DEBUG : fast/block/margin-collapse/block-inside-inline/006.html = C
RASH PASS | 3062 BUG32574 WIN DEBUG : fast/block/margin-collapse/block-inside-inline/006.html = C
RASH PASS |
| 3066 BUG32574 WIN DEBUG : storage/close-during-stress-test.html = CRASH PASS | 3063 BUG32574 WIN DEBUG : storage/close-during-stress-test.html = CRASH PASS |
| 3067 BUG32574 MAC DEBUG : fast/lists/inlineBoxWrapperNullCheck.html = TEXT PASS | 3064 BUG32574 MAC DEBUG : fast/lists/inlineBoxWrapperNullCheck.html = TEXT PASS |
| 3068 BUG32574 MAC DEBUG : http/tests/security/mixedContent/about-blank-iframe-in-main
-frame.html = TEXT PASS | 3065 BUG32574 MAC DEBUG : http/tests/security/mixedContent/about-blank-iframe-in-main
-frame.html = TEXT PASS |
| 3069 BUG32574 MAC DEBUG : plugins/plugin-remove-subframe.html = TEXT PASS | 3066 BUG32574 MAC DEBUG : plugins/plugin-remove-subframe.html = TEXT PASS |
| 3070 BUG32574 MAC DEBUG : svg/batik/text/textEffect.svg = TEXT PASS | 3067 BUG32574 MAC DEBUG : svg/batik/text/textEffect.svg = TEXT PASS |
| 3071 BUG32574 MAC DEBUG : svg/custom/visibility-override-filter.svg = TEXT PASS | 3068 BUG32574 MAC DEBUG : svg/custom/visibility-override-filter.svg = TEXT PASS |
| 3072 BUG32574 MAC DEBUG : svg/dom/SVGRectElement/rect-modify-rx.svg = TEXT PASS | 3069 BUG32574 MAC DEBUG : svg/dom/SVGRectElement/rect-modify-rx.svg = TEXT PASS |
| 3073 BUG32666 MAC DEBUG : svg/custom/use-detach.svg = IMAGE PASS | 3070 BUG32666 MAC DEBUG : svg/custom/use-detach.svg = IMAGE PASS |
| OLD | NEW |