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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 | 434 |
435 // This class of test fails because of size differences in text runs. | 435 // This class of test fails because of size differences in text runs. |
436 // Mostly this is because of international text rendering differences. | 436 // Mostly this is because of international text rendering differences. |
437 | 437 |
438 // The max length doesn't appear to be applied correctly (or the test needs | 438 // The max length doesn't appear to be applied correctly (or the test needs |
439 // changing), and furthermore, the over- and under-lines aren't placed | 439 // changing), and furthermore, the over- and under-lines aren't placed |
440 // properly over the "x". | 440 // properly over the "x". |
441 BUG1124513 LINUX WIN : LayoutTests/fast/forms/input-text-maxlength.html = FAIL | 441 BUG1124513 LINUX WIN : LayoutTests/fast/forms/input-text-maxlength.html = FAIL |
442 BUG1124513 LINUX WIN : LayoutTests/fast/forms/input-text-paste-maxlength.html =
FAIL | 442 BUG1124513 LINUX WIN : LayoutTests/fast/forms/input-text-paste-maxlength.html =
FAIL |
443 | 443 |
444 // Complex text runs don't show up with text stroking. | 444 // COMBINING GRAVE ACCENT appears higher than E WITH GRAVE. |
445 BUG20130 LINUX WIN : LayoutTests/fast/text/stroking-decorations.html = FAIL | 445 BUG20130 LINUX : LayoutTests/fast/text/stroking-decorations.html = FAIL |
446 BUG20130 LINUX WIN : LayoutTests/fast/text/stroking.html = FAIL | 446 BUG20130 LINUX : LayoutTests/fast/text/stroking.html = FAIL |
447 | 447 |
448 // Incrorect results, in incorrect international font metrics. | 448 // Incrorect results, in incorrect international font metrics. |
449 // Fixing these overrides does not help us to Beta, deffering | 449 // Fixing these overrides does not help us to Beta, deffering |
450 BUG1124522 LINUX WIN : LayoutTests/fast/text/atsui-multiple-renderers.html = FAI
L | 450 BUG1124522 LINUX WIN : LayoutTests/fast/text/atsui-multiple-renderers.html = FAI
L |
451 BUG1124522 LINUX WIN : LayoutTests/fast/text/atsui-pointtooffset-calls-cg.html =
FAIL | 451 BUG1124522 LINUX WIN : LayoutTests/fast/text/atsui-pointtooffset-calls-cg.html =
FAIL |
452 | 452 |
453 // This test checks that we hack around a bug in helvetica. We fail to. | 453 // This test checks that we hack around a bug in helvetica. We fail to. |
454 BUG1143382 LINUX WIN : LayoutTests/fast/text/wide-zero-width-space.html = FAIL | 454 BUG1143382 LINUX WIN : LayoutTests/fast/text/wide-zero-width-space.html = FAIL |
455 | 455 |
456 // Font-size differences in international text cause the wrong character | 456 // Font-size differences in international text cause the wrong character |
(...skipping 2367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2824 | 2824 |
2825 // WebKit 47748:47759. New test. Need rebaseline. | 2825 // WebKit 47748:47759. New test. Need rebaseline. |
2826 BUG_JIANLI : LayoutTests/fast/dom/javascript-url-exception-isolation.html = FAIL | 2826 BUG_JIANLI : LayoutTests/fast/dom/javascript-url-exception-isolation.html = FAIL |
2827 | 2827 |
2828 // WebKit 47748:47759. Crash only on Linux. Need investigation. | 2828 // WebKit 47748:47759. Crash only on Linux. Need investigation. |
2829 BUG20265 LINUX : LayoutTests/fast/css/pseudo-required-optional-005.html = CRASH | 2829 BUG20265 LINUX : LayoutTests/fast/css/pseudo-required-optional-005.html = CRASH |
2830 BUG20265 LINUX : LayoutTests/fast/forms/ValidityState-valueMissing-005.html = CR
ASH | 2830 BUG20265 LINUX : LayoutTests/fast/forms/ValidityState-valueMissing-005.html = CR
ASH |
2831 BUG20265 LINUX : LayoutTests/fast/forms/range-default-value.html = CRASH | 2831 BUG20265 LINUX : LayoutTests/fast/forms/range-default-value.html = CRASH |
2832 BUG20265 LINUX : LayoutTests/fast/forms/range-reset.html = CRASH | 2832 BUG20265 LINUX : LayoutTests/fast/forms/range-reset.html = CRASH |
2833 BUG20265 LINUX : LayoutTests/platform/mac/accessibility/slider-supports-actions.
html = CRASH | 2833 BUG20265 LINUX : LayoutTests/platform/mac/accessibility/slider-supports-actions.
html = CRASH |
OLD | NEW |