Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Side by Side Diff: LayoutTests/TestExpectations

Issue 1240963002: Revert of Add unit tests for FontPlatformData::hasSpaceInLigaturesOrKerning (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased again. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Source/platform/blink_platform.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 crbug.com/504613 paint/images/image-backgrounds-not-antialiased.html [ ImageOnly Failure ] 1 crbug.com/504613 paint/images/image-backgrounds-not-antialiased.html [ ImageOnly Failure ]
2 crbug.com/502531 fast/borders/border-antialiasing.html [ ImageOnlyFailure ] 2 crbug.com/502531 fast/borders/border-antialiasing.html [ ImageOnlyFailure ]
3 3
4 crbug.com/474117 compositing/overflow/overflow-positioning.html [ ImageOnlyFailu re Pass ] 4 crbug.com/474117 compositing/overflow/overflow-positioning.html [ ImageOnlyFailu re Pass ]
5 5
6 crbug.com/487281 [ Mac ] fast/forms/menulist-narrow-width.html [ ImageOnlyFailur e ] 6 crbug.com/487281 [ Mac ] fast/forms/menulist-narrow-width.html [ ImageOnlyFailur e ]
7 7
8 crbug.com/499688 virtual/rootlayerscrolls/fast/scrolling/background-paint-scroll ed.html [ Pass Crash ] 8 crbug.com/499688 virtual/rootlayerscrolls/fast/scrolling/background-paint-scroll ed.html [ Pass Crash ]
9 9
10 crbug.com/427606 virtual/gpu/fast/canvas/canvas-shadow-source-in.html [ Pass Ima geOnlyFailure NeedsManualRebaseline ] 10 crbug.com/427606 virtual/gpu/fast/canvas/canvas-shadow-source-in.html [ Pass Ima geOnlyFailure NeedsManualRebaseline ]
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 800
801 crbug.com/323301 [ Android ] http/tests/media/media-source/mediasource-play-then -seek-back.html [ Pass Crash ] 801 crbug.com/323301 [ Android ] http/tests/media/media-source/mediasource-play-then -seek-back.html [ Pass Crash ]
802 crbug.com/302729 [ Android ] http/tests/media/media-source/mediasource-seek-duri ng-pending-seek.html [ Failure ] 802 crbug.com/302729 [ Android ] http/tests/media/media-source/mediasource-seek-duri ng-pending-seek.html [ Failure ]
803 crbug.com/302729 [ Android ] http/tests/media/media-source/mediasource-seek-beyo nd-duration.html [ Failure ] 803 crbug.com/302729 [ Android ] http/tests/media/media-source/mediasource-seek-beyo nd-duration.html [ Failure ]
804 804
805 # Pixel captures are currently totally broken on Android Nexus4's at the moment. 805 # Pixel captures are currently totally broken on Android Nexus4's at the moment.
806 crbug.com/293932 [ Android ] css3/images/optimize-contrast-image.html [ ImageOnl yFailure Timeout Pass ] 806 crbug.com/293932 [ Android ] css3/images/optimize-contrast-image.html [ ImageOnl yFailure Timeout Pass ]
807 807
808 crbug.com/309675 compositing/gestures/gesture-tapHighlight-simple-longPress.html [ ImageOnlyFailure ] 808 crbug.com/309675 compositing/gestures/gesture-tapHighlight-simple-longPress.html [ ImageOnlyFailure ]
809 809
810 Bug(eae) [ Mac ] virtual/antialiasedtext/fast/text/emphasis.html [ NeedsManualRe baseline ] 810 Bug(eae) [ Mac ] virtual/antialiasedtext/fast/text/complex-preferred-logical-wid ths.html [ NeedsRebaseline ]
811 Bug(eae) [ Mac ] editing/selection/vertical-rl-rtl-extend-line-forward-p.html [ NeedsRebaseline ]
812 Bug(eae) [ Mac ] fast/text/complex-preferred-logical-widths.html [ NeedsRebaseli ne ]
813 Bug(eae) [ Mac ] editing/selection/vertical-rl-rtl-extend-line-backward-br.html [ NeedsRebaseline ]
814 Bug(eae) [ Mac ] fast/text/emphasis.html [ NeedsRebaseline ]
815 Bug(eae) [ Mac ] fast/css/text-rendering.html [ NeedsRebaseline ]
816 Bug(eae) [ Mac ] fast/lists/009-vertical.html [ NeedsRebaseline ]
817 Bug(eae) [ Mac ] fast/writing-mode/vertical-lr-replaced-selection.html [ NeedsRe baseline ]
818 Bug(eae) [ Mac ] editing/selection/vertical-rl-rtl-extend-line-backward-p.html [ NeedsRebaseline ]
819 Bug(eae) [ Mac ] fast/lists/003-vertical.html [ NeedsRebaseline ]
820 Bug(eae) [ Mac ] fast/css/vertical-text-overflow-ellipsis-text-align-right.html [ NeedsRebaseline ]
821 Bug(eae) [ Mac ] fast/writing-mode/vertical-rl-replaced-selection.html [ NeedsRe baseline ]
811 822
812 crbug.com/508398 [ Android ] editing/caret/caret-color.html [ ImageOnlyFailure P ass ] 823 crbug.com/508398 [ Android ] editing/caret/caret-color.html [ ImageOnlyFailure P ass ]
813 824
814 # Linux uses the system's NSS library for its WebCrypto implementation, whereas 825 # Linux uses the system's NSS library for its WebCrypto implementation, whereas
815 # Windows, Mac and Android use a statically-linked BoringSSL. 826 # Windows, Mac and Android use a statically-linked BoringSSL.
816 # As such: 827 # As such:
817 # 828 #
818 # (a) Support for RSA is not guaranteed as the system NSS may be ancient. 829 # (a) Support for RSA is not guaranteed as the system NSS may be ancient.
819 # (b) RSA-PSS, AES-CTR, ECDH, ECDSA, and HKDF have only been implemented for 830 # (b) RSA-PSS, AES-CTR, ECDH, ECDSA, and HKDF have only been implemented for
820 # BoringSSL based WebCrypto. 831 # BoringSSL based WebCrypto.
(...skipping 2739 matching lines...) Expand 10 before | Expand all | Expand 10 after
3560 crbug.com/509025 [ Yosemite ] tables/mozilla_expected_failures/collapsing_border s/bug41262-6.html [ Failure ] 3571 crbug.com/509025 [ Yosemite ] tables/mozilla_expected_failures/collapsing_border s/bug41262-6.html [ Failure ]
3561 crbug.com/509025 [ Yosemite ] tables/mozilla_expected_failures/core/col_span2.ht ml [ Failure ] 3572 crbug.com/509025 [ Yosemite ] tables/mozilla_expected_failures/core/col_span2.ht ml [ Failure ]
3562 crbug.com/509025 [ Yosemite ] tables/mozilla_expected_failures/core/conflicts.ht ml [ Failure ] 3573 crbug.com/509025 [ Yosemite ] tables/mozilla_expected_failures/core/conflicts.ht ml [ Failure ]
3563 crbug.com/509025 [ Yosemite ] tables/mozilla_expected_failures/other/empty_cells .html [ Failure ] 3574 crbug.com/509025 [ Yosemite ] tables/mozilla_expected_failures/other/empty_cells .html [ Failure ]
3564 crbug.com/509025 [ Yosemite ] transforms/2d/zoom-menulist.html [ Failure ] 3575 crbug.com/509025 [ Yosemite ] transforms/2d/zoom-menulist.html [ Failure ]
3565 crbug.com/509025 [ Yosemite ] transforms/3d/general/perspective-non-layer.html [ Failure ] 3576 crbug.com/509025 [ Yosemite ] transforms/3d/general/perspective-non-layer.html [ Failure ]
3566 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/complex-text-opa city.html [ Failure ] 3577 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/complex-text-opa city.html [ Failure ]
3567 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/drawBidiText.htm l [ Failure ] 3578 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/drawBidiText.htm l [ Failure ]
3568 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/emoticons.html [ Failure ] 3579 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/emoticons.html [ Failure ]
3569 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/emphasis-complex .html [ Failure ] 3580 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/emphasis-complex .html [ Failure ]
3570 #crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/emphasis.html [ Failure ] 3581 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/emphasis.html [ Failure ]
3571 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/00 1.html [ Failure ] 3582 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/00 1.html [ Failure ]
3572 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/00 2.html [ Failure ] 3583 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/00 2.html [ Failure ]
3573 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/00 3.html [ Failure ] 3584 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/00 3.html [ Failure ]
3574 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/bi di-listbox-atsui.html [ Failure ] 3585 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/bi di-listbox-atsui.html [ Failure ]
3575 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/bi di-listbox.html [ Failure ] 3586 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/bi di-listbox.html [ Failure ]
3576 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/bi di-menulist.html [ Failure ] 3587 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/bi di-menulist.html [ Failure ]
3577 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/bi di-mirror-he-ar.html [ Failure ] 3588 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/bi di-mirror-he-ar.html [ Failure ]
3578 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/bo ld-bengali.html [ Failure ] 3589 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/bo ld-bengali.html [ Failure ]
3579 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/co mplex-character-based-fallback.html [ Failure ] 3590 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/co mplex-character-based-fallback.html [ Failure ]
3580 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/co mplex-joining-using-gpos.html [ Failure ] 3591 crbug.com/509025 [ Yosemite ] virtual/antialiasedtext/fast/text/international/co mplex-joining-using-gpos.html [ Failure ]
(...skipping 24 matching lines...) Expand all
3605 crbug.com/505086 css3/filters/effect-combined-hw.html [ NeedsManualRebaseline ] 3616 crbug.com/505086 css3/filters/effect-combined-hw.html [ NeedsManualRebaseline ]
3606 # [robertphillips] re-enable this suppression after the Skia DEPS roll has lande d 3617 # [robertphillips] re-enable this suppression after the Skia DEPS roll has lande d
3607 #crbug.com/505086 css3/filters/effect-reference-zoom-hw.html [ NeedsManualRebase line ] 3618 #crbug.com/505086 css3/filters/effect-reference-zoom-hw.html [ NeedsManualRebase line ]
3608 3619
3609 crbug.com/509855 webaudio/stereopannernode-no-glitch.html [ Pass Timeout ] 3620 crbug.com/509855 webaudio/stereopannernode-no-glitch.html [ Pass Timeout ]
3610 3621
3611 Bug(epertoso) fast/events/window-onerror-11.html [ NeedsManualRebaseline ] 3622 Bug(epertoso) fast/events/window-onerror-11.html [ NeedsManualRebaseline ]
3612 Bug(epertoso) fast/events/window-onerror-12.html [ NeedsManualRebaseline ] 3623 Bug(epertoso) fast/events/window-onerror-12.html [ NeedsManualRebaseline ]
3613 Bug(epertoso) virtual/pointerevent/fast/events/window-onerror-11.html [ NeedsMan ualRebaseline ] 3624 Bug(epertoso) virtual/pointerevent/fast/events/window-onerror-11.html [ NeedsMan ualRebaseline ]
3614 Bug(epertoso) virtual/pointerevent/fast/events/window-onerror-12.html [ NeedsMan ualRebaseline ] 3625 Bug(epertoso) virtual/pointerevent/fast/events/window-onerror-12.html [ NeedsMan ualRebaseline ]
OLDNEW
« no previous file with comments | « no previous file | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698