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

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

Issue 2889683007: Upstream position: sticky <thead> and <tfoot> tests to WPT (Closed)
Patch Set: Upstream position: sticky <thead> and <tfoot> tests to WPT Created 3 years, 6 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 | third_party/WebKit/LayoutTests/external/wpt/css/css-position-3/position-sticky-table-tfoot-bottom.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 # This is the main failure suppression file for Blink LayoutTests. 1 # This is the main failure suppression file for Blink LayoutTests.
2 # Further documentation: 2 # Further documentation:
3 # https://chromium.googlesource.com/chromium/src/+/master/docs/testing/layout_te st_expectations.md 3 # https://chromium.googlesource.com/chromium/src/+/master/docs/testing/layout_te st_expectations.md
4 4
5 # Intentional failures to test the layout test system. 5 # Intentional failures to test the layout test system.
6 Bug(intentional) harness-tests/crash.html [ Crash ] 6 Bug(intentional) harness-tests/crash.html [ Crash ]
7 Bug(intentional) harness-tests/timeout.html [ Timeout ] 7 Bug(intentional) harness-tests/timeout.html [ Timeout ]
8 8
9 # ====== Oilpan-only failures from here ====== 9 # ====== Oilpan-only failures from here ======
10 # Most of these actually cause the tests to report success, rather than 10 # Most of these actually cause the tests to report success, rather than
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 crbug.com/717389 [ Win7 Debug ] virtual/gpu/fast/canvas/canvas-clip-rule.html [ Timeout ] 115 crbug.com/717389 [ Win7 Debug ] virtual/gpu/fast/canvas/canvas-clip-rule.html [ Timeout ]
116 116
117 # This test fails only when spv2 is enabled. 117 # This test fails only when spv2 is enabled.
118 crbug.com/719533 compositing/overflow/absolute-element-in-isolated-composited-an cestor.html [ Failure ] 118 crbug.com/719533 compositing/overflow/absolute-element-in-isolated-composited-an cestor.html [ Failure ]
119 119
120 crbug.com/724567 fast/spatial-navigation/snav-z-index.html [ Pass Failure ] 120 crbug.com/724567 fast/spatial-navigation/snav-z-index.html [ Pass Failure ]
121 121
122 # ====== Paint team owned tests to here ====== 122 # ====== Paint team owned tests to here ======
123 123
124 #### external/wpt/css/css-position-3 124 #### external/wpt/css/css-position-3
125 crbug.com/702927 external/wpt/css/css-position-3/position-sticky-table-tfoot-bot tom.html [ Failure ]
126 crbug.com/702927 external/wpt/css/css-position-3/position-sticky-table-thead-top .html [ Failure ]
125 crbug.com/702927 external/wpt/css/css-position-3/position-sticky-table-tr-top.ht ml [ Failure ] 127 crbug.com/702927 external/wpt/css/css-position-3/position-sticky-table-tr-top.ht ml [ Failure ]
126 crbug.com/702927 external/wpt/css/css-position-3/position-sticky-table-tr-bottom .html [ Failure ] 128 crbug.com/702927 external/wpt/css/css-position-3/position-sticky-table-tr-bottom .html [ Failure ]
127 129
128 # ====== Layout team owned tests from here ====== 130 # ====== Layout team owned tests from here ======
129 131
130 132
131 #### external/wpt/css/CSS2/floats 133 #### external/wpt/css/CSS2/floats
132 #### Passed: 37 134 #### Passed: 37
133 #### Skipped: 5 135 #### Skipped: 5
134 crbug.com/711704 external/wpt/css/CSS2/floats/floats-rule3-outside-left-002.xht [ Skip ] 136 crbug.com/711704 external/wpt/css/CSS2/floats/floats-rule3-outside-left-002.xht [ Skip ]
(...skipping 2996 matching lines...) Expand 10 before | Expand all | Expand 10 after
3131 crbug.com/725545 [ Debug ] fast/forms/number/number-stepup-stepdown-from-rendere r.html [ Pass Timeout ] 3133 crbug.com/725545 [ Debug ] fast/forms/number/number-stepup-stepdown-from-rendere r.html [ Pass Timeout ]
3132 crbug.com/725548 [ Debug ] storage/indexeddb/objectstore-keycursor.html [ Pass T imeout ] 3134 crbug.com/725548 [ Debug ] storage/indexeddb/objectstore-keycursor.html [ Pass T imeout ]
3133 3135
3134 # Sheriff failures 2017-05-23 3136 # Sheriff failures 2017-05-23
3135 crbug.com/725470 editing/shadow/doubleclick-on-meter-in-shadow-crash.html [ Cras h Failure Pass ] 3137 crbug.com/725470 editing/shadow/doubleclick-on-meter-in-shadow-crash.html [ Cras h Failure Pass ]
3136 crbug.com/725455 [ Linux ] nfc/mock-nfc.html [ Failure Pass Timeout ] 3138 crbug.com/725455 [ Linux ] nfc/mock-nfc.html [ Failure Pass Timeout ]
3137 crbug.com/725455 [ Linux ] nfc/nfc-block-iframe.html [ Failure Pass Timeout ] 3139 crbug.com/725455 [ Linux ] nfc/nfc-block-iframe.html [ Failure Pass Timeout ]
3138 crbug.com/725455 [ Linux ] nfc/push.html [ Failure Pass Timeout ] 3140 crbug.com/725455 [ Linux ] nfc/push.html [ Failure Pass Timeout ]
3139 crbug.com/725455 [ Linux ] nfc/watch.html [ Failure Pass Timeout ] 3141 crbug.com/725455 [ Linux ] nfc/watch.html [ Failure Pass Timeout ]
3140 crbug.com/725585 payments/payment-request-interface.html [ Failure Pass ] 3142 crbug.com/725585 payments/payment-request-interface.html [ Failure Pass ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/css/css-position-3/position-sticky-table-tfoot-bottom.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698