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

Side by Side Diff: LayoutTests/TestExpectations

Issue 13913013: Only update composited scrolling state when necessary (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updating test expectations. Created 7 years, 8 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 | LayoutTests/compositing/overflow/automatically-opt-into-composited-scrolling-after-style-change.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # See http://trac.webkit.org/wiki/TestExpectations for more information on this file. 1 # See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
2 2
3 # ----------------------------------------------------------------- 3 # -----------------------------------------------------------------
4 # SLOW TESTS 4 # SLOW TESTS
5 # ----------------------------------------------------------------- 5 # -----------------------------------------------------------------
6 6
7 crbug.com/24182 [ Debug ] css3/flexbox/multiline-justify-content.html [ Slow ] 7 crbug.com/24182 [ Debug ] css3/flexbox/multiline-justify-content.html [ Slow ]
8 webkit.org/b/91666 [ Mac ] editing/input/emacs-ctrl-o.html [ Failure Slow ] 8 webkit.org/b/91666 [ Mac ] editing/input/emacs-ctrl-o.html [ Failure Slow ]
9 webkit.org/b/91666 [ Mac ] editing/pasteboard/emacs-ctrl-k-y-001.html [ Failure Slow ] 9 webkit.org/b/91666 [ Mac ] editing/pasteboard/emacs-ctrl-k-y-001.html [ Failure Slow ]
10 webkit.org/b/91666 [ Mac ] editing/pasteboard/emacs-ctrl-a-k-y.html [ Failure Sl ow ] 10 webkit.org/b/91666 [ Mac ] editing/pasteboard/emacs-ctrl-a-k-y.html [ Failure Sl ow ]
(...skipping 2377 matching lines...) Expand 10 before | Expand all | Expand 10 after
2388 webkit.org/b/92968 http/tests/appcache/abort-cache-onchecking-manifest-404.html 2388 webkit.org/b/92968 http/tests/appcache/abort-cache-onchecking-manifest-404.html
2389 webkit.org/b/92968 http/tests/appcache/abort-cache-onchecking-resource-404.html 2389 webkit.org/b/92968 http/tests/appcache/abort-cache-onchecking-resource-404.html
2390 webkit.org/b/92968 http/tests/appcache/abort-cache-ondownloading-resource-404.ht ml 2390 webkit.org/b/92968 http/tests/appcache/abort-cache-ondownloading-resource-404.ht ml
2391 webkit.org/b/92968 http/tests/appcache/abort-cache-onchecking.html 2391 webkit.org/b/92968 http/tests/appcache/abort-cache-onchecking.html
2392 webkit.org/b/92968 http/tests/appcache/abort-cache-ondownloading.html 2392 webkit.org/b/92968 http/tests/appcache/abort-cache-ondownloading.html
2393 webkit.org/b/92968 http/tests/appcache/abort-cache-onprogress.html 2393 webkit.org/b/92968 http/tests/appcache/abort-cache-onprogress.html
2394 2394
2395 # Scrolling content draws beneath scrollbars in composited scrolling mode. 2395 # Scrolling content draws beneath scrollbars in composited scrolling mode.
2396 webkit.org/b/103156 virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar- with-incomplete-style.html [ ImageOnlyFailure ] 2396 webkit.org/b/103156 virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar- with-incomplete-style.html [ ImageOnlyFailure ]
2397 2397
2398 # Will need updated baselines with the opt-in fixes.
2399 crbug.com/234482 [ Linux Win Mac ] virtual/gpu/compositedscrolling/overflow/over flow-scroll.html [ Failure ]
2400
2398 # Fails due to Bug 85856. 2401 # Fails due to Bug 85856.
2399 webkit.org/b/85856 [ Win Mac ] fast/block/float/028.html [ ImageOnlyFailure ] 2402 webkit.org/b/85856 [ Win Mac ] fast/block/float/028.html [ ImageOnlyFailure ]
2400 webkit.org/b/85856 [ Win Mac ] fast/block/float/026.html [ ImageOnlyFailure ] 2403 webkit.org/b/85856 [ Win Mac ] fast/block/float/026.html [ ImageOnlyFailure ]
2401 webkit.org/b/85856 [ Win Mac ] fast/overflow/unreachable-overflow-rtl-bug.html [ Failure ImageOnlyFailure ] 2404 webkit.org/b/85856 [ Win Mac ] fast/overflow/unreachable-overflow-rtl-bug.html [ Failure ImageOnlyFailure ]
2402 webkit.org/b/85856 [ Linux Win SnowLeopard ] scrollbars/rtl/div-absolute.html [ Failure ] 2405 webkit.org/b/85856 [ Linux Win SnowLeopard ] scrollbars/rtl/div-absolute.html [ Failure ]
2403 webkit.org/b/85856 [ Linux Win SnowLeopard ] virtual/gpu/compositedscrolling/scr ollbars/rtl/div-absolute.html [ Failure ] 2406 webkit.org/b/85856 [ Linux Win SnowLeopard ] virtual/gpu/compositedscrolling/scr ollbars/rtl/div-absolute.html [ Failure ]
2404 webkit.org/b/85856 [ Lion MountainLion ] scrollbars/rtl/div-absolute.html [ Fail ure Pass ] 2407 webkit.org/b/85856 [ Lion MountainLion ] scrollbars/rtl/div-absolute.html [ Fail ure Pass ]
2405 webkit.org/b/85856 [ Lion MountainLion ] virtual/gpu/compositedscrolling/scrollb ars/rtl/div-absolute.html [ Failure Pass ] 2408 webkit.org/b/85856 [ Lion MountainLion ] virtual/gpu/compositedscrolling/scrollb ars/rtl/div-absolute.html [ Failure Pass ]
2406 webkit.org/b/85856 scrollbars/rtl/div-horizontal.html [ Failure ] 2409 webkit.org/b/85856 scrollbars/rtl/div-horizontal.html [ Failure ]
2407 webkit.org/b/85856 virtual/gpu/compositedscrolling/scrollbars/rtl/div-horizontal .html [ Failure ] 2410 webkit.org/b/85856 virtual/gpu/compositedscrolling/scrollbars/rtl/div-horizontal .html [ Failure ]
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
3059 3062
3060 crbug.com/233223 http/tests/history/redirect-js-location-href-0-seconds.html [ P ass Failure ] 3063 crbug.com/233223 http/tests/history/redirect-js-location-href-0-seconds.html [ P ass Failure ]
3061 crbug.com/233260 [ Win ] fast/preloader/script.html [ Failure ] 3064 crbug.com/233260 [ Win ] fast/preloader/script.html [ Failure ]
3062 3065
3063 crbug.com/233585 media/media-document-audio-repaint.html [ ImageOnlyFailure ] 3066 crbug.com/233585 media/media-document-audio-repaint.html [ ImageOnlyFailure ]
3064 crbug.com/233700 [ Win Debug ] inspector/debugger/debugger-script-preprocessor.h tml [ Timeout ] 3067 crbug.com/233700 [ Win Debug ] inspector/debugger/debugger-script-preprocessor.h tml [ Timeout ]
3065 3068
3066 crbug.com/234061 [ MountainLion ] fast/regions/shape-inside/shape-inside-recursi ve-layout.html [ ImageOnlyFailure ] 3069 crbug.com/234061 [ MountainLion ] fast/regions/shape-inside/shape-inside-recursi ve-layout.html [ ImageOnlyFailure ]
3067 crbug.com/234066 fast/dom/everything-to-string.html [ Pass Failure ] 3070 crbug.com/234066 fast/dom/everything-to-string.html [ Pass Failure ]
3068 crbug.com/234069 [ Mac Release ] fast/events/touch/gesture/long-press-drag-drop- touch-editing-combined.html [ Pass Failure ] 3071 crbug.com/234069 [ Mac Release ] fast/events/touch/gesture/long-press-drag-drop- touch-editing-combined.html [ Pass Failure ]
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/overflow/automatically-opt-into-composited-scrolling-after-style-change.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698