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

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

Issue 1553003002: Fix Mac overlay scrollbars to show when programmatically scrolled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test expectation Created 4 years, 9 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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-column-order-003. xht [ Failure ] 681 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-column-order-003. xht [ Failure ]
682 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-column-order-004. xht [ Failure ] 682 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-column-order-004. xht [ Failure ]
683 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-column-order-005. xht [ Failure ] 683 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-column-order-005. xht [ Failure ]
684 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vlr-0 01.html [ Failure ] 684 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vlr-0 01.html [ Failure ]
685 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vlr-0 03.html [ Failure ] 685 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vlr-0 03.html [ Failure ]
686 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vlr-0 04.html [ Failure ] 686 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vlr-0 04.html [ Failure ]
687 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vrl-0 01.html [ Failure ] 687 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vrl-0 01.html [ Failure ]
688 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vrl-0 03.html [ Failure ] 688 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vrl-0 03.html [ Failure ]
689 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vrl-0 04.html [ Failure ] 689 crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vrl-0 04.html [ Failure ]
690 690
691 crbug.com/535684 compositing/scrollbars/mac-programmatic-scroll-shows-overlay-sc rollbars.html [ NeedsRebaseline ]
692
691 # Test sometimes flakes on most platforms 693 # Test sometimes flakes on most platforms
692 crbug.com/571531 imported/csswg-test/css-flexbox-1/css-flexbox-height-animation- stretch.html [ Pass Failure ] 694 crbug.com/571531 imported/csswg-test/css-flexbox-1/css-flexbox-height-animation- stretch.html [ Pass Failure ]
693 695
694 # Either "combo" or split should run: http://testthewebforward.org/docs/css-nami ng.html 696 # Either "combo" or split should run: http://testthewebforward.org/docs/css-nami ng.html
695 crbug.com/410320 imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrin k-to-fit-001.html [ Skip ] 697 crbug.com/410320 imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrin k-to-fit-001.html [ Skip ]
696 crbug.com/492664 imported/csswg-test/css-writing-modes-3/text-orientation-script -001.html [ Skip ] 698 crbug.com/492664 imported/csswg-test/css-writing-modes-3/text-orientation-script -001.html [ Skip ]
697 crbug.com/492664 imported/csswg-test/css-writing-modes-3/text-orientation-script -001e.html [ Failure ] 699 crbug.com/492664 imported/csswg-test/css-writing-modes-3/text-orientation-script -001e.html [ Failure ]
698 700
699 # These tests pass but images do not match because of wrong half-leading in vert ical-lr 701 # These tests pass but images do not match because of wrong half-leading in vert ical-lr
700 crbug.com/537080 imported/csswg-test/css-writing-modes-3/vertical-alignment-003. xht [ Failure ] 702 crbug.com/537080 imported/csswg-test/css-writing-modes-3/vertical-alignment-003. xht [ Failure ]
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
1365 crbug.com/577746 [ Linux Debug ] compositing/iframes/iframe-in-composited-layer. html [ Pass Failure ] 1367 crbug.com/577746 [ Linux Debug ] compositing/iframes/iframe-in-composited-layer. html [ Pass Failure ]
1366 1368
1367 crbug.com/581038 fast/text/first-letter-bad-line-boxes-crash.html [ Crash Pass ] 1369 crbug.com/581038 fast/text/first-letter-bad-line-boxes-crash.html [ Crash Pass ]
1368 1370
1369 # No baselines, but this js test is also showing FAIL 1371 # No baselines, but this js test is also showing FAIL
1370 crbug.com/583675 fast/dom/shadow/scoped-events-by-ua-stopped.html [ Failure ] 1372 crbug.com/583675 fast/dom/shadow/scoped-events-by-ua-stopped.html [ Failure ]
1371 1373
1372 crbug.com/585724 fast/js/JSON-parse.html [ NeedsManualRebaseline ] 1374 crbug.com/585724 fast/js/JSON-parse.html [ NeedsManualRebaseline ]
1373 1375
1374 crbug.com/587593 [ Android ] fast/js/pic/cached-single-entry-transition.html [ P ass Failure ] 1376 crbug.com/587593 [ Android ] fast/js/pic/cached-single-entry-transition.html [ P ass Failure ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698