| 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 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 // This are failing for different reasons under our new lighttpd configuration | 518 // This are failing for different reasons under our new lighttpd configuration |
| 519 // TODO(deanm): Address all of these via lighttpd if possible, otherwise fork. | 519 // TODO(deanm): Address all of these via lighttpd if possible, otherwise fork. |
| 520 // Maybe flaky and need to be forked? | 520 // Maybe flaky and need to be forked? |
| 521 | 521 |
| 522 // LightTPD doesn't accept unknown HTTP methods | 522 // LightTPD doesn't accept unknown HTTP methods |
| 523 BUG18978 SKIP : LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html =
TIMEOUT CRASH | 523 BUG18978 SKIP : LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html =
TIMEOUT CRASH |
| 524 BUG18978 DEBUG : LayoutTests/http/tests/xmlhttprequest/methods-async.html = TIME
OUT TEXT | 524 BUG18978 DEBUG : LayoutTests/http/tests/xmlhttprequest/methods-async.html = TIME
OUT TEXT |
| 525 BUG18978 LINUX MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/methods-async
.html = TIMEOUT TEXT | 525 BUG18978 LINUX MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/methods-async
.html = TIMEOUT TEXT |
| 526 BUG18978 WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/methods-async.html
= TIMEOUT TEXT | 526 BUG18978 WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/methods-async.html
= TIMEOUT TEXT |
| 527 BUG18978 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/access-control-basic-a
llow-preflight-cache-invalidation-by-method.html = FAIL | 527 BUG18978 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/access-control-basic-a
llow-preflight-cache-invalidation-by-method.html = FAIL |
| 528 BUG18978 LINUX : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allo
w-preflight-cache-invalidation-by-method.html = FAIL | |
| 529 // LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type | 528 // LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type |
| 530 // even when a request didn't send the header. | 529 // even when a request didn't send the header. |
| 531 BUG18978 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL | 530 BUG18978 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL |
| 532 BUG18978 LINUX : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL | 531 BUG18978 LINUX : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL |
| 533 BUG18978 MAC : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL TIMEOUT | 532 BUG18978 MAC : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL TIMEOUT |
| 534 // Another lighttpd quirk. | 533 // Another lighttpd quirk. |
| 535 BUG8941 LINUX WIN SLOW : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html
= FAIL | 534 BUG8941 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAI
L |
| 535 BUG8941 LINUX SLOW : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = P
ASS |
| 536 BUG8941 MAC DEBUG SLOW : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html
= FAIL | 536 BUG8941 MAC DEBUG SLOW : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html
= FAIL |
| 537 BUG8941 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html =
FAIL TIMEOUT | 537 BUG8941 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html =
FAIL TIMEOUT |
| 538 BUG8941 WIN LINUX : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = FA
IL | 538 BUG8941 WIN : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = FAIL |
| 539 | 539 |
| 540 // ----------------------------------------------------------------- | 540 // ----------------------------------------------------------------- |
| 541 // TEXT | 541 // TEXT |
| 542 // ----------------------------------------------------------------- | 542 // ----------------------------------------------------------------- |
| 543 | 543 |
| 544 // This class of test fails because of size differences in text runs. | 544 // This class of test fails because of size differences in text runs. |
| 545 // Mostly this is because of international text rendering differences. | 545 // Mostly this is because of international text rendering differences. |
| 546 | 546 |
| 547 // Incrorect results, in incorrect international font metrics. | 547 // Incrorect results, in incorrect international font metrics. |
| 548 BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL | 548 BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL |
| (...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1291 // ---------------------------------------------------------------------------- | 1291 // ---------------------------------------------------------------------------- |
| 1292 // NEW FOR THE MERGE | 1292 // NEW FOR THE MERGE |
| 1293 // | 1293 // |
| 1294 // These tests need to have their output inspected to make sure it's reasonable | 1294 // These tests need to have their output inspected to make sure it's reasonable |
| 1295 // and then baselined if necessary. | 1295 // and then baselined if necessary. |
| 1296 // ---------------------------------------------------------------------------- | 1296 // ---------------------------------------------------------------------------- |
| 1297 | 1297 |
| 1298 // This test isn't hanging, it just takes 12-13 seconds to run. | 1298 // This test isn't hanging, it just takes 12-13 seconds to run. |
| 1299 BUG10322 SLOW : LayoutTests/http/tests/misc/acid3.html = FAIL | 1299 BUG10322 SLOW : LayoutTests/http/tests/misc/acid3.html = FAIL |
| 1300 | 1300 |
| 1301 // Has failed for Chromium since it was first checked in. | 1301 // Has failed for Chromium since it was first checked in. (Lighttpd related?) |
| 1302 BUG10323 LINUX WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-no-con
tent-length-onProgress.html = FAIL | 1302 BUG10323 WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-no-content-l
ength-onProgress.html = FAIL |
| 1303 | 1303 |
| 1304 // Times out because this uses dom storage which we don't implement. | 1304 // Times out because this uses dom storage which we don't implement. |
| 1305 BUG4360 SKIP : LayoutTests/security/autocomplete-cleared-on-back.html = TIMEOUT | 1305 BUG4360 SKIP : LayoutTests/security/autocomplete-cleared-on-back.html = TIMEOUT |
| 1306 | 1306 |
| 1307 // Post-MERGE failures: these will all need to be fixed one day | 1307 // Post-MERGE failures: these will all need to be fixed one day |
| 1308 | 1308 |
| 1309 // Linux pixeltest failure: caret is in the wrong place | 1309 // Linux pixeltest failure: caret is in the wrong place |
| 1310 // Upstream WebKit also skips this test and Safari with latest WebKit shows | 1310 // Upstream WebKit also skips this test and Safari with latest WebKit shows |
| 1311 // same behavior as Chromium. Not required for beta so marking as deferred. | 1311 // same behavior as Chromium. Not required for beta so marking as deferred. |
| 1312 BUG10324 : LayoutTests/editing/selection/caret-rtl-2.html = IMAGE | 1312 BUG10324 : LayoutTests/editing/selection/caret-rtl-2.html = IMAGE |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1455 // Form submit causes invalid page reload/navigation when action is a named | 1455 // Form submit causes invalid page reload/navigation when action is a named |
| 1456 // anchor | 1456 // anchor |
| 1457 BUG10357 DEBUG : LayoutTests/fast/dom/cssTarget-crash.html = TIMEOUT | 1457 BUG10357 DEBUG : LayoutTests/fast/dom/cssTarget-crash.html = TIMEOUT |
| 1458 BUG10357 RELEASE : LayoutTests/fast/dom/cssTarget-crash.html = TIMEOUT PASS | 1458 BUG10357 RELEASE : LayoutTests/fast/dom/cssTarget-crash.html = TIMEOUT PASS |
| 1459 | 1459 |
| 1460 // MERGE 38500:39550: New tests | 1460 // MERGE 38500:39550: New tests |
| 1461 // Missing expected results | 1461 // Missing expected results |
| 1462 BUG10358 SKIP MAC LINUX : LayoutTests/animations/animation-drt-api.html = PASS | 1462 BUG10358 SKIP MAC LINUX : LayoutTests/animations/animation-drt-api.html = PASS |
| 1463 | 1463 |
| 1464 // New test. We should fix it, but it doesn't need to block the current release | 1464 // New test. We should fix it, but it doesn't need to block the current release |
| 1465 BUG10361 WIN LINUX : LayoutTests/http/tests/misc/single-character-pi-stylesheet.
xhtml = FAIL | 1465 BUG10361 WIN : LayoutTests/http/tests/misc/single-character-pi-stylesheet.xhtml
= FAIL |
| 1466 | 1466 |
| 1467 // Windows is missing the green box. | 1467 // Windows is missing the green box. |
| 1468 // started to pass in roll to WebKit r50313 | 1468 // started to pass in roll to WebKit r50313 |
| 1469 BUG8729 WIN DEBUG : LayoutTests/http/tests/multipart/invalid-image-data.html = F
AIL | 1469 BUG8729 WIN DEBUG : LayoutTests/http/tests/multipart/invalid-image-data.html = F
AIL |
| 1470 BUG8729 SLOW WIN RELEASE : LayoutTests/http/tests/multipart/invalid-image-data.h
tml = FAIL | 1470 BUG8729 SLOW WIN RELEASE : LayoutTests/http/tests/multipart/invalid-image-data.h
tml = FAIL |
| 1471 | 1471 |
| 1472 // ----------------------------------------------------------------- | 1472 // ----------------------------------------------------------------- |
| 1473 // MAC PORT TESTS | 1473 // MAC PORT TESTS |
| 1474 // ----------------------------------------------------------------- | 1474 // ----------------------------------------------------------------- |
| 1475 | 1475 |
| (...skipping 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2863 // ==== WebKit roll 50258:50313 ==== | 2863 // ==== WebKit roll 50258:50313 ==== |
| 2864 BUG26291 MAC : LayoutTests/fast/text/atsui-multiple-renderers.html = IMAGE | 2864 BUG26291 MAC : LayoutTests/fast/text/atsui-multiple-renderers.html = IMAGE |
| 2865 BUG26291 MAC : LayoutTests/fast/text/drawBidiText.html = IMAGE | 2865 BUG26291 MAC : LayoutTests/fast/text/drawBidiText.html = IMAGE |
| 2866 BUG26291 MAC : LayoutTests/transforms/2d/hindi-rotated.html = IMAGE | 2866 BUG26291 MAC : LayoutTests/transforms/2d/hindi-rotated.html = IMAGE |
| 2867 | 2867 |
| 2868 // Flaky since at least WebKit 50258. | 2868 // Flaky since at least WebKit 50258. |
| 2869 BUG9798 WIN DEBUG : LayoutTests/media/video-empty-source.html = IMAGE PASS | 2869 BUG9798 WIN DEBUG : LayoutTests/media/video-empty-source.html = IMAGE PASS |
| 2870 BUG9798 RELEASE : LayoutTests/fast/dom/defaultView.html = TEXT PASS | 2870 BUG9798 RELEASE : LayoutTests/fast/dom/defaultView.html = TEXT PASS |
| 2871 BUG9798 WIN RELEASE : LayoutTests/http/tests/navigation/no-referrer-reset.html =
TIMEOUT PASS | 2871 BUG9798 WIN RELEASE : LayoutTests/http/tests/navigation/no-referrer-reset.html =
TIMEOUT PASS |
| 2872 | 2872 |
| 2873 // Webkit 50667:50696 | 2873 // Webkit 50667:50696 (Lighttpd related?) |
| 2874 BUG28417 LINUX WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-setreq
uestheader-no-value.html = TEXT | 2874 BUG28417 WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-setrequesthe
ader-no-value.html = TEXT |
| 2875 | 2875 |
| 2876 // more test flakiness | 2876 // more test flakiness |
| 2877 BUG27334 MAC RELEASE : LayoutTests/http/tests/misc/xhtml.php = PASS TIMEOUT | 2877 BUG27334 MAC RELEASE : LayoutTests/http/tests/misc/xhtml.php = PASS TIMEOUT |
| 2878 BUG27334 MAC : LayoutTests/http/tests/security/xssAuditor/object-embed-tag.html
= PASS | 2878 BUG27334 MAC : LayoutTests/http/tests/security/xssAuditor/object-embed-tag.html
= PASS |
| 2879 BUG27334 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/re-login-async.html
= PASS TIMEOUT | 2879 BUG27334 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/re-login-async.html
= PASS TIMEOUT |
| 2880 BUG27334 MAC DEBUG : LayoutTests/plugins/netscape-destroy-plugin-script-objects.
html = PASS TEXT | 2880 BUG27334 MAC DEBUG : LayoutTests/plugins/netscape-destroy-plugin-script-objects.
html = PASS TEXT |
| 2881 BUG27334 MAC DEBUG : LayoutTests/plugins/netscape-invoke-failure.html = PASS TEX
T | 2881 BUG27334 MAC DEBUG : LayoutTests/plugins/netscape-invoke-failure.html = PASS TEX
T |
| 2882 | 2882 |
| 2883 // more test flakiness | 2883 // more test flakiness |
| 2884 BUG27418 SLOW WIN RELEASE : LayoutTests/http/tests/cookies/simple-cookies-max-ag
e.html = PASS | 2884 BUG27418 SLOW WIN RELEASE : LayoutTests/http/tests/cookies/simple-cookies-max-ag
e.html = PASS |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2961 // New tests, seems proper drawing method is not implemented in Skia. Upstream r
51212. | 2961 // New tests, seems proper drawing method is not implemented in Skia. Upstream r
51212. |
| 2962 BUG28317 : LayoutTests/fast/css/color-correction-on-background-image.html = FAIL | 2962 BUG28317 : LayoutTests/fast/css/color-correction-on-background-image.html = FAIL |
| 2963 BUG28317 : LayoutTests/fast/css/color-correction-untagged-images.html = FAIL | 2963 BUG28317 : LayoutTests/fast/css/color-correction-untagged-images.html = FAIL |
| 2964 | 2964 |
| 2965 // Started failing with move from Lighttpd to Apache. | 2965 // Started failing with move from Lighttpd to Apache. |
| 2966 // Since we have some bots on Lighttpd and some on Apache, mark it as flaky for | 2966 // Since we have some bots on Lighttpd and some on Apache, mark it as flaky for |
| 2967 // now. Once we decide on one or the other, then we can address these tests. | 2967 // now. Once we decide on one or the other, then we can address these tests. |
| 2968 BUG_OJAN MAC LINUX : LayoutTests/http/tests/loading/text-content-type-with-binar
y-extension.html = TEXT PASS | 2968 BUG_OJAN MAC LINUX : LayoutTests/http/tests/loading/text-content-type-with-binar
y-extension.html = TEXT PASS |
| 2969 BUG_OJAN MAC : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = TEXT PA
SS | 2969 BUG_OJAN MAC : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = TEXT PA
SS |
| 2970 BUG_OJAN LINUX : LayoutTests/http/tests/xmlhttprequest/cache-override.html = TEX
T PASS | 2970 BUG_OJAN LINUX : LayoutTests/http/tests/xmlhttprequest/cache-override.html = TEX
T PASS |
| 2971 BUG_OJAN LINUX : LayoutTests/svg/custom/stop-crash.svg = CRASH | |
| 2972 | 2971 |
| 2973 // Started failing when we started sharding the http and fast directories. | 2972 // Started failing when we started sharding the http and fast directories. |
| 2974 // Likely it's because this test depends on some other http test running before | 2973 // Likely it's because this test depends on some other http test running before |
| 2975 // it that no longer does (or vice versa, some other test running before it | 2974 // it that no longer does (or vice versa, some other test running before it |
| 2976 // is causing it to fail). | 2975 // is causing it to fail). |
| 2977 BUG_OJAN LINUX DEBUG : LayoutTests/http/tests/navigation/lockedhistory-iframe.ht
ml = TEXT | 2976 BUG_OJAN LINUX DEBUG : LayoutTests/http/tests/navigation/lockedhistory-iframe.ht
ml = TEXT |
| 2978 | 2977 |
| 2979 // These tests time out *and* are slow. The test should be fixed to not timeout, | 2978 // These tests time out *and* are slow. The test should be fixed to not timeout, |
| 2980 // then should be marked as SLOW/PASS. | 2979 // then should be marked as SLOW/PASS. |
| 2981 BUG2844 : LayoutTests/http/tests/appcache/cyrillic-uri.html = TIMEOUT PASS | 2980 BUG2844 : LayoutTests/http/tests/appcache/cyrillic-uri.html = TIMEOUT PASS |
| (...skipping 18 matching lines...) Expand all Loading... |
| 3000 | 2999 |
| 3001 // Failures in TestShell that resulted from Mac plugin/focus fixes in r32631. | 3000 // Failures in TestShell that resulted from Mac plugin/focus fixes in r32631. |
| 3002 BUG28380 MAC : LayoutTests/fast/events/tabindex-focus-blur-all.html = CRASH FAIL | 3001 BUG28380 MAC : LayoutTests/fast/events/tabindex-focus-blur-all.html = CRASH FAIL |
| 3003 | 3002 |
| 3004 // New tests. Failures from merge 51253:51310. | 3003 // New tests. Failures from merge 51253:51310. |
| 3005 // Needs to implement NPN_reloadPlugins and add reloadPluginNoPages & reloadPlug
inAndPages | 3004 // Needs to implement NPN_reloadPlugins and add reloadPluginNoPages & reloadPlug
inAndPages |
| 3006 // to plugin object. | 3005 // to plugin object. |
| 3007 BUG29018 : LayoutTests/plugins/reloadplugins-no-pages.html = TEXT | 3006 BUG29018 : LayoutTests/plugins/reloadplugins-no-pages.html = TEXT |
| 3008 BUG29018 : LayoutTests/plugins/reloadplugins-and-pages.html = TIMEOUT | 3007 BUG29018 : LayoutTests/plugins/reloadplugins-and-pages.html = TIMEOUT |
| 3009 | 3008 |
| 3010 // TODO(michaeln): BUG29737, restore expectations after svg issues are resolved | |
| 3011 // BUG28605 LINUX : LayoutTests/svg/filters/big-sized-filter.svg = IMAGE | |
| 3012 // BUG28605 MAC : LayoutTests/svg/filters/big-sized-filter-2.svg = MISSING | |
| 3013 // BUG28605 WIN LINUX : LayoutTests/svg/filters/filterRes.svg = IMAGE | |
| 3014 BUG29737 MAC : LayoutTests/svg/filters/big-sized-filter.svg = IMAGE+TEXT | |
| 3015 BUG29737 MAC : LayoutTests/svg/filters/filterRes.svg = IMAGE+TEXT | |
| 3016 | |
| 3017 // New tests. Failures from merge 51210:51325. | 3009 // New tests. Failures from merge 51210:51325. |
| 3018 BUG28646 : LayoutTests/editing/selection/transformed-selection-rects.html = FAIL | 3010 BUG28646 : LayoutTests/editing/selection/transformed-selection-rects.html = FAIL |
| 3019 | 3011 |
| 3020 // New failures from merge 51412:51455. | 3012 // New failures from merge 51412:51455. |
| 3021 BUG28916 MAC : LayoutTests/editing/pasteboard/paste-xml.xhtml = IMAGE+TEXT | 3013 BUG28916 MAC : LayoutTests/editing/pasteboard/paste-xml.xhtml = IMAGE+TEXT |
| 3022 | 3014 |
| 3023 // Flaky test from r51224:r51237 roll. | 3015 // Flaky test from r51224:r51237 roll. |
| 3024 BUG28918 DEBUG : LayoutTests/storage/domstorage/localstorage/iframe-events.html
= CRASH PASS | 3016 BUG28918 DEBUG : LayoutTests/storage/domstorage/localstorage/iframe-events.html
= CRASH PASS |
| 3025 | 3017 |
| 3026 // Flaky test added by r51350. | 3018 // Flaky test added by r51350. |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3142 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/core/captions1.htm
l = IMAGE | 3134 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/core/captions1.htm
l = IMAGE |
| 3143 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/core/col_span2.htm
l = IMAGE | 3135 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/core/col_span2.htm
l = IMAGE |
| 3144 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_bord
er-table-row-group.html = IMAGE | 3136 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_bord
er-table-row-group.html = IMAGE |
| 3145 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_posi
tion-table-cell.html = IMAGE | 3137 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_posi
tion-table-cell.html = IMAGE |
| 3146 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_posi
tion-table-column-group.html = IMAGE | 3138 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_posi
tion-table-column-group.html = IMAGE |
| 3147 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_posi
tion-table-row.html = IMAGE | 3139 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_posi
tion-table-row.html = IMAGE |
| 3148 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/table_overf
low_dirty_reflow_row.html = IMAGE | 3140 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/table_overf
low_dirty_reflow_row.html = IMAGE |
| 3149 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/other/empty_cells.
html = IMAGE | 3141 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/other/empty_cells.
html = IMAGE |
| 3150 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/other/test4.html =
IMAGE | 3142 BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/other/test4.html =
IMAGE |
| 3151 BUG29748 LINUX : LayoutTests/fast/forms/input-align-image.html = IMAGE+TEXT | 3143 BUG29748 LINUX : LayoutTests/fast/forms/input-align-image.html = IMAGE+TEXT |
| 3144 BUG29748 WIN DEBUG : LayoutTests/fast/forms/input-align-image.html = IMAGE+TEXT
PASS |
| 3152 | 3145 |
| 3153 // More Webkit Roll to r51875 | 3146 // More Webkit Roll to r51875 |
| 3154 BUG29737 LINUX : LayoutTests/svg/filters/feGaussianBlur.svg = IMAGE+TEXT | |
| 3155 BUG29737 LINUX : LayoutTests/svg/filters/feMerge.svg = IMAGE+TEXT | |
| 3156 BUG29737 LINUX : LayoutTests/svg/filters/feOffset.svg = IMAGE+TEXT | |
| 3157 BUG29737 LINUX : LayoutTests/svg/filters/shadow-on-filter.svg = IMAGE+TEXT | |
| 3158 BUG29737 LINUX : LayoutTests/svg/filters/subRegion-in-userSpace.svg = IMAGE+TEXT | |
| 3159 BUG29737 LINUX : LayoutTests/svg/custom/js-svg-constructors.svg = TEXT | |
| 3160 BUG29737 LINUX : LayoutTests/svg/custom/svg-features.html = TEXT | |
| 3161 BUG29737 LINUX : LayoutTests/svg/filters/feMerge-wrong-input.svg = TEXT | |
| 3162 BUG29737 LINUX : LayoutTests/svg/custom/visibility-override-filter.svg = IMAGE+T
EXT | |
| 3163 BUG29737 LINUX : LayoutTests/svg/filters/feTile.svg = IMAGE+TEXT | |
| 3164 BUG29737 LINUX : LayoutTests/svg/custom/invalid-css.svg = TEXT | |
| 3165 BUG29737 LINUX : LayoutTests/svg/filters/feDisplacementMap.svg = IMAGE+TEXT | |
| 3166 BUG29737 LINUX : LayoutTests/svg/filters/feComposite.svg = TIMEOUT CRASH | 3147 BUG29737 LINUX : LayoutTests/svg/filters/feComposite.svg = TIMEOUT CRASH |
| 3167 BUG29737 LINUX : LayoutTests/svg/filters/big-sized-filter.svg = IMAGE+TEXT | |
| 3168 BUG29737 LINUX : LayoutTests/svg/filters/big-sized-filter-2.svg = IMAGE+TEXT | |
| 3169 | 3148 |
| 3170 // More Webkit Roll to r51875 | 3149 // More Webkit Roll to r51875 |
| 3171 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-blend-01-b.svg = IMAGE+TEXT | 3150 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-blend-01-b.svg = IMAGE+TEXT |
| 3172 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-color-01-b.svg = IMAGE+TEXT | 3151 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-color-01-b.svg = IMAGE+TEXT |
| 3173 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-comptran-01-b.svg = IMAGE+TEX
T | 3152 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-comptran-01-b.svg = IMAGE+TEX
T |
| 3174 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-example-01-b.svg = IMAGE+TEXT | 3153 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-example-01-b.svg = IMAGE+TEXT |
| 3175 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-gauss-01-b.svg = IMAGE+TEXT | 3154 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-gauss-01-b.svg = IMAGE+TEXT |
| 3176 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-morph-01-f.svg = IMAGE+TEXT | 3155 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-morph-01-f.svg = IMAGE+TEXT |
| 3177 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-offset-01-b.svg = IMAGE+TEXT | 3156 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-offset-01-b.svg = IMAGE+TEXT |
| 3178 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/struct-cond-03-t.svg = IMAGE+TEXT | 3157 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/struct-cond-03-t.svg = IMAGE+TEXT |
| (...skipping 27 matching lines...) Expand all Loading... |
| 3206 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-tile-01-b.svg = TEXT | 3185 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-tile-01-b.svg = TEXT |
| 3207 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-turb-01-f.svg = TEXT | 3186 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-turb-01-f.svg = TEXT |
| 3208 BUG29737 MAC : LayoutTests/svg/batik/filters/filterRegions.svg = TEXT | 3187 BUG29737 MAC : LayoutTests/svg/batik/filters/filterRegions.svg = TEXT |
| 3209 BUG29737 MAC : LayoutTests/svg/batik/text/textEffect.svg = TEXT | 3188 BUG29737 MAC : LayoutTests/svg/batik/text/textEffect.svg = TEXT |
| 3210 BUG29737 MAC : LayoutTests/svg/batik/text/textEffect3.svg = TEXT | 3189 BUG29737 MAC : LayoutTests/svg/batik/text/textEffect3.svg = TEXT |
| 3211 BUG29737 MAC : LayoutTests/svg/batik/text/textFeatures.svg = TEXT | 3190 BUG29737 MAC : LayoutTests/svg/batik/text/textFeatures.svg = TEXT |
| 3212 BUG29737 MAC : LayoutTests/svg/batik/text/textProperties.svg = TEXT | 3191 BUG29737 MAC : LayoutTests/svg/batik/text/textProperties.svg = TEXT |
| 3213 BUG29737 MAC : LayoutTests/svg/custom/feDisplacementMap-01.svg = TEXT | 3192 BUG29737 MAC : LayoutTests/svg/custom/feDisplacementMap-01.svg = TEXT |
| 3214 BUG29737 MAC : LayoutTests/svg/custom/non-opaque-filters.svg = TEXT | 3193 BUG29737 MAC : LayoutTests/svg/custom/non-opaque-filters.svg = TEXT |
| 3215 BUG29737 MAC : LayoutTests/svg/custom/visibility-override-filter.svg = TEXT | 3194 BUG29737 MAC : LayoutTests/svg/custom/visibility-override-filter.svg = TEXT |
| 3195 BUG29737 MAC : LayoutTests/svg/filters/big-sized-filter.svg = IMAGE+TEXT |
| 3216 BUG29737 MAC : LayoutTests/svg/filters/big-sized-filter-2.svg = TEXT | 3196 BUG29737 MAC : LayoutTests/svg/filters/big-sized-filter-2.svg = TEXT |
| 3197 BUG29737 MAC : LayoutTests/svg/filters/filterRes.svg = IMAGE+TEXT |
| 3217 BUG29737 MAC : LayoutTests/svg/filters/feMerge.svg = TEXT | 3198 BUG29737 MAC : LayoutTests/svg/filters/feMerge.svg = TEXT |
| 3218 BUG29737 MAC : LayoutTests/svg/filters/feOffset.svg = TEXT | 3199 BUG29737 MAC : LayoutTests/svg/filters/feOffset.svg = TEXT |
| 3219 BUG29737 MAC : LayoutTests/svg/filters/subRegion-in-userSpace.svg = TEXT | 3200 BUG29737 MAC : LayoutTests/svg/filters/subRegion-in-userSpace.svg = TEXT |
| 3220 BUG29737 MAC : LayoutTests/svg/filters/subRegion-one-effect.svg = TEXT | 3201 BUG29737 MAC : LayoutTests/svg/filters/subRegion-one-effect.svg = TEXT |
| 3221 BUG29737 MAC : LayoutTests/svg/filters/subRegion-two-effects.svg = TEXT | 3202 BUG29737 MAC : LayoutTests/svg/filters/subRegion-two-effects.svg = TEXT |
| 3222 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg = IMAGE | 3203 BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg = IMAGE |
| 3223 BUG29737 MAC : LayoutTests/svg/filters/sourceAlpha.svg = IMAGE+TEXT | 3204 BUG29737 MAC : LayoutTests/svg/filters/sourceAlpha.svg = IMAGE+TEXT |
| 3224 | 3205 |
| 3225 // More Webkit Roll to r51875 | 3206 // More Webkit Roll to r51875 |
| 3226 BUG29737 WIN LINUX : LayoutTests/fast/repaint/block-selection-gap-in-composited-
layer.html = IMAGE+TEXT | 3207 BUG29737 WIN LINUX : LayoutTests/fast/repaint/block-selection-gap-in-composited-
layer.html = IMAGE+TEXT |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3273 | 3254 |
| 3274 BUG30185 : LayoutTests/websocket/tests/handshake-error.html = TEXT PASS | 3255 BUG30185 : LayoutTests/websocket/tests/handshake-error.html = TEXT PASS |
| 3275 BUG30185 : LayoutTests/websocket/tests/handshake-fail-by-cross-origin.html = TEX
T PASS | 3256 BUG30185 : LayoutTests/websocket/tests/handshake-fail-by-cross-origin.html = TEX
T PASS |
| 3276 BUG30185 : LayoutTests/websocket/tests/handshake-fail-by-sub-protocol-mismatch.h
tml = TEXT PASS | 3257 BUG30185 : LayoutTests/websocket/tests/handshake-fail-by-sub-protocol-mismatch.h
tml = TEXT PASS |
| 3277 | 3258 |
| 3278 // evan's fix rolled out in http://trac.webkit.org/changeset/52071 due to compat
issues. | 3259 // evan's fix rolled out in http://trac.webkit.org/changeset/52071 due to compat
issues. |
| 3279 BUG30343 LINUX : LayoutTests/fast/css/large-number-round-trip.html = TEXT | 3260 BUG30343 LINUX : LayoutTests/fast/css/large-number-round-trip.html = TEXT |
| 3280 | 3261 |
| 3281 // Crash of unknown origin :( | 3262 // Crash of unknown origin :( |
| 3282 BUG_DGLAZKOV LINUX : LayoutTests/fast/images/svg-as-background.html = CRASH | 3263 BUG_DGLAZKOV LINUX : LayoutTests/fast/images/svg-as-background.html = CRASH |
| OLD | NEW |