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

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

Issue 1714523005: WIP: backface visibility plumbing (not for review) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: still broken 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/VirtualTestSuites » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/011 .html [ Pass ] 487 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/011 .html [ Pass ]
488 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/012 .html [ Pass ] 488 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/012 .html [ Pass ]
489 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/015 .html [ Pass ] 489 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/015 .html [ Pass ]
490 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/016 .html [ Pass ] 490 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/016 .html [ Pass ]
491 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/017 .html [ Pass ] 491 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/017 .html [ Pass ]
492 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/019 .html [ Pass ] 492 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/019 .html [ Pass ]
493 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/020 .html [ Pass ] 493 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/020 .html [ Pass ]
494 crbug.com/580355 virtual/spv2/fast/block/positioning/height-change.html [ Pass ] 494 crbug.com/580355 virtual/spv2/fast/block/positioning/height-change.html [ Pass ]
495 crbug.com/580355 virtual/spv2/fast/block/positioning/relayout-on-position-change .html [ Pass ] 495 crbug.com/580355 virtual/spv2/fast/block/positioning/relayout-on-position-change .html [ Pass ]
496 crbug.com/537409 virtual/spv2/svg/as-image/svg-image-with-data-uri.html [ Pass ] 496 crbug.com/537409 virtual/spv2/svg/as-image/svg-image-with-data-uri.html [ Pass ]
497 crbug.com/587236 virtual/spv2/compositing/backface-visibility/backface-visibilit y-3d.html [ Pass ]
498 crbug.com/587236 virtual/spv2/compositing/backface-visibility/backface-visibilit y-simple.html [ Pass ]
497 499
498 # In imported/web-platform-tests/html/, we prefer checking in failure 500 # In imported/web-platform-tests/html/, we prefer checking in failure
499 # expectation files. The following tests with [ Failure ] don't have failure 501 # expectation files. The following tests with [ Failure ] don't have failure
500 # expectation files because they contain local path names. 502 # expectation files because they contain local path names.
501 # Use crbug.com/490511 for untriaged failures. 503 # Use crbug.com/490511 for untriaged failures.
502 crbug.com/490511 imported/web-platform-tests/html/browsers/history/the-location- interface/location_assign.html [ Timeout ] 504 crbug.com/490511 imported/web-platform-tests/html/browsers/history/the-location- interface/location_assign.html [ Timeout ]
503 crbug.com/490511 imported/web-platform-tests/html/rendering/bindings/the-input-e lement-as-a-text-entry-widget/unrecognized-type-should-fallback-as-text-type.htm l [ Failure ] 505 crbug.com/490511 imported/web-platform-tests/html/rendering/bindings/the-input-e lement-as-a-text-entry-widget/unrecognized-type-should-fallback-as-text-type.htm l [ Failure ]
504 crbug.com/526898 imported/web-platform-tests/html/rendering/non-replaced-element s/phrasing-content-0/font-element-text-decoration-color/001-x.xhtml [ Failure ] 506 crbug.com/526898 imported/web-platform-tests/html/rendering/non-replaced-element s/phrasing-content-0/font-element-text-decoration-color/001-x.xhtml [ Failure ]
505 crbug.com/108417 imported/web-platform-tests/html/rendering/non-replaced-element s/tables/table-border-1.html [ Failure ] 507 crbug.com/108417 imported/web-platform-tests/html/rendering/non-replaced-element s/tables/table-border-1.html [ Failure ]
506 crbug.com/525872 imported/web-platform-tests/html/rendering/non-replaced-element s/tables/table-border-2.html [ Failure ] 508 crbug.com/525872 imported/web-platform-tests/html/rendering/non-replaced-element s/tables/table-border-2.html [ Failure ]
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 1454
1453 crbug.com/587950 [ Mac Win ] virtual/threaded/animations/background-shorthand-cr ash.html [ Failure ] 1455 crbug.com/587950 [ Mac Win ] virtual/threaded/animations/background-shorthand-cr ash.html [ Failure ]
1454 1456
1455 crbug.com/588056 [ Linux Debug ] webaudio/periodicwave-normalization.html [ Time out Pass ] 1457 crbug.com/588056 [ Linux Debug ] webaudio/periodicwave-normalization.html [ Time out Pass ]
1456 1458
1457 crbug.com/588061 [ Debug ] inspector/sources/debugger-breakpoints/debugger-reloa d-breakpoints-with-source-maps.html [ Pass Failure ] 1459 crbug.com/588061 [ Debug ] inspector/sources/debugger-breakpoints/debugger-reloa d-breakpoints-with-source-maps.html [ Pass Failure ]
1458 1460
1459 crbug.com/248063 [ Win ] plugins/plugin-clip-subframe.html [ Pass Failure ] 1461 crbug.com/248063 [ Win ] plugins/plugin-clip-subframe.html [ Pass Failure ]
1460 1462
1461 crbug.com/588103 fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.htm l [ Pass Failure ] 1463 crbug.com/588103 fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.htm l [ Pass Failure ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/VirtualTestSuites » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698