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

Side by Side Diff: third_party/WebKit/LayoutTests/TestExpectations

Issue 1648293003: Fix smooth scroll jump when switching scroll handling between MT and CC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: skip irrelevant test on mac Created 4 years, 10 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
OLDNEW
1 # ====== Oilpan-only failures from here ====== 1 # ====== Oilpan-only failures from here ======
2 # Most of these actually cause the tests to report success, rather than 2 # Most of these actually cause the tests to report success, rather than
3 # failure. Expected outputs will be adjusted for the better once Oilpan 3 # failure. Expected outputs will be adjusted for the better once Oilpan
4 # has been well and truly enabled always. 4 # has been well and truly enabled always.
5 5
6 # With Oilpan, the parent pointer in the CSSRule hierarchy is 6 # With Oilpan, the parent pointer in the CSSRule hierarchy is
7 # strong. This is the intended behavior. 7 # strong. This is the intended behavior.
8 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ] 8 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ]
9 crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ] 9 crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ]
10 crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [ Failure ] 10 crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [ Failure ]
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 crbug.com/440452 virtual/display_list_2d_canvas/fast/canvas/canvas-partial-inval idation-zoomed.html [ Pass Timeout ] 912 crbug.com/440452 virtual/display_list_2d_canvas/fast/canvas/canvas-partial-inval idation-zoomed.html [ Pass Timeout ]
913 913
914 crbug.com/364614 [ Mac ] fast/scroll-behavior/overflow-scroll-animates.html [ Sk ip ] 914 crbug.com/364614 [ Mac ] fast/scroll-behavior/overflow-scroll-animates.html [ Sk ip ]
915 crbug.com/364614 [ Mac ] virtual/threaded/fast/scroll-behavior/overflow-scroll-a nimates.html [ Skip ] 915 crbug.com/364614 [ Mac ] virtual/threaded/fast/scroll-behavior/overflow-scroll-a nimates.html [ Skip ]
916 crbug.com/364614 [ Mac ] virtual/scroll_customization/fast/scroll-behavior/overf low-scroll-animates.html [ Skip ] 916 crbug.com/364614 [ Mac ] virtual/scroll_customization/fast/scroll-behavior/overf low-scroll-animates.html [ Skip ]
917 crbug.com/364614 [ Mac ] fast/scroll-behavior/overflow-scroll-root-frame-animate s.html [ Skip ] 917 crbug.com/364614 [ Mac ] fast/scroll-behavior/overflow-scroll-root-frame-animate s.html [ Skip ]
918 crbug.com/364614 [ Mac ] virtual/threaded/fast/scroll-behavior/overflow-scroll-r oot-frame-animates.html [ Skip ] 918 crbug.com/364614 [ Mac ] virtual/threaded/fast/scroll-behavior/overflow-scroll-r oot-frame-animates.html [ Skip ]
919 crbug.com/364614 [ Mac ] virtual/scroll_customization/fast/scroll-behavior/overf low-scroll-root-frame-animates.html [ Skip ] 919 crbug.com/364614 [ Mac ] virtual/scroll_customization/fast/scroll-behavior/overf low-scroll-root-frame-animates.html [ Skip ]
920 920
921 crbug.com/574283 [ Mac ] virtual/threaded/fast/scroll-behavior/smooth-scroll/fix ed-background-in-iframe.html [ Skip ] 921 crbug.com/574283 [ Mac ] virtual/threaded/fast/scroll-behavior/smooth-scroll/fix ed-background-in-iframe.html [ Skip ]
922 crbug.com/574283 [ Mac ] virtual/threaded/fast/scroll-behavior/smooth-scroll/mai n-thread-scrolling-reason-added.html [ Skip ]
923 crbug.com/574283 [ Mac ] virtual/threaded/fast/scroll-behavior/smooth-scroll/mai n-thread-scrolling-reason-correctness.html [ Skip ]
922 924
923 crbug.com/552556 [ Win Linux ] virtual/threaded/fast/scroll-behavior/overflow-sc roll-root-frame-animates.html [ Pass Timeout ] 925 crbug.com/552556 [ Win Linux ] virtual/threaded/fast/scroll-behavior/overflow-sc roll-root-frame-animates.html [ Pass Timeout ]
924 crbug.com/552556 [ Win Linux ] virtual/threaded/fast/scroll-behavior/overflow-sc roll-animates.html [ Pass Timeout ] 926 crbug.com/552556 [ Win Linux ] virtual/threaded/fast/scroll-behavior/overflow-sc roll-animates.html [ Pass Timeout ]
925 crbug.com/552556 virtual/threaded/fast/scroll-behavior/smooth-scroll/mousewheel- scroll.html [ Pass Failure ] 927 crbug.com/552556 virtual/threaded/fast/scroll-behavior/smooth-scroll/mousewheel- scroll.html [ Pass Failure ]
926 928
927 crbug.com/524596 paint/invalidation/composited-non-stacking-context-descendant-c hange-color.html [ Failure ] 929 crbug.com/524596 paint/invalidation/composited-non-stacking-context-descendant-c hange-color.html [ Failure ]
928 crbug.com/524596 paint/invalidation/composited-non-stacking-context-descendant-m ove.html [ Failure ] 930 crbug.com/524596 paint/invalidation/composited-non-stacking-context-descendant-m ove.html [ Failure ]
929 crbug.com/524596 paint/invalidation/fixed-position-descendant-paint-offset-indir ect.html [ Failure ] 931 crbug.com/524596 paint/invalidation/fixed-position-descendant-paint-offset-indir ect.html [ Failure ]
930 crbug.com/524596 virtual/spv2/paint/invalidation/composited-non-stacking-context -descendant-move.html [ Skip ] 932 crbug.com/524596 virtual/spv2/paint/invalidation/composited-non-stacking-context -descendant-move.html [ Skip ]
931 crbug.com/524596 virtual/spv2/paint/invalidation/fixed-position-descendant-paint -offset-indirect.html [ Skip ] 933 crbug.com/524596 virtual/spv2/paint/invalidation/fixed-position-descendant-paint -offset-indirect.html [ Skip ]
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1413 1415
1414 crbug.com/587779 [ Mac10.7 Retina Mac10.10 ] fast/dynamic/window-resize-scrollba rs-test.html [ Timeout Failure Pass ] 1416 crbug.com/587779 [ Mac10.7 Retina Mac10.10 ] fast/dynamic/window-resize-scrollba rs-test.html [ Timeout Failure Pass ]
1415 1417
1416 crbug.com/587950 [ Mac Win ] virtual/threaded/animations/background-shorthand-cr ash.html [ Failure ] 1418 crbug.com/587950 [ Mac Win ] virtual/threaded/animations/background-shorthand-cr ash.html [ Failure ]
1417 1419
1418 crbug.com/588061 [ Debug ] inspector/sources/debugger-breakpoints/debugger-reloa d-breakpoints-with-source-maps.html [ Pass Failure ] 1420 crbug.com/588061 [ Debug ] inspector/sources/debugger-breakpoints/debugger-reloa d-breakpoints-with-source-maps.html [ Pass Failure ]
1419 1421
1420 crbug.com/248063 [ Win ] plugins/plugin-clip-subframe.html [ Pass Failure ] 1422 crbug.com/248063 [ Win ] plugins/plugin-clip-subframe.html [ Pass Failure ]
1421 1423
1422 crbug.com/588103 fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.htm l [ Pass Failure ] 1424 crbug.com/588103 fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.htm l [ Pass Failure ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698