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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 | 347 |
348 // This test doesn't work on the bbot. Works locally. | 348 // This test doesn't work on the bbot. Works locally. |
349 WONTFIX SKIP : chrome/http/tests/plugins/get-file-url.html = FAIL PASS TIMEOUT | 349 WONTFIX SKIP : chrome/http/tests/plugins/get-file-url.html = FAIL PASS TIMEOUT |
350 | 350 |
351 // Dashboard-related test | 351 // Dashboard-related test |
352 WONTFIX SKIP : LayoutTests/platform/mac/fast/css/dashboard-region-parser.html =
FAIL | 352 WONTFIX SKIP : LayoutTests/platform/mac/fast/css/dashboard-region-parser.html =
FAIL |
353 | 353 |
354 // Not a test? | 354 // Not a test? |
355 WONTFIX SKIP : LayoutTests/http/tests/incremental/pause-in-script-element.pl = F
AIL | 355 WONTFIX SKIP : LayoutTests/http/tests/incremental/pause-in-script-element.pl = F
AIL |
356 | 356 |
357 // This test times out. It is testing arbitrary limits on the sizes | |
358 // of regular expressions. We handle larger regular expressions than | |
359 // JSCRE, but it takes a long time to run this test because it | |
360 // repeatedly creates big regular expressions. All the test is trying | |
361 // to verify is that we don't crash on this page. | |
362 WONTFIX : LayoutTests/fast/js/regexp-charclass-crash.html = PASS TIMEOUT | |
363 | |
364 // This tests for an arbitrary limit set in JSCRE to terminate regular | 357 // This tests for an arbitrary limit set in JSCRE to terminate regular |
365 // expressions with an exponential matching behavior. Since the V8 | 358 // expressions with an exponential matching behavior. Since the V8 |
366 // regular expression engine can be preempted from the outside, we do not | 359 // regular expression engine can be preempted from the outside, we do not |
367 // need to limit the execution this way. Firefox also keeps running | 360 // need to limit the execution this way. Firefox also keeps running |
368 // on this one. | 361 // on this one. |
369 WONTFIX : LayoutTests/fast/regex/slow.html = TIMEOUT | 362 WONTFIX : LayoutTests/fast/regex/slow.html = TIMEOUT |
370 | 363 |
371 // Test to verify legacy MAC encodings. We don't want to support them and | 364 // Test to verify legacy MAC encodings. We don't want to support them and |
372 // have to skip this test. | 365 // have to skip this test. |
373 WONTFIX SKIP : LayoutTests/fast/encoding/char-decoding-mac.html = FAIL | 366 WONTFIX SKIP : LayoutTests/fast/encoding/char-decoding-mac.html = FAIL |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 BUG10271 MAC LINUX : LayoutTests/fast/events/dispatchEvent-crash.html = CRASH FA
IL | 472 BUG10271 MAC LINUX : LayoutTests/fast/events/dispatchEvent-crash.html = CRASH FA
IL |
480 | 473 |
481 // ----------------------------------------------------------------- | 474 // ----------------------------------------------------------------- |
482 // PENDING TESTS (forked to pending/, need to be sent upstream) | 475 // PENDING TESTS (forked to pending/, need to be sent upstream) |
483 // ----------------------------------------------------------------- | 476 // ----------------------------------------------------------------- |
484 | 477 |
485 // These tests don't work with fast timers due to setTimeout | 478 // These tests don't work with fast timers due to setTimeout |
486 // races. Pending versions have these fixed. | 479 // races. Pending versions have these fixed. |
487 // Upstreaming pending test needs work. | 480 // Upstreaming pending test needs work. |
488 // See https://bugs.webkit.org/show_bug.cgi?id=21536 | 481 // See https://bugs.webkit.org/show_bug.cgi?id=21536 |
489 BUG972450 : LayoutTests/fast/repaint/bugzilla-6473.html = PASS FAIL | 482 BUG972450 WIN LINUX : LayoutTests/fast/repaint/bugzilla-6473.html = PASS FAIL |
490 | 483 |
491 // ----------------------------------------------------------------- | 484 // ----------------------------------------------------------------- |
492 // Tests deferred until we provide support for a particular feature. | 485 // Tests deferred until we provide support for a particular feature. |
493 // ----------------------------------------------------------------- | 486 // ----------------------------------------------------------------- |
494 | 487 |
495 // These tests rely on the keygen tag, we need to implement | 488 // These tests rely on the keygen tag, we need to implement |
496 // WebCore::signedPublicKeyAndChallengeString to support them. | 489 // WebCore::signedPublicKeyAndChallengeString to support them. |
497 BUG20566 : LayoutTests/fast/html/keygen.html = FAIL | 490 BUG20566 : LayoutTests/fast/html/keygen.html = FAIL |
498 BUG20566 : LayoutTests/fast/invalid/residual-style.html = FAIL | 491 BUG20566 : LayoutTests/fast/invalid/residual-style.html = FAIL |
499 | 492 |
500 // Tests that clicking the "x" box in a search field clears it; we don't | |
501 // currently have such a box except on Mac (where it's part of the native | |
502 // widget). | |
503 BUG10272 WIN LINUX : LayoutTests/fast/forms/search-abs-pos-cancel-button.html =
FAIL PASS | |
504 | |
505 // ----------------------------------------------------------------- | 493 // ----------------------------------------------------------------- |
506 // Other | 494 // Other |
507 // ----------------------------------------------------------------- | 495 // ----------------------------------------------------------------- |
508 | 496 |
509 // Vertical scrollbar created when there is no overflow. | 497 // Vertical scrollbar created when there is no overflow. |
510 // See also https://bugs.webkit.org/show_bug.cgi?id=24434 . | 498 // See also https://bugs.webkit.org/show_bug.cgi?id=24434 . |
511 BUG1055396 LINUX WIN : LayoutTests/fast/forms/textarea-scrollbar-height.html = F
AIL | 499 BUG1055396 LINUX WIN : LayoutTests/fast/forms/textarea-scrollbar-height.html = F
AIL |
512 | 500 |
513 // Image with border="1" drawn without the border. | 501 // Image with border="1" drawn without the border. |
514 BUG1064038 LINUX WIN : LayoutTests/fast/forms/image-border.html = FAIL | 502 BUG1064038 LINUX WIN : LayoutTests/fast/forms/image-border.html = FAIL |
(...skipping 25 matching lines...) Expand all Loading... |
540 BUG852346 : LayoutTests/fast/history/clicked-link-is-visited.html = FAIL | 528 BUG852346 : LayoutTests/fast/history/clicked-link-is-visited.html = FAIL |
541 BUG842346 : LayoutTests/fast/history/subframe-is-visited.html = FAIL | 529 BUG842346 : LayoutTests/fast/history/subframe-is-visited.html = FAIL |
542 | 530 |
543 // We don't support NPN_Enumerate, but don't know of any plugin | 531 // We don't support NPN_Enumerate, but don't know of any plugin |
544 // which depends on that functionality. So we ignore this for beta. | 532 // which depends on that functionality. So we ignore this for beta. |
545 BUG849056 : LayoutTests/plugins/netscape-enumerate.html = FAIL | 533 BUG849056 : LayoutTests/plugins/netscape-enumerate.html = FAIL |
546 | 534 |
547 // This tests the screen's pixel depth, which we don't set on the buildbots | 535 // This tests the screen's pixel depth, which we don't set on the buildbots |
548 // so it depends on the users settings. Making this a broken test for us. | 536 // so it depends on the users settings. Making this a broken test for us. |
549 // The test must be fixed to not depend on user settings and rebaselined. post-
beta. | 537 // The test must be fixed to not depend on user settings and rebaselined. post-
beta. |
550 BUG10274 : LayoutTests/fast/dom/Window/window-screen-properties.html = FAIL PASS | 538 BUG10274 WIN LINUX : LayoutTests/fast/dom/Window/window-screen-properties.html =
FAIL PASS |
551 | 539 |
552 // Expectations for this test changed upstream. We should fix this test, but | 540 // Expectations for this test changed upstream. We should fix this test, but |
553 // it doesn't need to block the current release | 541 // it doesn't need to block the current release |
554 BUG10275 : LayoutTests/http/tests/security/cross-frame-access-put.html = FAIL | 542 BUG10275 : LayoutTests/http/tests/security/cross-frame-access-put.html = FAIL |
555 | 543 |
556 // We don't support support window.resizeTo (nor is it planned for Beta) | 544 // We don't support support window.resizeTo (nor is it planned for Beta) |
557 BUG982602 : LayoutTests/fast/dom/Window/window-resize-and-move-arguments.html =
FAIL | 545 BUG982602 : LayoutTests/fast/dom/Window/window-resize-and-move-arguments.html =
FAIL |
558 | 546 |
559 // Test expects that when focus is in an iframe and page-up is hit, the parent | |
560 // document is also scrolled | |
561 // IE and FF also "fail" this test. | |
562 BUG10276 : LayoutTests/fast/frames/iframe-scroll-page-up-down.html = FAIL | |
563 | |
564 // TODO(joshia): Need some changes to the test shell in order to support | 547 // TODO(joshia): Need some changes to the test shell in order to support |
565 // Java applet related unit tests. So disable the following for now. | 548 // Java applet related unit tests. So disable the following for now. |
566 BUG879449 : LayoutTests/fast/replaced/applet-disabled-positioned.html = FAIL | 549 BUG879449 : LayoutTests/fast/replaced/applet-disabled-positioned.html = FAIL |
567 BUG879449 : LayoutTests/fast/replaced/applet-rendering-java-disabled.html = FAIL | 550 BUG879449 : LayoutTests/fast/replaced/applet-rendering-java-disabled.html = FAIL |
568 | 551 |
569 // Due to differences in error pages. Needs re-baselining. | 552 // Due to differences in error pages. Needs re-baselining. |
570 BUG1204878 : LayoutTests/http/tests/navigation/post-goback1.html = FAIL | 553 BUG1204878 : LayoutTests/http/tests/navigation/post-goback1.html = FAIL |
571 | 554 |
572 // Since we don't have Aqua-themed controls, don't ignore the | 555 // Since we don't have Aqua-themed controls, don't ignore the |
573 // box-shadow properties of controls that request Aqua theming. But since Aqua | 556 // box-shadow properties of controls that request Aqua theming. But since Aqua |
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1102 | 1085 |
1103 // Following tests are failing because Chrome does not allow file url | 1086 // Following tests are failing because Chrome does not allow file url |
1104 // to access non-file urls. | 1087 // to access non-file urls. |
1105 // TODO(port): mac is passing these, does that mean something is wrong? | 1088 // TODO(port): mac is passing these, does that mean something is wrong? |
1106 BUG1026885 LINUX WIN : LayoutTests/editing/selection/4960137.html = FAIL | 1089 BUG1026885 LINUX WIN : LayoutTests/editing/selection/4960137.html = FAIL |
1107 | 1090 |
1108 // These fail the pixel tests in debug mode because they have | 1091 // These fail the pixel tests in debug mode because they have |
1109 // unpainted space (filled red in Debug but not in Release). | 1092 // unpainted space (filled red in Debug but not in Release). |
1110 // https://bugs.webkit.org/show_bug.cgi?id=8423 | 1093 // https://bugs.webkit.org/show_bug.cgi?id=8423 |
1111 BUG1115062 : LayoutTests/tables/mozilla_expected_failures/bugs/bug178855.xml = F
AIL PASS | 1094 BUG1115062 : LayoutTests/tables/mozilla_expected_failures/bugs/bug178855.xml = F
AIL PASS |
1112 BUG1115062 WIN MAC DEBUG : LayoutTests/fast/flexbox/flex-hang.html = FAIL PASS | |
1113 | 1095 |
1114 // Fails on webkit windows as well. | 1096 // Fails on webkit windows as well. |
1115 BUG1166644 WIN LINUX : LayoutTests/fast/events/attempt-scroll-with-no-scrollbars
.html = FAIL | 1097 BUG1166644 WIN LINUX : LayoutTests/fast/events/attempt-scroll-with-no-scrollbars
.html = FAIL |
1116 | 1098 |
1117 // The test may require a proper version of Java 6 RC 10 plugin | 1099 // The test may require a proper version of Java 6 RC 10 plugin |
1118 // installed to run. | 1100 // installed to run. |
1119 BUG10313 : LayoutTests/plugins/bindings-test.html = FAIL | 1101 BUG10313 : LayoutTests/plugins/bindings-test.html = FAIL |
1120 | 1102 |
1121 | 1103 |
1122 // No glyph for U+FFFD (Replacement Character : black diamond with | 1104 // No glyph for U+FFFD (Replacement Character : black diamond with |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1326 BUG10666 LINUX : chrome/fast/forms/basic-selects.html = FAIL | 1308 BUG10666 LINUX : chrome/fast/forms/basic-selects.html = FAIL |
1327 | 1309 |
1328 // These tests are marked as failing on Linux because they depend on QuickTime. | 1310 // These tests are marked as failing on Linux because they depend on QuickTime. |
1329 // See the bug for more discussion. | 1311 // See the bug for more discussion. |
1330 BUG15797 LINUX : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL | 1312 BUG15797 LINUX : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL |
1331 BUG15797 LINUX : LayoutTests/plugins/embed-attributes-setting.html = FAIL | 1313 BUG15797 LINUX : LayoutTests/plugins/embed-attributes-setting.html = FAIL |
1332 | 1314 |
1333 // Depends on plugin support. | 1315 // Depends on plugin support. |
1334 BUG10351 MAC : LayoutTests/accessibility/plugin.html = FAIL | 1316 BUG10351 MAC : LayoutTests/accessibility/plugin.html = FAIL |
1335 BUG10351 MAC : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL | 1317 BUG10351 MAC : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL |
1336 BUG10351 MAC : LayoutTests/fast/events/tabindex-focus-blur-all.html = FAIL PASS | |
1337 | 1318 |
1338 BUG10351 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug8499.html =
FAIL | 1319 BUG10351 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug8499.html =
FAIL |
1339 BUG10673 MAC : chrome/plugins/call-as-function.html = FAIL | 1320 BUG10673 MAC : chrome/plugins/call-as-function.html = FAIL |
1340 BUG10351 MAC : LayoutTests/http/tests/plugins/cross-frame-object-access.html = F
AIL | 1321 BUG10351 MAC : LayoutTests/http/tests/plugins/cross-frame-object-access.html = F
AIL |
1341 // Skip because we throw an exception before we get to dumpAsText. | 1322 // Skip because we throw an exception before we get to dumpAsText. |
1342 BUG10351 SKIP MAC : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroy
stream.html = FAIL | 1323 BUG10351 SKIP MAC : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroy
stream.html = FAIL |
1343 BUG10351 MAC : LayoutTests/plugins/embed-attributes-setting.html = FAIL | 1324 BUG10351 MAC : LayoutTests/plugins/embed-attributes-setting.html = FAIL |
1344 BUG10351 MAC : LayoutTests/plugins/embed-inside-object.html = TIMEOUT | 1325 BUG10351 MAC : LayoutTests/plugins/embed-inside-object.html = TIMEOUT |
1345 BUG10351 MAC : LayoutTests/plugins/get-empty-url.html = FAIL | 1326 BUG10351 MAC : LayoutTests/plugins/get-empty-url.html = FAIL |
1346 BUG10351 MAC : LayoutTests/plugins/get-url-that-the-resource-load-delegate-will-
disallow.html = FAIL | 1327 BUG10351 MAC : LayoutTests/plugins/get-url-that-the-resource-load-delegate-will-
disallow.html = FAIL |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1526 // following two lines. | 1507 // following two lines. |
1527 BUG10383 MAC : LayoutTests/http = CRASH TIMEOUT PASS | 1508 BUG10383 MAC : LayoutTests/http = CRASH TIMEOUT PASS |
1528 BUG10672 MAC : chrome/http = PASS CRASH TIMEOUT | 1509 BUG10672 MAC : chrome/http = PASS CRASH TIMEOUT |
1529 | 1510 |
1530 // The following are flaky in that some times the timeout or crash, but we think | 1511 // The following are flaky in that some times the timeout or crash, but we think |
1531 // it is because of bugs in other parts of the code and not specific to what | 1512 // it is because of bugs in other parts of the code and not specific to what |
1532 // these tests are doing. The are being noted here so we can get the buildbots | 1513 // these tests are doing. The are being noted here so we can get the buildbots |
1533 // green so new mac regressions are caught much quicker. | 1514 // green so new mac regressions are caught much quicker. |
1534 // (there are a few others marked w/ multiple status like this in other parts of | 1515 // (there are a few others marked w/ multiple status like this in other parts of |
1535 // the file, but they were left there as the comments in those areas are valid.) | 1516 // the file, but they were left there as the comments in those areas are valid.) |
1536 BUG10384 MAC : LayoutTests/fast/images/animated-background-image-crash.html = TI
MEOUT PASS | |
1537 BUG10674 MAC : chrome/http/tests/misc/set-window-opener-to-null.html = PASS TIME
OUT FAIL | 1517 BUG10674 MAC : chrome/http/tests/misc/set-window-opener-to-null.html = PASS TIME
OUT FAIL |
1538 BUG10384 MAC : LayoutTests/fast/dom/Window/new-window-opener.html = CRASH TIMEOU
T FAIL | 1518 BUG10384 MAC : LayoutTests/fast/dom/Window/new-window-opener.html = CRASH TIMEOU
T FAIL |
1539 BUG10384 MAC : LayoutTests/fast/forms/focus2.html = CRASH FAIL | 1519 BUG10384 MAC : LayoutTests/fast/forms/focus2.html = CRASH FAIL |
1540 BUG10384 MAC LINUX : LayoutTests/fast/css/acid2.html = CRASH PASS | 1520 |
1541 BUG10384 MAC : LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html = TIM
EOUT FAIL PASS | 1521 BUG10384 MAC : LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html = TIM
EOUT FAIL PASS |
1542 BUG10384 DEBUG MAC : LayoutTests/editing/selection/drag-to-contenteditable-ifram
e.html = FAIL PASS | 1522 BUG10384 DEBUG MAC : LayoutTests/editing/selection/drag-to-contenteditable-ifram
e.html = FAIL PASS |
1543 | 1523 |
1544 // ----------------------------------------------------------------- | 1524 // ----------------------------------------------------------------- |
1545 // END MAC PORT TESTS | 1525 // END MAC PORT TESTS |
1546 // ----------------------------------------------------------------- | 1526 // ----------------------------------------------------------------- |
1547 | 1527 |
1548 // Linux pixeltest failure: alpha=0.5 red (1,0,0) atop yellow (1,1,0) is | 1528 // Linux pixeltest failure: alpha=0.5 red (1,0,0) atop yellow (1,1,0) is |
1549 // coming out with with a slightly-less-than-100% red channel. This test fails | 1529 // coming out with with a slightly-less-than-100% red channel. This test fails |
1550 // because we enforce non-transparent color in Font::drawGlyphs. | 1530 // because we enforce non-transparent color in Font::drawGlyphs. |
1551 BUG700464 LINUX : LayoutTests/fast/css/hsla-color.html = FAIL | 1531 BUG700464 LINUX : LayoutTests/fast/css/hsla-color.html = FAIL |
1552 | 1532 |
1553 // Linux pixeltest failure: flaky? Appears without red locally. | |
1554 BUG10388 LINUX : LayoutTests/fast/layers/layer-visibility-sublayer.html = FAIL P
ASS | |
1555 | |
1556 // Implement layoutTestController.display() and | 1533 // Implement layoutTestController.display() and |
1557 // layoutTestController.testRepaint(). The only reason they are not marked as | 1534 // layoutTestController.testRepaint(). The only reason they are not marked as |
1558 // failures for Mac is because Mac doesn't yet run pixel tests where the | 1535 // failures for Mac is because Mac doesn't yet run pixel tests where the |
1559 // regression becomes visible. | 1536 // regression becomes visible. |
1560 BUG8630 WIN LINUX : LayoutTests/fast/repaint = FAIL | 1537 BUG8630 WIN LINUX : LayoutTests/fast/repaint = FAIL |
1561 BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-as-image-incremental-repaint.
html = FAIL | 1538 BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-as-image-incremental-repaint.
html = FAIL |
1562 BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint-2.html =
FAIL | 1539 BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint-2.html =
FAIL |
1563 BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint.html = FA
IL | 1540 BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint.html = FA
IL |
1564 | 1541 |
1565 // Linux pixeltest failure: Failing to rotate the form control | 1542 // Linux pixeltest failure: Failing to rotate the form control |
(...skipping 21 matching lines...) Expand all Loading... |
1587 BUG10394 WIN LINUX : LayoutTests/fast/events/standalone-image-drag-to-editable.h
tml = FAIL | 1564 BUG10394 WIN LINUX : LayoutTests/fast/events/standalone-image-drag-to-editable.h
tml = FAIL |
1588 | 1565 |
1589 // Merge 39309:39335 Regressions (RenderButton::setupInnerStyle regression). | 1566 // Merge 39309:39335 Regressions (RenderButton::setupInnerStyle regression). |
1590 BUG5737 LINUX : LayoutTests/fast/box-sizing/percentage-height.html = FAIL | 1567 BUG5737 LINUX : LayoutTests/fast/box-sizing/percentage-height.html = FAIL |
1591 BUG5737 LINUX : LayoutTests/fast/forms/001.html = FAIL | 1568 BUG5737 LINUX : LayoutTests/fast/forms/001.html = FAIL |
1592 BUG5737 LINUX : LayoutTests/fast/forms/input-first-letter.html = FAIL | 1569 BUG5737 LINUX : LayoutTests/fast/forms/input-first-letter.html = FAIL |
1593 | 1570 |
1594 // The (x) in type=search inputs appears to be slightly broken. This test will
also need a rebaseline. | 1571 // The (x) in type=search inputs appears to be slightly broken. This test will
also need a rebaseline. |
1595 BUG20439 WIN LINUX : LayoutTests/fast/forms/search-transformed.html = FAIL | 1572 BUG20439 WIN LINUX : LayoutTests/fast/forms/search-transformed.html = FAIL |
1596 | 1573 |
1597 // Merge 39369:39410: new test. Ran correctly and was baselined on Win32. | |
1598 BUG10396 MAC : LayoutTests/fast/reflections/reflection-overflow-hidden.html = FA
IL PASS | |
1599 | |
1600 // Linux's rotated text output looks terrible. | 1574 // Linux's rotated text output looks terrible. |
1601 BUG10397 LINUX : LayoutTests/fast/transforms/transformed-document-element.html =
FAIL | 1575 BUG10397 LINUX : LayoutTests/fast/transforms/transformed-document-element.html =
FAIL |
1602 | 1576 |
1603 // Merge 39744:39829 - new tests | |
1604 // New test. We should fix it, but it doesn't need to block the current release | |
1605 BUG10399 MAC : LayoutTests/fast/encoding/char-encoding-mac.html = FAIL | |
1606 | |
1607 // Merge 39744:39913? - regressions | 1577 // Merge 39744:39913? - regressions |
1608 BUG10403 LINUX : LayoutTests/http/tests/misc/uncacheable-script-repeated.html =
TIMEOUT PASS | 1578 BUG10403 LINUX : LayoutTests/http/tests/misc/uncacheable-script-repeated.html =
TIMEOUT PASS |
1609 BUG10403 LINUX : LayoutTests/http/tests/local/stylesheet-and-script-load-order-h
ttp.html = TIMEOUT PASS | 1579 BUG10403 LINUX : LayoutTests/http/tests/local/stylesheet-and-script-load-order-h
ttp.html = TIMEOUT PASS |
1610 BUG10403 LINUX : LayoutTests/svg/custom/animate-path-morphing.svg = FAIL PASS | 1580 BUG10403 LINUX : LayoutTests/svg/custom/animate-path-morphing.svg = FAIL PASS |
1611 BUG10403 LINUX : LayoutTests/svg/custom/circular-marker-reference-1.svg = FAIL P
ASS | 1581 BUG10403 LINUX : LayoutTests/svg/custom/circular-marker-reference-1.svg = FAIL P
ASS |
1612 BUG10403 LINUX : LayoutTests/transitions/change-values-during-transition.html =
FAIL PASS | 1582 BUG10403 LINUX : LayoutTests/transitions/change-values-during-transition.html =
FAIL PASS |
1613 | 1583 |
1614 // might need to be rebaselined in win, 'DRAFT' rendering incorrect before | 1584 // might need to be rebaselined in win, 'DRAFT' rendering incorrect before |
1615 BUG10405 WIN : LayoutTests/svg/custom/struct-use-09-b.svg = FAIL | 1585 BUG10405 WIN : LayoutTests/svg/custom/struct-use-09-b.svg = FAIL |
1616 | 1586 |
(...skipping 11 matching lines...) Expand all Loading... |
1628 BUG10411 : LayoutTests/svg/custom/gradient-stop-style-change.svg = FAIL PASS | 1598 BUG10411 : LayoutTests/svg/custom/gradient-stop-style-change.svg = FAIL PASS |
1629 | 1599 |
1630 // New tests added in http://trac.webkit.org/changeset/40424 | 1600 // New tests added in http://trac.webkit.org/changeset/40424 |
1631 // Renders the width of "600" off by 3. Looks OK but could still be a bug | 1601 // Renders the width of "600" off by 3. Looks OK but could still be a bug |
1632 // that we shouldn't rebaseline. | 1602 // that we shouldn't rebaseline. |
1633 BUG10417 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-fonts-02-t.svg = FAIL | 1603 BUG10417 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-fonts-02-t.svg = FAIL |
1634 BUG10417 LINUX : LayoutTests/svg/text/text-fonts-02-t.svg = FAIL | 1604 BUG10417 LINUX : LayoutTests/svg/text/text-fonts-02-t.svg = FAIL |
1635 | 1605 |
1636 // New test. We should fix it, but it doesn't need to block the current release | 1606 // New test. We should fix it, but it doesn't need to block the current release |
1637 BUG10418 : LayoutTests/transitions/zero-duration-with-non-zero-delay-end.html =
FAIL PASS | 1607 BUG10418 : LayoutTests/transitions/zero-duration-with-non-zero-delay-end.html =
FAIL PASS |
1638 BUG10418 SLOW MAC : LayoutTests/fast/events/click-count.html = FAIL PASS | 1608 BUG10418 SLOW MAC : LayoutTests/fast/events/click-count.html = PASS |
1639 BUG10418 WIN LINUX : LayoutTests/animations/change-keyframes.html = FAIL PASS | 1609 BUG10418 WIN LINUX : LayoutTests/animations/change-keyframes.html = FAIL PASS |
1640 | 1610 |
1641 // TODO(dsh): These started to fail after r9202. | 1611 // TODO(dsh): These started to fail after r9202. |
1642 BUG10419 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-path-01-b.svg = FAIL | 1612 BUG10419 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-path-01-b.svg = FAIL |
1643 BUG10419 LINUX : LayoutTests/svg/text/text-path-01-b.svg = FAIL | 1613 BUG10419 LINUX : LayoutTests/svg/text/text-path-01-b.svg = FAIL |
1644 | 1614 |
1645 // We could fix this test for us and upstream it if the test shell user agent | 1615 // We could fix this test for us and upstream it if the test shell user agent |
1646 // would let us differentiate test_shell and WebKit DumpTreeNode. | 1616 // would let us differentiate test_shell and WebKit DumpTreeNode. |
1647 BUG7482 : LayoutTests/http/tests/misc/timer-vs-loading.html = FAIL PASS TIMEOUT | 1617 BUG7482 : LayoutTests/http/tests/misc/timer-vs-loading.html = FAIL PASS TIMEOUT |
1648 | 1618 |
1649 // Regressions from WebKit merge 40722:40785 | 1619 // Regressions from WebKit merge 40722:40785 |
1650 // | 1620 // |
1651 // These ones look to just need fresh pixel baselines (likely caused by | 1621 // These ones look to just need fresh pixel baselines (likely caused by |
1652 // transformation matrices now using doubles instead of floats): | 1622 // transformation matrices now using doubles instead of floats): |
1653 BUG10420 LINUX : LayoutTests/fast/transforms/matrix-02.html = FAIL | 1623 BUG10420 LINUX : LayoutTests/fast/transforms/matrix-02.html = FAIL |
1654 // Misc failures: | 1624 // Misc failures: |
1655 // New test. We should fix it, but it doesn't need to block the current release | 1625 // New test. We should fix it, but it doesn't need to block the current release |
1656 BUG10420 LINUX : LayoutTests/svg/W3C-SVG-1.1/types-basicDOM-01-b.svg = FAIL | 1626 BUG10420 LINUX : LayoutTests/svg/W3C-SVG-1.1/types-basicDOM-01-b.svg = FAIL |
1657 BUG10420 LINUX : LayoutTests/svg/custom/use-transform.svg = FAIL | 1627 BUG10420 LINUX : LayoutTests/svg/custom/use-transform.svg = FAIL |
1658 | 1628 |
1659 // Regressions from WebKit merge to 40864 | 1629 // Regressions from WebKit merge to 40864 |
1660 // Likely just needs a rebaseline. | 1630 // Likely just needs a rebaseline. |
1661 BUG10421 LINUX : LayoutTests/fast/block/positioning/001.html = FAIL PASS | 1631 BUG10421 LINUX : LayoutTests/fast/block/positioning/001.html = FAIL PASS |
1662 | 1632 |
1663 // Started showing up the mac build bots as timeout or pass on 02/16/09 in | |
1664 // debug, starting 03/10/09 it sometimes passes in release. | |
1665 BUG10422 MAC : LayoutTests/fast/events/scrollbar-double-click.html = TIMEOUT PAS
S | |
1666 | |
1667 // Regressions from WebKit merge 40847-40875 | 1633 // Regressions from WebKit merge 40847-40875 |
1668 BUG10423 LINUX : LayoutTests/fast/box-shadow/basic-shadows.html = FAIL | 1634 BUG10423 LINUX : LayoutTests/fast/box-shadow/basic-shadows.html = FAIL |
1669 BUG10423 : LayoutTests/fast/forms/textarea-scrolled-endline-caret.html = FAIL PA
SS | |
1670 | |
1671 // Unknown reason. | |
1672 BUG10424 LINUX : LayoutTests/fast/canvas/unclosed-canvas-4.html = CRASH PASS | |
1673 | 1635 |
1674 // Regressions from WebKit merge 40875:41017 | 1636 // Regressions from WebKit merge 40875:41017 |
1675 BUG10426 LINUX : LayoutTests/fast/css-generated-content/beforeAfter-interdocumen
t.html = FAIL | 1637 BUG10426 LINUX : LayoutTests/fast/css-generated-content/beforeAfter-interdocumen
t.html = FAIL |
1676 // Selection highlight colors are wrong. | 1638 // Selection highlight colors are wrong. |
1677 BUG10426 LINUX : LayoutTests/fast/lists/drag-into-marker.html = FAIL | 1639 BUG10426 LINUX : LayoutTests/fast/lists/drag-into-marker.html = FAIL |
1678 | 1640 |
1679 // Flaky since the merge 41017:41057. | 1641 // Flaky since the merge 41017:41057. |
1680 BUG10428 WIN LINUX : LayoutTests/fast/canvas/fillrect_gradient.html = FAIL PASS | 1642 BUG10428 WIN LINUX : LayoutTests/fast/canvas/fillrect_gradient.html = FAIL PASS |
1681 | 1643 |
1682 // It's not clear that the test isn't wrong here. It believes that middle | 1644 // It's not clear that the test isn't wrong here. It believes that middle |
1683 // aligning 15px Ahem should end up in a certain spot. But we have the | 1645 // aligning 15px Ahem should end up in a certain spot. But we have the |
1684 // x-height correct and we're still one px off. | 1646 // x-height correct and we're still one px off. |
1685 BUG10429 LINUX : LayoutTests/css2.1/t100801-c544-valgn-01-d-ag.html = FAIL | 1647 BUG10429 LINUX : LayoutTests/css2.1/t100801-c544-valgn-01-d-ag.html = FAIL |
1686 | 1648 |
1687 // New failures from Merge 41078:41149 | 1649 // New failures from Merge 41078:41149 |
1688 BUG10430 LINUX : LayoutTests/fast/text/atsui-spacing-features.html = FAIL | 1650 BUG10430 LINUX : LayoutTests/fast/text/atsui-spacing-features.html = FAIL |
1689 BUG10430 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-intro-05-t.svg = FAIL | 1651 BUG10430 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-intro-05-t.svg = FAIL |
1690 BUG10430 LINUX : LayoutTests/svg/text/text-fonts-01-t.svg = FAIL | 1652 BUG10430 LINUX : LayoutTests/svg/text/text-fonts-01-t.svg = FAIL |
1691 BUG10430 LINUX : LayoutTests/svg/text/text-intro-05-t.svg = FAIL | 1653 BUG10430 LINUX : LayoutTests/svg/text/text-intro-05-t.svg = FAIL |
1692 | 1654 |
1693 // New tests from merge 41181:41217 | 1655 // New tests from merge 41181:41217 |
1694 BUG10431 LINUX WIN : LayoutTests/fast/dom/getBoundingClientRect-getClientRects-r
elative-to-viewport.html = FAIL PASS | |
1695 | 1656 |
1696 // Regressions from merge 41217:41268 | 1657 // Regressions from merge 41217:41268 |
1697 // Other failures | 1658 // Other failures |
1698 BUG10434 LINUX : LayoutTests/css1/text_properties/vertical_align.html = FAIL | 1659 BUG10434 LINUX : LayoutTests/css1/text_properties/vertical_align.html = FAIL |
1699 // SVG Mask-related tests. Most likely result of http://trac.webkit.org/changese
t/41266. | 1660 // SVG Mask-related tests. Most likely result of http://trac.webkit.org/changese
t/41266. |
1700 BUG10434 LINUX : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = FAIL | 1661 BUG10434 LINUX : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = FAIL |
1701 | 1662 |
1702 // Regression from merge 41268:41286 | 1663 // Regression from merge 41268:41286 |
1703 // We don't render linear gradient on text stroke. | 1664 // We don't render linear gradient on text stroke. |
1704 BUG10435 LINUX : LayoutTests/fast/canvas/canvas-text-alignment.html = FAIL | 1665 BUG10435 LINUX : LayoutTests/fast/canvas/canvas-text-alignment.html = FAIL |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1771 // These tests were rebaselined with failure long ago. We shouldn't do this, and | 1732 // These tests were rebaselined with failure long ago. We shouldn't do this, and |
1772 // instead work upstream to improve tests so that they don't fail. | 1733 // instead work upstream to improve tests so that they don't fail. |
1773 // Linux-only failures | 1734 // Linux-only failures |
1774 BUG10458 LINUX : LayoutTests/editing/inserting/6633727.html = FAIL | 1735 BUG10458 LINUX : LayoutTests/editing/inserting/6633727.html = FAIL |
1775 BUG10458 LINUX : LayoutTests/fast/block/float/overlapping-floats-with-overflow-h
idden.html = FAIL | 1736 BUG10458 LINUX : LayoutTests/fast/block/float/overlapping-floats-with-overflow-h
idden.html = FAIL |
1776 BUG10458 MAC LINUX : LayoutTests/fast/dom/java-applet-calls.html = FAIL | 1737 BUG10458 MAC LINUX : LayoutTests/fast/dom/java-applet-calls.html = FAIL |
1777 // Just need rebaseline | 1738 // Just need rebaseline |
1778 BUG10458 LINUX : LayoutTests/fast/forms/textarea-width.html = FAIL | 1739 BUG10458 LINUX : LayoutTests/fast/forms/textarea-width.html = FAIL |
1779 BUG10458 LINUX : LayoutTests/fast/parser/comment-in-textarea.html = FAIL | 1740 BUG10458 LINUX : LayoutTests/fast/parser/comment-in-textarea.html = FAIL |
1780 | 1741 |
1781 BUG10461 MAC : LayoutTests/fast/css/rgb-float.html = FAIL PASS | |
1782 BUG10461 MAC : LayoutTests/fast/forms/003.html = FAIL PASS | |
1783 BUG10461 MAC : LayoutTests/fast/forms/menulist-no-renderer-onmousedown.html = FA
IL PASS | |
1784 BUG10461 MAC : LayoutTests/fast/overflow/infiniteRecursion.html = FAIL PASS | |
1785 BUG10461 MAC : LayoutTests/fast/events/selectstart-during-autoscroll.html = TIME
OUT PASS | |
1786 BUG10461 MAC : LayoutTests/fast/images/animated-svg-as-image.html = TIMEOUT PASS | |
1787 // Missing expected results | 1742 // Missing expected results |
1788 BUG10461 SKIP : LayoutTests/platform/mac/fast/text/international/Geeza-Pro-verti
cal-metrics-adjustment.html = PASS | 1743 BUG10461 SKIP : LayoutTests/platform/mac/fast/text/international/Geeza-Pro-verti
cal-metrics-adjustment.html = PASS |
1789 | 1744 |
1790 // New failures from merge | 1745 // New failures from merge |
1791 BUG10463 WIN LINUX : LayoutTests/editing/selection/hit-test-anonymous.html = FAI
L | 1746 BUG10463 WIN LINUX : LayoutTests/editing/selection/hit-test-anonymous.html = FAI
L |
1792 BUG10463 WIN LINUX : LayoutTests/fast/forms/listbox-hit-test-zoomed.html = FAIL | 1747 BUG10463 WIN LINUX : LayoutTests/fast/forms/listbox-hit-test-zoomed.html = FAIL |
1793 BUG10463 WIN LINUX : LayoutTests/fast/forms/slider-zoomed.html = FAIL CRASH | 1748 BUG10463 WIN LINUX : LayoutTests/fast/forms/slider-zoomed.html = FAIL CRASH |
1794 | 1749 |
1795 // New tests, need Chromium baseline. | 1750 // New tests, need Chromium baseline. |
1796 BUG10465 LINUX : LayoutTests/fast/borders/border-image-border-radius.html = FAIL | 1751 BUG10465 LINUX : LayoutTests/fast/borders/border-image-border-radius.html = FAIL |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1866 BUG9786 : LayoutTests/http/tests/security/cross-frame-access-history-prototype.h
tml = FAIL | 1821 BUG9786 : LayoutTests/http/tests/security/cross-frame-access-history-prototype.h
tml = FAIL |
1867 BUG9786 : LayoutTests/http/tests/security/cross-frame-access-location-prototype.
html = FAIL | 1822 BUG9786 : LayoutTests/http/tests/security/cross-frame-access-location-prototype.
html = FAIL |
1868 BUG9786 : LayoutTests/http/tests/security/cross-frame-access-document-direct.htm
l = TIMEOUT | 1823 BUG9786 : LayoutTests/http/tests/security/cross-frame-access-document-direct.htm
l = TIMEOUT |
1869 BUG9787 WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-41-t.svg = FAIL | 1824 BUG9787 WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-41-t.svg = FAIL |
1870 BUG9787 : LayoutTests/svg/W3C-SVG-1.1/coords-trans-01-b.svg = FAIL | 1825 BUG9787 : LayoutTests/svg/W3C-SVG-1.1/coords-trans-01-b.svg = FAIL |
1871 BUG9787 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/painting-render-01-b.svg = FAIL | 1826 BUG9787 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/painting-render-01-b.svg = FAIL |
1872 BUG10479 RELEASE MAC : LayoutTests/fast/dom/Window/window-object-cross-frame-cal
ls.html = FAIL PASS CRASH | 1827 BUG10479 RELEASE MAC : LayoutTests/fast/dom/Window/window-object-cross-frame-cal
ls.html = FAIL PASS CRASH |
1873 BUG10479 MAC : LayoutTests/svg/hixie/perf/001.xml = FAIL | 1828 BUG10479 MAC : LayoutTests/svg/hixie/perf/001.xml = FAIL |
1874 BUG10479 MAC : LayoutTests/svg/hixie/perf/002.xml = FAIL | 1829 BUG10479 MAC : LayoutTests/svg/hixie/perf/002.xml = FAIL |
1875 | 1830 |
1876 BUG9798 : LayoutTests/fast/encoding/char-encoding.html = FAIL PASS | 1831 BUG9798 WIN DEBUG : LayoutTests/fast/encoding/char-encoding.html = FAIL PASS |
1877 BUG9798 : LayoutTests/http/tests/misc/css-reject-any-type-in-strict-mode.html =
TIMEOUT PASS | 1832 BUG9798 : LayoutTests/http/tests/misc/css-reject-any-type-in-strict-mode.html =
TIMEOUT PASS |
1878 BUG9798 : LayoutTests/http/tests/misc/image-blocked-src-change.html = FAIL PASS | 1833 BUG9798 : LayoutTests/http/tests/misc/image-blocked-src-change.html = FAIL PASS |
1879 BUG9798 : LayoutTests/http/tests/misc/redirect-with-quotes.php = TIMEOUT PASS | 1834 BUG9798 : LayoutTests/http/tests/misc/redirect-with-quotes.php = TIMEOUT PASS |
1880 BUG9798 : LayoutTests/http/tests/xmlhttprequest/basic-auth.html = TIMEOUT PASS | 1835 BUG9798 : LayoutTests/http/tests/xmlhttprequest/basic-auth.html = TIMEOUT PASS |
1881 BUG9798 WIN DEBUG : LayoutTests/editing/execCommand/paste-2.html = FAIL PASS | 1836 BUG9798 WIN DEBUG : LayoutTests/editing/execCommand/paste-2.html = FAIL PASS |
1882 BUG9798 DEBUG : LayoutTests/svg/custom/path-bad-data.svg = CRASH FAIL | 1837 BUG9798 DEBUG : LayoutTests/svg/custom/path-bad-data.svg = CRASH FAIL |
1883 BUG9798 : chrome/fast/dom/extensions/interval.html = CRASH FAIL PASS | 1838 BUG9798 : chrome/fast/dom/extensions/interval.html = CRASH FAIL PASS |
1884 BUG9798 LINUX : LayoutTests/fast/backgrounds/001.html = FAIL PASS CRASH | |
1885 BUG9798 LINUX : LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html = FA
IL PASS | 1839 BUG9798 LINUX : LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html = FA
IL PASS |
1886 BUG9798 LINUX : LayoutTests/fast/dom/delete-contents.html = FAIL PASS | |
1887 BUG9798 LINUX : LayoutTests/fast/dom/onerror-img.html = CRASH PASS | |
1888 BUG9798 LINUX : LayoutTests/fonts/cursive.html = FAIL PASS | |
1889 BUG9798 LINUX : LayoutTests/http/tests/misc/BOM-override-script.html = TIMEOUT P
ASS | 1840 BUG9798 LINUX : LayoutTests/http/tests/misc/BOM-override-script.html = TIMEOUT P
ASS |
1890 BUG9798 LINUX : LayoutTests/http/tests/navigation/error404-frames.html = TIMEOUT
PASS | 1841 BUG9798 LINUX : LayoutTests/http/tests/navigation/error404-frames.html = TIMEOUT
PASS |
1891 BUG9798 LINUX : LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-to-jav
ascript-url-sub-frame-2-level.html = FAIL PASS | 1842 BUG9798 LINUX : LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-to-jav
ascript-url-sub-frame-2-level.html = FAIL PASS |
1892 BUG9798 LINUX : LayoutTests/http/tests/security/originHeader/origin-header-for-p
ost.html = FAIL PASS TIMEOUT | 1843 BUG9798 LINUX : LayoutTests/http/tests/security/originHeader/origin-header-for-p
ost.html = FAIL PASS TIMEOUT |
1893 BUG9798 LINUX : LayoutTests/http/tests/security/postMessage/origin-unaffected-by
-document-domain.html = FAIL PASS | 1844 BUG9798 LINUX : LayoutTests/http/tests/security/postMessage/origin-unaffected-by
-document-domain.html = FAIL PASS |
1894 BUG9798 LINUX : LayoutTests/http/tests/security/protocol-compare-case-insensitiv
e.html = FAIL PASS | 1845 BUG9798 LINUX : LayoutTests/http/tests/security/protocol-compare-case-insensitiv
e.html = FAIL PASS |
1895 BUG9798 LINUX : LayoutTests/http/tests/security/xss-DENIED-assign-location-hostn
ame.html = FAIL PASS | 1846 BUG9798 LINUX : LayoutTests/http/tests/security/xss-DENIED-assign-location-hostn
ame.html = FAIL PASS |
1896 BUG9798 LINUX : LayoutTests/http/tests/security/xss-eval.html = FAIL PASS | 1847 BUG9798 LINUX : LayoutTests/http/tests/security/xss-eval.html = FAIL PASS |
1897 BUG9798 LINUX : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow
-preflight-cache-invalidation-by-header.html = FAIL PASS | 1848 BUG9798 LINUX : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow
-preflight-cache-invalidation-by-header.html = FAIL PASS |
1898 BUG9798 LINUX : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow
-preflight-cache.html = FAIL PASS | 1849 BUG9798 LINUX : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow
-preflight-cache.html = FAIL PASS |
(...skipping 12 matching lines...) Expand all Loading... |
1911 BUG9798 LINUX : LayoutTests/transitions/shorthand-border-transitions.html = FAIL
PASS | 1862 BUG9798 LINUX : LayoutTests/transitions/shorthand-border-transitions.html = FAIL
PASS |
1912 BUG9798 LINUX : LayoutTests/transitions/transition-end-event-all-properties.html
= FAIL PASS | 1863 BUG9798 LINUX : LayoutTests/transitions/transition-end-event-all-properties.html
= FAIL PASS |
1913 BUG9798 LINUX : LayoutTests/transitions/transition-end-event-left.html = FAIL PA
SS | 1864 BUG9798 LINUX : LayoutTests/transitions/transition-end-event-left.html = FAIL PA
SS |
1914 BUG9798 LINUX : LayoutTests/transitions/transition-end-event-multiple-04.html =
FAIL PASS | 1865 BUG9798 LINUX : LayoutTests/transitions/transition-end-event-multiple-04.html =
FAIL PASS |
1915 BUG9798 LINUX : LayoutTests/transitions/transition-timing-function.html = FAIL P
ASS | 1866 BUG9798 LINUX : LayoutTests/transitions/transition-timing-function.html = FAIL P
ASS |
1916 BUG9798 LINUX : chrome/http/tests/misc/set-window-opener-to-null.html = FAIL PAS
S | 1867 BUG9798 LINUX : chrome/http/tests/misc/set-window-opener-to-null.html = FAIL PAS
S |
1917 BUG9798 LINUX : pending/fast/repaint/bugzilla-6473.html = FAIL PASS | 1868 BUG9798 LINUX : pending/fast/repaint/bugzilla-6473.html = FAIL PASS |
1918 BUG9798 LINUX DEBUG : LayoutTests/transitions/repeated-firing-background-color.h
tml = FAIL PASS TIMEOUT | 1869 BUG9798 LINUX DEBUG : LayoutTests/transitions/repeated-firing-background-color.h
tml = FAIL PASS TIMEOUT |
1919 BUG9798 LINUX RELEASE : LayoutTests/svg/carto.net/colourpicker.svg = FAIL PASS | 1870 BUG9798 LINUX RELEASE : LayoutTests/svg/carto.net/colourpicker.svg = FAIL PASS |
1920 BUG9798 LINUX WIN : LayoutTests/http/tests/navigation/metaredirect-subframeload.
html = TIMEOUT PASS | 1871 BUG9798 LINUX WIN : LayoutTests/http/tests/navigation/metaredirect-subframeload.
html = TIMEOUT PASS |
1921 BUG9798 MAC : LayoutTests/fast/dom/onerror-img.html = FAIL PASS | |
1922 BUG9798 MAC : LayoutTests/fast/images/load-img-with-empty-src.html = FAIL PASS | |
1923 BUG9798 MAC : LayoutTests/http/tests/security/cross-frame-access-name-getter.htm
l = FAIL PASS | 1872 BUG9798 MAC : LayoutTests/http/tests/security/cross-frame-access-name-getter.htm
l = FAIL PASS |
1924 BUG9798 MAC : LayoutTests/http/tests/security/cross-frame-access-selection.html
= FAIL PASS | 1873 BUG9798 MAC : LayoutTests/http/tests/security/cross-frame-access-selection.html
= FAIL PASS |
1925 BUG9798 MAC : LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-s
ub-frame-2-level.html = FAIL PASS | 1874 BUG9798 MAC : LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-s
ub-frame-2-level.html = FAIL PASS |
1926 BUG9798 MAC : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-targete
d-link-navigation.html = FAIL PASS | 1875 BUG9798 MAC : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-targete
d-link-navigation.html = FAIL PASS |
1927 BUG9798 MAC : LayoutTests/http/tests/security/javascriptURL/xss-DENIED-from-java
script-url-in-foreign-domain-subframe.html = FAIL PASS | 1876 BUG9798 MAC : LayoutTests/http/tests/security/javascriptURL/xss-DENIED-from-java
script-url-in-foreign-domain-subframe.html = FAIL PASS |
1928 BUG9798 MAC : LayoutTests/http/tests/xmlhttprequest/access-control-basic-whiteli
st-response-headers.html = FAIL PASS | 1877 BUG9798 MAC : LayoutTests/http/tests/xmlhttprequest/access-control-basic-whiteli
st-response-headers.html = FAIL PASS |
1929 BUG9798 MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-sync.h
tml = FAIL PASS | 1878 BUG9798 MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-sync.h
tml = FAIL PASS |
1930 BUG9798 MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin.html =
FAIL PASS | 1879 BUG9798 MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin.html =
FAIL PASS |
1931 BUG9798 MAC : LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml = TI
MEOUT FAIL | 1880 BUG9798 MAC : LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml = TI
MEOUT FAIL |
1932 BUG9798 MAC : LayoutTests/svg/hixie/processing-model/003.xml = TIMEOUT PASS | 1881 BUG9798 MAC : LayoutTests/svg/hixie/processing-model/003.xml = TIMEOUT PASS |
1933 BUG9798 MAC : LayoutTests/tables/mozilla/other/test3.html = TIMEOUT PASS | 1882 BUG9798 MAC : LayoutTests/tables/mozilla/other/test3.html = TIMEOUT PASS |
1934 BUG9798 MAC : LayoutTests/transitions/transition-timing-function.html = FAIL PAS
S | 1883 BUG9798 MAC : LayoutTests/transitions/transition-timing-function.html = FAIL PAS
S |
1935 BUG9798 MAC DEBUG : LayoutTests/fast/body-propagation/overflow/004-xhtml.xhtml =
FAIL PASS | |
1936 BUG9798 WIN : LayoutTests/fast/dom/Window/window-lookup-precedence.html = TIMEOU
T PASS CRASH | |
1937 BUG9798 WIN : LayoutTests/fast/events/tabindex-focus-blur-all.html = FAIL PASS T
IMEOUT | |
1938 BUG9798 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-gc.html = CRASH PAS
S | 1884 BUG9798 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-gc.html = CRASH PAS
S |
1939 BUG9798 WIN : LayoutTests/http/tests/mime/standard-mode-loads-stylesheet-with-ch
arset-and-css-extension.html = TIMEOUT PASS | 1885 BUG9798 WIN : LayoutTests/http/tests/mime/standard-mode-loads-stylesheet-with-ch
arset-and-css-extension.html = TIMEOUT PASS |
1940 BUG9798 WIN : LayoutTests/http/tests/mime/standard-mode-loads-stylesheet-with-ch
arset.html = TIMEOUT PASS | 1886 BUG9798 WIN : LayoutTests/http/tests/mime/standard-mode-loads-stylesheet-with-ch
arset.html = TIMEOUT PASS |
1941 BUG9798 WIN : LayoutTests/http/tests/mime/standard-mode-loads-stylesheet-with-te
xt-css-and-invalid-type.html = TIMEOUT PASS | 1887 BUG9798 WIN : LayoutTests/http/tests/mime/standard-mode-loads-stylesheet-with-te
xt-css-and-invalid-type.html = TIMEOUT PASS |
1942 BUG9798 WIN : LayoutTests/http/tests/misc/css-accept-any-type.html = TIMEOUT PAS
S | 1888 BUG9798 WIN : LayoutTests/http/tests/misc/css-accept-any-type.html = TIMEOUT PAS
S |
1943 BUG9798 WIN : LayoutTests/http/tests/misc/empty-file-formdata.html = TIMEOUT PAS
S | 1889 BUG9798 WIN : LayoutTests/http/tests/misc/empty-file-formdata.html = TIMEOUT PAS
S |
1944 BUG9798 WIN : LayoutTests/http/tests/misc/redirect.php = TIMEOUT PASS | 1890 BUG9798 WIN : LayoutTests/http/tests/misc/redirect.php = TIMEOUT PASS |
1945 BUG9798 WIN : LayoutTests/http/tests/misc/refresh-headers.php = TIMEOUT PASS | 1891 BUG9798 WIN : LayoutTests/http/tests/misc/refresh-headers.php = TIMEOUT PASS |
1946 BUG9798 WIN : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TIMEOUT P
ASS | 1892 BUG9798 WIN : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TIMEOUT P
ASS |
1947 BUG9798 WIN : LayoutTests/http/tests/misc/submit-get-in-utf32be.html = TIMEOUT P
ASS | 1893 BUG9798 WIN : LayoutTests/http/tests/misc/submit-get-in-utf32be.html = TIMEOUT P
ASS |
(...skipping 16 matching lines...) Expand all Loading... |
1964 BUG9798 WIN : LayoutTests/http/tests/uri/escaped-entity.html = TIMEOUT PASS | 1910 BUG9798 WIN : LayoutTests/http/tests/uri/escaped-entity.html = TIMEOUT PASS |
1965 BUG9798 WIN : LayoutTests/http/tests/uri/utf8-path.html = TIMEOUT PASS | 1911 BUG9798 WIN : LayoutTests/http/tests/uri/utf8-path.html = TIMEOUT PASS |
1966 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-p
reflight-cache-invalidation-by-header.html = TIMEOUT PASS | 1912 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-p
reflight-cache-invalidation-by-header.html = TIMEOUT PASS |
1967 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-p
reflight-cache-timeout.html = TIMEOUT PASS | 1913 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-p
reflight-cache-timeout.html = TIMEOUT PASS |
1968 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-p
reflight-cache.html = TIMEOUT PASS | 1914 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-p
reflight-cache.html = TIMEOUT PASS |
1969 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/authorization-header.html =
TIMEOUT PASS | 1915 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/authorization-header.html =
TIMEOUT PASS |
1970 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/failed-auth.html = TIMEOUT P
ASS | 1916 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/failed-auth.html = TIMEOUT P
ASS |
1971 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-contenttype-e
mpty.html = TIMEOUT PASS | 1917 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-contenttype-e
mpty.html = TIMEOUT PASS |
1972 BUG9798 WIN : LayoutTests/svg/hixie/error/009.xml = CRASH PASS | 1918 BUG9798 WIN : LayoutTests/svg/hixie/error/009.xml = CRASH PASS |
1973 BUG9798 WIN : LayoutTests/transitions/change-values-during-transition.html = FAI
L PASS | 1919 BUG9798 WIN : LayoutTests/transitions/change-values-during-transition.html = FAI
L PASS |
1974 BUG9798 WIN DEBUG : LayoutTests/fast/xsl/xslt-fragment-in-empty-doc.html = CRASH
PASS | |
1975 BUG9798 WIN DEBUG : LayoutTests/svg/dom/SVGScriptElement/script-change-externalR
esourcesRequired-while-loading.svg = CRASH PASS | 1920 BUG9798 WIN DEBUG : LayoutTests/svg/dom/SVGScriptElement/script-change-externalR
esourcesRequired-while-loading.svg = CRASH PASS |
1976 BUG9798 WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/state-after-network-
error.html = TIMEOUT PASS | 1921 BUG9798 WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/state-after-network-
error.html = TIMEOUT PASS |
1977 | 1922 |
1978 BUG9797 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/filters-gauss-01-b.svg = CRASH
PASS | 1923 BUG9797 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/filters-gauss-01-b.svg = CRASH
PASS |
1979 BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/colourpicker.svg = CRASH FAIL | 1924 BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/colourpicker.svg = CRASH FAIL |
1980 BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/tabgroup.svg = CRASH PASS | 1925 BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/tabgroup.svg = CRASH PASS |
1981 BUG9797 : LayoutTests/fast/body-propagation/overflow/004.html = FAIL PASS | |
1982 BUG9797 MAC DEBUG : LayoutTests/tables/mozilla/bugs/bug137388-2.html = FAIL PASS | 1926 BUG9797 MAC DEBUG : LayoutTests/tables/mozilla/bugs/bug137388-2.html = FAIL PASS |
1983 BUG9797 WIN DEBUG : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS | 1927 BUG9797 WIN DEBUG : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS |
1984 BUG9797 WIN LINUX : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = F
AIL PASS | 1928 BUG9797 WIN LINUX : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = F
AIL PASS |
1985 BUG9797 WIN DEBUG : LayoutTests/fast/encoding/namespace-tolerance.html = CRASH P
ASS | |
1986 BUG9797 WIN DEBUG : LayoutTests/fast/loader/file-URL-with-port-number.html = FAI
L PASS | |
1987 BUG9797 WIN DEBUG : LayoutTests/http/tests/navigation/lockedhistory-iframe.html
= FAIL PASS | 1929 BUG9797 WIN DEBUG : LayoutTests/http/tests/navigation/lockedhistory-iframe.html
= FAIL PASS |
1988 BUG9797 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-first-tim
e.html = CRASH PASS | 1930 BUG9797 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-first-tim
e.html = CRASH PASS |
1989 BUG9797 BUG9798 WIN DEBUG : LayoutTests/http/tests/xmlhttprequest/state-after-ne
twork-error.html = CRASH TIMEOUT PASS | 1931 BUG9797 BUG9798 WIN DEBUG : LayoutTests/http/tests/xmlhttprequest/state-after-ne
twork-error.html = CRASH TIMEOUT PASS |
1990 BUG9797 WIN DEBUG : LayoutTests/svg/W3C-SVG-1.1/extend-namespace-01-f.svg = CRAS
H PASS | 1932 BUG9797 WIN DEBUG : LayoutTests/svg/W3C-SVG-1.1/extend-namespace-01-f.svg = CRAS
H PASS |
1991 BUG9797 WIN DEBUG : LayoutTests/svg/css/css-box-min-width.html = CRASH PASS | 1933 BUG9797 WIN DEBUG : LayoutTests/svg/css/css-box-min-width.html = CRASH PASS |
1992 BUG9797 WIN DEBUG : LayoutTests/traversal/node-iterator-009.html = CRASH PASS | 1934 BUG9797 WIN DEBUG : LayoutTests/traversal/node-iterator-009.html = CRASH PASS |
1993 | 1935 |
1994 // Failed in WebKit merge 42287:42324 | 1936 // Failed in WebKit merge 42287:42324 |
1995 BUG9916 WIN LINUX : LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html = FAIL | 1937 BUG9916 WIN LINUX : LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html = FAIL |
1996 | 1938 |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2064 | 2006 |
2065 // Need Linux rebaselines from WebKit Merge 42805:42932 | 2007 // Need Linux rebaselines from WebKit Merge 42805:42932 |
2066 BUG11123 LINUX : LayoutTests/editing/deleting/delete-br-013.html = FAIL | 2008 BUG11123 LINUX : LayoutTests/editing/deleting/delete-br-013.html = FAIL |
2067 BUG11123 LINUX : LayoutTests/editing/inserting/4960120-1.html = FAIL | 2009 BUG11123 LINUX : LayoutTests/editing/inserting/4960120-1.html = FAIL |
2068 BUG11123 LINUX : LayoutTests/editing/pasteboard/paste-blockquote-after-blockquot
e.html = FAIL | 2010 BUG11123 LINUX : LayoutTests/editing/pasteboard/paste-blockquote-after-blockquot
e.html = FAIL |
2069 BUG11123 LINUX : LayoutTests/editing/pasteboard/paste-blockquote-into-blockquote
-3.html = FAIL | 2011 BUG11123 LINUX : LayoutTests/editing/pasteboard/paste-blockquote-into-blockquote
-3.html = FAIL |
2070 BUG11123 LINUX : LayoutTests/fast/css/nested-layers-with-hover.html = FAIL | 2012 BUG11123 LINUX : LayoutTests/fast/css/nested-layers-with-hover.html = FAIL |
2071 BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrollbar.html = FAIL | 2013 BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrollbar.html = FAIL |
2072 BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrolled-type.html = FAIL | 2014 BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrolled-type.html = FAIL |
2073 | 2015 |
2074 // Mysteriously started failing right around the v8 scons->gyp change. | |
2075 BUG11176 MAC : LayoutTests/fast/css/first-child-pseudo-class.html = FAIL PASS | |
2076 BUG11176 LINUX MAC WIN : LayoutTests/fast/forms/input-align-image.html = FAIL PA
SS | |
2077 | |
2078 // New failures from WebKit Merge 42932:42994 | 2016 // New failures from WebKit Merge 42932:42994 |
2079 BUG11604 DEBUG WIN : LayoutTests/transitions/repeated-firing-background-color.ht
ml = FAIL PASS | 2017 BUG11604 DEBUG WIN : LayoutTests/transitions/repeated-firing-background-color.ht
ml = FAIL PASS |
2080 | 2018 |
2081 // New tests from WebKit Merge 42932:42994 | 2019 // New tests from WebKit Merge 42932:42994 |
2082 BUG11179 : LayoutTests/http/tests/xmlhttprequest/detaching-frame-2.html = FAIL T
IMEOUT | 2020 BUG11179 : LayoutTests/http/tests/xmlhttprequest/detaching-frame-2.html = FAIL T
IMEOUT |
2083 | 2021 |
2084 // Chrome does not support WebArchives (just like Safari for Windows), | 2022 // Chrome does not support WebArchives (just like Safari for Windows), |
2085 // although we might eventually want to on Mac. | 2023 // although we might eventually want to on Mac. |
2086 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-body-webarchive.htm
l = FAIL | 2024 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-body-webarchive.htm
l = FAIL |
2087 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-node-webarchive.htm
l = FAIL | 2025 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-node-webarchive.htm
l = FAIL |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2146 | 2084 |
2147 // Already baselined for chromium-win, may need to be done for mac/linux as well
. | 2085 // Already baselined for chromium-win, may need to be done for mac/linux as well
. |
2148 BUG11796 LINUX : LayoutTests/fast/forms/search-styled.html = FAIL | 2086 BUG11796 LINUX : LayoutTests/fast/forms/search-styled.html = FAIL |
2149 | 2087 |
2150 // Flaky Mac tests | 2088 // Flaky Mac tests |
2151 BUG11810 MAC : LayoutTests/http/tests/navigation/post-goback-same-url.html = TIM
EOUT PASS | 2089 BUG11810 MAC : LayoutTests/http/tests/navigation/post-goback-same-url.html = TIM
EOUT PASS |
2152 | 2090 |
2153 // Flaky Linux tests | 2091 // Flaky Linux tests |
2154 BUG11832 LINUX : LayoutTests/svg/custom/circular-marker-reference-4.svg = FAIL P
ASS | 2092 BUG11832 LINUX : LayoutTests/svg/custom/circular-marker-reference-4.svg = FAIL P
ASS |
2155 BUG11832 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = FA
IL PASS | 2093 BUG11832 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = FA
IL PASS |
2156 BUG11832 LINUX : LayoutTests/fast/css/transition-color-unspecified.html = FAIL P
ASS | |
2157 BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/request-encoding.html = T
IMEOUT PASS | 2094 BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/request-encoding.html = T
IMEOUT PASS |
2158 BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open
-005.html = CRASH PASS | 2095 BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open
-005.html = CRASH PASS |
2159 BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open
-010.html = CRASH PASS | 2096 BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open
-010.html = CRASH PASS |
2160 BUG11832 LINUX DEBUG : LayoutTests/http/tests/xmlhttprequest/web-apps/004.html =
CRASH PASS | 2097 BUG11832 LINUX DEBUG : LayoutTests/http/tests/xmlhttprequest/web-apps/004.html =
CRASH PASS |
2161 | 2098 |
2162 // Flaky Windows/Linux Tests | 2099 // Flaky Windows/Linux Tests |
2163 BUG11898 WIN LINUX MAC : LayoutTests/svg/dom/SVGScriptElement/script-set-href.sv
g = FAIL PASS | 2100 BUG11898 WIN LINUX MAC : LayoutTests/svg/dom/SVGScriptElement/script-set-href.sv
g = FAIL PASS |
2164 BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16be.html = TI
MEOUT PASS | 2101 BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16be.html = TI
MEOUT PASS |
2165 BUG11898 WIN : LayoutTests/http/tests/xmlhttprequest/web-apps/004.html = CRASH P
ASS | 2102 BUG11898 WIN : LayoutTests/http/tests/xmlhttprequest/web-apps/004.html = CRASH P
ASS |
2166 BUG18772 WIN DEBUG : LayoutTests/http/tests/navigation/post-goback-same-url.html
= TIMEOUT PASS | 2103 BUG18772 WIN DEBUG : LayoutTests/http/tests/navigation/post-goback-same-url.html
= TIMEOUT PASS |
(...skipping 16 matching lines...) Expand all Loading... |
2183 BUG12254 SKIP : LayoutTests/fast/xhtmlmp/noscript.xhtml = FAIL | 2120 BUG12254 SKIP : LayoutTests/fast/xhtmlmp/noscript.xhtml = FAIL |
2184 | 2121 |
2185 // wap css tests were added in http://trac.webkit.org/changeset/43887 and are | 2122 // wap css tests were added in http://trac.webkit.org/changeset/43887 and are |
2186 // skipped on all platforms upstream. | 2123 // skipped on all platforms upstream. |
2187 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-dir.xhtml = FAIL | 2124 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-dir.xhtml = FAIL |
2188 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-loop.xhtml = FAIL | 2125 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-loop.xhtml = FAIL |
2189 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-speed.xhtml = FAIL | 2126 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-speed.xhtml = FAIL |
2190 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-style.xhtml = FAIL | 2127 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-style.xhtml = FAIL |
2191 | 2128 |
2192 // Details for all of these are in the bugs. | 2129 // Details for all of these are in the bugs. |
2193 BUG12340 WIN : LayoutTests/fast/body-propagation/overflow/004-xhtml.xhtml = PASS
FAIL | |
2194 BUG12341 DEBUG WIN : LayoutTests/editing/selection/4975120.html = PASS FAIL | 2130 BUG12341 DEBUG WIN : LayoutTests/editing/selection/4975120.html = PASS FAIL |
2195 BUG12354 : LayoutTests/plugins/netscape-invoke-browserfuncs.html = FAIL | 2131 BUG12354 : LayoutTests/plugins/netscape-invoke-browserfuncs.html = FAIL |
2196 BUG12361 : LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon.ht
ml = FAIL | 2132 BUG12361 : LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon.ht
ml = FAIL |
2197 | 2133 |
2198 // webkit 44010+44027 introducted new tests | 2134 // webkit 44010+44027 introducted new tests |
2199 BUG12477 : LayoutTests/http/tests/local/drag-over-remote-content.html = FAIL | 2135 BUG12477 : LayoutTests/http/tests/local/drag-over-remote-content.html = FAIL |
2200 BUG12477 : LayoutTests/http/tests/security/drag-over-remote-content-iframe.html
= FAIL | 2136 BUG12477 : LayoutTests/http/tests/security/drag-over-remote-content-iframe.html
= FAIL |
2201 | 2137 |
2202 // WebKit 44202:44252 introduced new tests | 2138 // WebKit 44202:44252 introduced new tests |
2203 BUG12881 WIN LINUX : LayoutTests/fast/forms/isindex-placeholder.html = FAIL | 2139 BUG12881 WIN LINUX : LayoutTests/fast/forms/isindex-placeholder.html = FAIL |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2293 WONTFIX SKIP : LayoutTests/fast/events/message-channel-listener-circular-ownersh
ip.html = FAIL | 2229 WONTFIX SKIP : LayoutTests/fast/events/message-channel-listener-circular-ownersh
ip.html = FAIL |
2294 WONTFIX SKIP : LayoutTests/fast/events/message-port-clone.html = FAIL | 2230 WONTFIX SKIP : LayoutTests/fast/events/message-port-clone.html = FAIL |
2295 WONTFIX SKIP : LayoutTests/fast/events/message-port-deleted-document.html = FAIL | 2231 WONTFIX SKIP : LayoutTests/fast/events/message-port-deleted-document.html = FAIL |
2296 WONTFIX SKIP : LayoutTests/fast/events/message-port-deleted-frame.html = FAIL | 2232 WONTFIX SKIP : LayoutTests/fast/events/message-port-deleted-frame.html = FAIL |
2297 WONTFIX SKIP : LayoutTests/fast/events/message-port-inactive-document.html = FAI
L | 2233 WONTFIX SKIP : LayoutTests/fast/events/message-port-inactive-document.html = FAI
L |
2298 WONTFIX SKIP : LayoutTests/fast/events/message-port-no-wrapper.html = FAIL | 2234 WONTFIX SKIP : LayoutTests/fast/events/message-port-no-wrapper.html = FAIL |
2299 WONTFIX SKIP : LayoutTests/fast/events/message-port.html = FAIL | 2235 WONTFIX SKIP : LayoutTests/fast/events/message-port.html = FAIL |
2300 WONTFIX SKIP : LayoutTests/http/tests/security/MessagePort/event-listener-contex
t.html = FAIL | 2236 WONTFIX SKIP : LayoutTests/http/tests/security/MessagePort/event-listener-contex
t.html = FAIL |
2301 WONTFIX SKIP : chrome/fast/dom/messageport-gc.html = FAIL | 2237 WONTFIX SKIP : chrome/fast/dom/messageport-gc.html = FAIL |
2302 | 2238 |
2303 // WebKit merge 45685:45738 | |
2304 BUG16652 : LayoutTests/fast/replaced/embed-display-none.html = PASS CRASH | |
2305 | |
2306 // WebKit tests regressions 20529:20532 | 2239 // WebKit tests regressions 20529:20532 |
2307 BUG16675 MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL | 2240 BUG16675 MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL |
2308 BUG16675 MAC : LayoutTests/fast/loader/loadInProgress.html = FAIL | 2241 BUG16675 MAC : LayoutTests/fast/loader/loadInProgress.html = FAIL |
2309 BUG16675 MAC DEBUG : LayoutTests/plugins/return-error-from-new-stream-callback-i
n-full-frame-plugin.html = FAIL | 2242 BUG16675 MAC DEBUG : LayoutTests/plugins/return-error-from-new-stream-callback-i
n-full-frame-plugin.html = FAIL |
2310 | 2243 |
2311 | 2244 |
2312 // WebKit merge 42738:45840 | 2245 // WebKit merge 42738:45840 |
2313 // New test, needs baseline. | 2246 // New test, needs baseline. |
2314 BUG16690 SKIP MAC : LayoutTests/fast/text/international/khmer-selection.html = F
AIL | 2247 BUG16690 SKIP MAC : LayoutTests/fast/text/international/khmer-selection.html = F
AIL |
2315 | 2248 |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2429 | 2362 |
2430 // Test failures from WebKit merge r46194:46229 | 2363 // Test failures from WebKit merge r46194:46229 |
2431 BUG17497 WIN DEBUG : LayoutTests/media/unsupported-rtsp.html = FAIL | 2364 BUG17497 WIN DEBUG : LayoutTests/media/unsupported-rtsp.html = FAIL |
2432 BUG17499 MAC : LayoutTests/platform/mac/fast/loader/non-html-load-event.html = F
AIL | 2365 BUG17499 MAC : LayoutTests/platform/mac/fast/loader/non-html-load-event.html = F
AIL |
2433 | 2366 |
2434 // not sure why this started failing | 2367 // not sure why this started failing |
2435 BUG17509 LINUX : LayoutTests/fast/loader/local-CSS-from-local.html = FAIL | 2368 BUG17509 LINUX : LayoutTests/fast/loader/local-CSS-from-local.html = FAIL |
2436 BUG17509 LINUX : LayoutTests/fast/loader/local-JavaScript-from-local.html = FAIL
TIMEOUT | 2369 BUG17509 LINUX : LayoutTests/fast/loader/local-JavaScript-from-local.html = FAIL
TIMEOUT |
2437 BUG17509 LINUX : LayoutTests/fast/loader/local-image-from-local.html = FAIL | 2370 BUG17509 LINUX : LayoutTests/fast/loader/local-image-from-local.html = FAIL |
2438 | 2371 |
2439 // Test failures from WebKit merge r46282:r46288 | |
2440 BUG17635 MAC : LayoutTests/fast/css/only-child-pseudo-class.html = PASS FAIL | |
2441 | |
2442 // New tests with WebKit merge 46288:46363 | 2372 // New tests with WebKit merge 46288:46363 |
2443 BUG18116 : LayoutTests/fast/dom/constructed-objects-prototypes.html = FAIL | 2373 BUG18116 : LayoutTests/fast/dom/constructed-objects-prototypes.html = FAIL |
2444 BUG18116 : LayoutTests/fast/dom/prototype-inheritance-2.html = FAIL | 2374 BUG18116 : LayoutTests/fast/dom/prototype-inheritance-2.html = FAIL |
2445 | 2375 |
2446 // Flaky. Timing? | 2376 // Flaky. Timing? |
2447 BUG18584 : LayoutTests/animations/change-one-anim.html = FAIL PASS | 2377 BUG18584 : LayoutTests/animations/change-one-anim.html = FAIL PASS |
2448 BUG18584 DEBUG LINUX WIN : LayoutTests/animations/play-state.html = FAIL PASS | 2378 BUG18584 DEBUG LINUX WIN : LayoutTests/animations/play-state.html = FAIL PASS |
2449 BUG18584 : LayoutTests/transitions/shorthand-transitions.html = FAIL PASS | 2379 BUG18584 : LayoutTests/transitions/shorthand-transitions.html = FAIL PASS |
2450 | 2380 |
2451 // Flaky crashes | 2381 // Flaky crashes |
2452 BUG18206 LINUX MAC : LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-after-i
frame-onload-remove-self.html = CRASH PASS | 2382 BUG18206 LINUX MAC : LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-after-i
frame-onload-remove-self.html = CRASH PASS |
2453 BUG18656 LINUX : LayoutTests/fast/overflow/overflow-stacking.html = PASS CRASH | |
2454 BUG18656 MAC : LayoutTests/fast/dom/Window/window-lookup-precedence.html = FAIL
CRASH | 2383 BUG18656 MAC : LayoutTests/fast/dom/Window/window-lookup-precedence.html = FAIL
CRASH |
2455 BUG18724 LINUX DEBUG : LayoutTests/transitions/transition-drt-api-delay.html = P
ASS CRASH | 2384 BUG18724 LINUX DEBUG : LayoutTests/transitions/transition-drt-api-delay.html = P
ASS CRASH |
2456 | 2385 |
2457 // Flaky timeout | 2386 // Flaky timeout |
2458 BUG18659 WIN : LayoutTests/http/tests/loading/redirect-methods.html = PASS TIMEO
UT | 2387 BUG18659 WIN : LayoutTests/http/tests/loading/redirect-methods.html = PASS TIMEO
UT |
2459 BUG18733 WIN : LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization.
html = PASS TIMEOUT | 2388 BUG18733 WIN : LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization.
html = PASS TIMEOUT |
2460 BUG18740 WIN : LayoutTests/http/tests/security/credentials-in-referer.html = PAS
S TIMEOUT | 2389 BUG18740 WIN : LayoutTests/http/tests/security/credentials-in-referer.html = PAS
S TIMEOUT |
2461 BUG18794 WIN MAC : LayoutTests/http/tests/mime/standard-mode-does-not-load-style
sheet-with-text-plain.html = TIMEOUT PASS | 2390 BUG18794 WIN MAC : LayoutTests/http/tests/mime/standard-mode-does-not-load-style
sheet-with-text-plain.html = TIMEOUT PASS |
2462 BUG18802 WIN : LayoutTests/http/tests/misc/referrer.html = TIMEOUT PASS | 2391 BUG18802 WIN : LayoutTests/http/tests/misc/referrer.html = TIMEOUT PASS |
2463 | 2392 |
2464 // Test failures caused by re-enabling skia asserts. | 2393 // Test failures caused by re-enabling skia asserts. |
2465 BUG18896 WIN LINUX DEBUG : LayoutTests/svg/batik/paints/gradientLimit.svg = FAIL | 2394 BUG18896 WIN LINUX DEBUG : LayoutTests/svg/batik/paints/gradientLimit.svg = FAIL |
2466 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-dom-cl
ipPathUnits-attr.html = PASS FAIL | 2395 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-dom-cl
ipPathUnits-attr.html = PASS FAIL |
2467 BUG18896 MAC WIN DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-dom-
clipPathUnits-attr.html = PASS CRASH | 2396 BUG18896 MAC WIN DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-dom-
clipPathUnits-attr.html = PASS CRASH |
2468 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-svgdom
-clipPathUnits-prop.html = PASS FAIL | 2397 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-svgdom
-clipPathUnits-prop.html = PASS FAIL |
2469 | 2398 |
2470 // Test failures from WebKit merge 46894 to 46977 | 2399 // Test failures from WebKit merge 46894 to 46977 |
2471 BUG18939 : LayoutTests/fast/js/function-declaration.html = FAIL | 2400 BUG18939 : LayoutTests/fast/js/function-declaration.html = FAIL |
2472 BUG18939 : LayoutTests/fast/js/prototypes.html = FAIL | 2401 BUG18939 : LayoutTests/fast/js/prototypes.html = FAIL |
2473 BUG18939 MAC : LayoutTests/editing/execCommand/toggle-compound-styles.html = FAI
L | 2402 BUG18939 MAC : LayoutTests/editing/execCommand/toggle-compound-styles.html = FAI
L |
2474 BUG18939 MAC : LayoutTests/fast/dom/offset-parent-positioned-and-inline.html = C
RASH PASS | |
2475 | |
2476 // Flakiness from WebKit merge to 46977 | |
2477 BUG18966 LINUX : LayoutTests/fast/overflow/overflow-float-stacking.html = PASS C
RASH | |
2478 | |
2479 // Fallout from webkit roll 47010:47034 | |
2480 BUG19028 MAC : LayoutTests/fast/dom/Window/window-open-parent-no-parent.html = P
ASS CRASH | |
2481 | 2403 |
2482 // Fallout from webkit 47041:47189 | 2404 // Fallout from webkit 47041:47189 |
2483 BUG19248 : LayoutTests/fast/js/const.html = FAIL | 2405 BUG19248 : LayoutTests/fast/js/const.html = FAIL |
2484 | 2406 |
2485 BUG_LEVIN : LayoutTests/fast/dom/Window/window-property-shadowing.html = FAIL | 2407 BUG_LEVIN : LayoutTests/fast/dom/Window/window-property-shadowing.html = FAIL |
2486 BUG_LEVIN : LayoutTests/storage/multiple-transactions-on-different-handles.html
= TIMEOUT | 2408 BUG_LEVIN : LayoutTests/storage/multiple-transactions-on-different-handles.html
= TIMEOUT |
2487 BUG_LEVIN WIN : LayoutTests/fast/events/mouse-click-events.html = FAIL | 2409 BUG_LEVIN WIN : LayoutTests/fast/events/mouse-click-events.html = FAIL |
2488 | 2410 |
2489 // Fallout from webkit 47189:47265 | 2411 // Fallout from webkit 47189:47265 |
2490 BUG_LEVIN WIN LINUX : LayoutTests/css2.1/t1503-c522-font-family-00-b.html = FAIL | 2412 BUG_LEVIN WIN LINUX : LayoutTests/css2.1/t1503-c522-font-family-00-b.html = FAIL |
2491 //BUG_LEVIN WIN LINUX : LayoutTests/fast/reflections/reflection-overflow-scroll.
html = FAIL | 2413 //BUG_LEVIN WIN LINUX : LayoutTests/fast/reflections/reflection-overflow-scroll.
html = FAIL |
2492 BUG_LEVIN WIN LINUX : LayoutTests/fast/text/monospace-width-cache.html = FAIL | 2414 BUG_LEVIN WIN LINUX : LayoutTests/fast/text/monospace-width-cache.html = FAIL |
2493 | 2415 |
2494 // Fallout from webkit 47265:47277 | 2416 // Fallout from webkit 47265:47277 |
2495 BUG_MBELSHE : LayoutTests/fast/js/Array-isArray.html = FAIL | 2417 BUG_MBELSHE : LayoutTests/fast/js/Array-isArray.html = FAIL |
2496 | 2418 |
2497 BUG19519 WIN MAC DEBUG : LayoutTests/fast/css/last-of-type-pseudo-class.html = F
AIL PASS | 2419 BUG19519 WIN DEBUG : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL
PASS |
2498 | 2420 |
2499 // Fallout from webkit 47305:47383 | 2421 // Fallout from webkit 47305:47383 |
2500 | 2422 |
2501 // WebKit roll r47417:47528 | 2423 // WebKit roll r47417:47528 |
2502 BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL | 2424 BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL |
2503 BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL | 2425 BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL |
2504 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL | 2426 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL |
2505 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html
= TIMEOUT | 2427 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html
= TIMEOUT |
2506 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL | 2428 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL |
2507 | 2429 |
(...skipping 29 matching lines...) Expand all Loading... |
2537 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html = F
AIL | 2459 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html = F
AIL |
2538 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide.html = FAIL | 2460 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide.html = FAIL |
2539 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-cached.html = TIM
EOUT | 2461 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-cached.html = TIM
EOUT |
2540 | 2462 |
2541 // WebKit 47827:47830 | 2463 // WebKit 47827:47830 |
2542 BUG_JORLOW : LayoutTests/editing/pasteboard/files-during-page-drags.html = FAIL | 2464 BUG_JORLOW : LayoutTests/editing/pasteboard/files-during-page-drags.html = FAIL |
2543 | 2465 |
2544 // This newly added test times out on Mac: | 2466 // This newly added test times out on Mac: |
2545 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target.html = TIMEOUT | 2467 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target.html = TIMEOUT |
2546 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target-no-crash.html = TIMEOUT | 2468 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target-no-crash.html = TIMEOUT |
OLD | NEW |