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

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

Issue 2651793013: Fix incorrectly calculated size/position information for writing-modes (Closed)
Patch Set: git rebase-update Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Intentional failures to test the layout test system. 1 # Intentional failures to test the layout test system.
2 Bug(intentional) [ Android Linux Win Mac10.10 Mac10.11 Retina ] harness-tests/cr ash.html [ Crash ] 2 Bug(intentional) [ Android Linux Win Mac10.10 Mac10.11 Retina ] harness-tests/cr ash.html [ Crash ]
3 crbug.com/644303 [ Mac10.9 ] harness-tests/crash.html [ Crash Timeout ] 3 crbug.com/644303 [ Mac10.9 ] harness-tests/crash.html [ Crash Timeout ]
4 Bug(intentional) harness-tests/timeout.html [ Timeout ] 4 Bug(intentional) harness-tests/timeout.html [ Timeout ]
5 5
6 # ====== Oilpan-only failures from here ====== 6 # ====== Oilpan-only failures from here ======
7 # Most of these actually cause the tests to report success, rather than 7 # Most of these actually cause the tests to report success, rather than
8 # failure. Expected outputs will be adjusted for the better once Oilpan 8 # failure. Expected outputs will be adjusted for the better once Oilpan
9 # has been well and truly enabled always. 9 # has been well and truly enabled always.
10 10
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 # Added 2016-12-14 143 # Added 2016-12-14
144 crbug.com/674396 [ Win ] compositing/reflections/nested-reflection-transition.ht ml [ Pass Failure ] 144 crbug.com/674396 [ Win ] compositing/reflections/nested-reflection-transition.ht ml [ Pass Failure ]
145 145
146 # Added 2016-12-15 146 # Added 2016-12-15
147 crbug.com/674468 [ Trusty ] compositing/reflections/nested-reflection-transition .html [ Pass Failure ] 147 crbug.com/674468 [ Trusty ] compositing/reflections/nested-reflection-transition .html [ Pass Failure ]
148 148
149 149
150 # ====== LayoutNG-only failures from here ====== 150 # ====== LayoutNG-only failures from here ======
151 # LayoutNG - is a new layout system for Blink. 151 # LayoutNG - is a new layout system for Blink.
152 152
153 # TODO(glebl): remove once new float/margin collapsing algorithm checked in.
154
155
156 #### css2.1/20110323 153 #### css2.1/20110323
157 #### Passed: 112 154 #### Passed: 110
158 #### Skipped: 297 155 #### Skipped: 299
159 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 002.htm [ Skip ] 156 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 002.htm [ Skip ]
157 crbug.com/635619 virtual/layout_ng/css2.1/20110323/floats-zero-height-wrap-001.h tm [ Skip ]
158 crbug.com/635619 virtual/layout_ng/css2.1/20110323/floats-zero-height-wrap-002.h tm [ Skip ]
160 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 003.htm [ Skip ] 159 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 003.htm [ Skip ]
161 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 004.htm [ Skip ] 160 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 004.htm [ Skip ]
162 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 005.htm [ Skip ] 161 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 005.htm [ Skip ]
163 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 006.htm [ Skip ] 162 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 006.htm [ Skip ]
164 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 007.htm [ Skip ] 163 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 007.htm [ Skip ]
165 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 008.htm [ Skip ] 164 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 008.htm [ Skip ]
166 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 009.htm [ Skip ] 165 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 009.htm [ Skip ]
167 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 010.htm [ Skip ] 166 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 010.htm [ Skip ]
168 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 011.htm [ Skip ] 167 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 011.htm [ Skip ]
169 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 012.htm [ Skip ] 168 crbug.com/635619 virtual/layout_ng/css2.1/20110323/absolute-non-replaced-height- 012.htm [ Skip ]
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 crbug.com/635619 virtual/layout_ng/css2.1/20110323/table-height-algorithm-024.ht m [ Skip ] 447 crbug.com/635619 virtual/layout_ng/css2.1/20110323/table-height-algorithm-024.ht m [ Skip ]
449 crbug.com/635619 virtual/layout_ng/css2.1/20110323/text-indent-014.htm [ Skip ] 448 crbug.com/635619 virtual/layout_ng/css2.1/20110323/text-indent-014.htm [ Skip ]
450 crbug.com/635619 virtual/layout_ng/css2.1/20110323/text-indent-intrinsic-001.htm [ Skip ] 449 crbug.com/635619 virtual/layout_ng/css2.1/20110323/text-indent-intrinsic-001.htm [ Skip ]
451 crbug.com/635619 virtual/layout_ng/css2.1/20110323/text-indent-intrinsic-002.htm [ Skip ] 450 crbug.com/635619 virtual/layout_ng/css2.1/20110323/text-indent-intrinsic-002.htm [ Skip ]
452 crbug.com/635619 virtual/layout_ng/css2.1/20110323/text-indent-intrinsic-003.htm [ Skip ] 451 crbug.com/635619 virtual/layout_ng/css2.1/20110323/text-indent-intrinsic-003.htm [ Skip ]
453 crbug.com/635619 virtual/layout_ng/css2.1/20110323/text-indent-intrinsic-004.htm [ Skip ] 452 crbug.com/635619 virtual/layout_ng/css2.1/20110323/text-indent-intrinsic-004.htm [ Skip ]
454 crbug.com/635619 virtual/layout_ng/css2.1/20110323/width-non-replaced-inline-001 .htm [ Skip ] 453 crbug.com/635619 virtual/layout_ng/css2.1/20110323/width-non-replaced-inline-001 .htm [ Skip ]
455 crbug.com/635619 virtual/layout_ng/css2.1/20110323/width-replaced-element-001.ht m [ Skip ] 454 crbug.com/635619 virtual/layout_ng/css2.1/20110323/width-replaced-element-001.ht m [ Skip ]
456 455
457 #### fast/block/basic 456 #### fast/block/basic
458 #### Passed: 3 457 #### Passed: 2
459 #### Skipped: 29 458 #### Skipped: 30
459 crbug.com/635619 virtual/layout_ng/fast/block/float/floats-not-cleared-crash.htm l [ Skip ]
460 crbug.com/635619 virtual/layout_ng/fast/block/basic/001.html [ Skip ] 460 crbug.com/635619 virtual/layout_ng/fast/block/basic/001.html [ Skip ]
461 crbug.com/635619 virtual/layout_ng/fast/block/basic/002.html [ Skip ] 461 crbug.com/635619 virtual/layout_ng/fast/block/basic/002.html [ Skip ]
462 crbug.com/635619 virtual/layout_ng/fast/block/basic/003.html [ Skip ] 462 crbug.com/635619 virtual/layout_ng/fast/block/basic/003.html [ Skip ]
463 crbug.com/635619 virtual/layout_ng/fast/block/basic/004.html [ Skip ] 463 crbug.com/635619 virtual/layout_ng/fast/block/basic/004.html [ Skip ]
464 crbug.com/635619 virtual/layout_ng/fast/block/basic/005.html [ Skip ] 464 crbug.com/635619 virtual/layout_ng/fast/block/basic/005.html [ Skip ]
465 crbug.com/635619 virtual/layout_ng/fast/block/basic/006.html [ Skip ] 465 crbug.com/635619 virtual/layout_ng/fast/block/basic/006.html [ Skip ]
466 crbug.com/635619 virtual/layout_ng/fast/block/basic/007.html [ Skip ] 466 crbug.com/635619 virtual/layout_ng/fast/block/basic/007.html [ Skip ]
467 crbug.com/635619 virtual/layout_ng/fast/block/basic/008.html [ Skip ] 467 crbug.com/635619 virtual/layout_ng/fast/block/basic/008.html [ Skip ]
468 crbug.com/635619 virtual/layout_ng/fast/block/basic/009.html [ Skip ] 468 crbug.com/635619 virtual/layout_ng/fast/block/basic/009.html [ Skip ]
469 crbug.com/635619 virtual/layout_ng/fast/block/basic/010.html [ Skip ] 469 crbug.com/635619 virtual/layout_ng/fast/block/basic/010.html [ Skip ]
(...skipping 2015 matching lines...) Expand 10 before | Expand all | Expand 10 after
2485 2485
2486 # Sheriff failures Feb 03 2017 2486 # Sheriff failures Feb 03 2017
2487 crbug.com/688515 fast/spatial-navigation/snav-div-overflow-scrol-hidden.html [ P ass Failure ] 2487 crbug.com/688515 fast/spatial-navigation/snav-div-overflow-scrol-hidden.html [ P ass Failure ]
2488 2488
2489 # Flaky on trybots 2489 # Flaky on trybots
2490 crbug.com/688486 external/wpt/service-workers/service-worker/fetch-request-redir ect.https.html [ Failure Pass ] 2490 crbug.com/688486 external/wpt/service-workers/service-worker/fetch-request-redir ect.https.html [ Failure Pass ]
2491 crbug.com/688486 external/wpt/service-workers/service-worker/fetch-request-resou rces.https.html [ Failure Pass ] 2491 crbug.com/688486 external/wpt/service-workers/service-worker/fetch-request-resou rces.https.html [ Failure Pass ]
2492 2492
2493 # Sheriff failures Feb 06 2017 2493 # Sheriff failures Feb 06 2017
2494 crbug.com/688515 [ Linux ] http/tests/media/video-play-stall.html [ Pass Failure ] 2494 crbug.com/688515 [ Linux ] http/tests/media/video-play-stall.html [ Pass Failure ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698