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

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

Issue 1829493002: [SPv2] Implement CSS clip property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change argument order & add unit tests 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
« 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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/011 .html [ Pass ] 457 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/011 .html [ Pass ]
458 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/012 .html [ Pass ] 458 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/012 .html [ Pass ]
459 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/015 .html [ Pass ] 459 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/015 .html [ Pass ]
460 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/016 .html [ Pass ] 460 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/016 .html [ Pass ]
461 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/017 .html [ Pass ] 461 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/017 .html [ Pass ]
462 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/019 .html [ Pass ] 462 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/019 .html [ Pass ]
463 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/020 .html [ Pass ] 463 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/020 .html [ Pass ]
464 crbug.com/580355 virtual/spv2/fast/block/positioning/height-change.html [ Pass ] 464 crbug.com/580355 virtual/spv2/fast/block/positioning/height-change.html [ Pass ]
465 crbug.com/580355 virtual/spv2/fast/block/positioning/relayout-on-position-change .html [ Pass ] 465 crbug.com/580355 virtual/spv2/fast/block/positioning/relayout-on-position-change .html [ Pass ]
466 466
467 crbug.com/537409 virtual/spv2/fast/clip [ Pass ]
468 crbug.com/537409 virtual/spv2/fast/overflow [ Pass ]
469 # PaintArtifactCompositor doesn't implement effects yet.
467 crbug.com/563667 virtual/spv2/fast/overflow/007.html [ Failure ] 470 crbug.com/563667 virtual/spv2/fast/overflow/007.html [ Failure ]
468 crbug.com/537409 virtual/spv2/fast/overflow [ Pass ]
469 # Sub-pixel differences in layout tests for SPv2 471 # Sub-pixel differences in layout tests for SPv2
472 crbug.com/589265 virtual/spv2/fast/clip/nestedTransparencyClip.html [ Failure ]
473 crbug.com/589265 virtual/spv2/fast/clip/outline-overflowClip.html [ Failure ]
470 crbug.com/589265 virtual/spv2/fast/block/float/002.html [ Failure ] 474 crbug.com/589265 virtual/spv2/fast/block/float/002.html [ Failure ]
471 crbug.com/589265 virtual/spv2/fast/overflow/001.html [ Failure ] 475 crbug.com/589265 virtual/spv2/fast/overflow/001.html [ Failure ]
472 crbug.com/589265 virtual/spv2/fast/overflow/003.xml [ Failure ] 476 crbug.com/589265 virtual/spv2/fast/overflow/003.xml [ Failure ]
473 crbug.com/589265 virtual/spv2/fast/overflow/border-radius-clipping.html [ Failur e ] 477 crbug.com/589265 virtual/spv2/fast/overflow/border-radius-clipping.html [ Failur e ]
474 crbug.com/589265 virtual/spv2/fast/overflow/childFocusRingClip.html [ Failure ] 478 crbug.com/589265 virtual/spv2/fast/overflow/childFocusRingClip.html [ Failure ]
475 crbug.com/589265 virtual/spv2/fast/overflow/clip-rects-fixed-ancestor.html [ Fai lure ] 479 crbug.com/589265 virtual/spv2/fast/overflow/clip-rects-fixed-ancestor.html [ Fai lure ]
476 crbug.com/589265 virtual/spv2/fast/overflow/dynamic-hidden.html [ Failure ] 480 crbug.com/589265 virtual/spv2/fast/overflow/dynamic-hidden.html [ Failure ]
477 crbug.com/589265 virtual/spv2/fast/overflow/float-in-relpositioned.html [ Failur e ] 481 crbug.com/589265 virtual/spv2/fast/overflow/float-in-relpositioned.html [ Failur e ]
478 crbug.com/589265 virtual/spv2/fast/overflow/hit-test-overflow-controls.html [ Fa ilure ] 482 crbug.com/589265 virtual/spv2/fast/overflow/hit-test-overflow-controls.html [ Fa ilure ]
479 crbug.com/589265 virtual/spv2/fast/overflow/image-selection-highlight.html [ Fai lure ] 483 crbug.com/589265 virtual/spv2/fast/overflow/image-selection-highlight.html [ Fai lure ]
(...skipping 11 matching lines...) Expand all
491 crbug.com/589279 virtual/spv2/fast/overflow/position-fixed-transform-clipping.ht ml [ Failure ] 495 crbug.com/589279 virtual/spv2/fast/overflow/position-fixed-transform-clipping.ht ml [ Failure ]
492 crbug.com/589279 virtual/spv2/fast/overflow/scrollRevealButton.html [ Failure ] 496 crbug.com/589279 virtual/spv2/fast/overflow/scrollRevealButton.html [ Failure ]
493 # Implement table walk in PaintPropertyTreeBuilder. 497 # Implement table walk in PaintPropertyTreeBuilder.
494 crbug.com/593525 virtual/spv2/fast/overflow/002.html [ Failure ] 498 crbug.com/593525 virtual/spv2/fast/overflow/002.html [ Failure ]
495 crbug.com/593525 virtual/spv2/fast/overflow/overflow-rtl-vertical.html [ Failure ] 499 crbug.com/593525 virtual/spv2/fast/overflow/overflow-rtl-vertical.html [ Failure ]
496 crbug.com/593525 virtual/spv2/fast/overflow/overflow-rtl.html [ Failure ] 500 crbug.com/593525 virtual/spv2/fast/overflow/overflow-rtl.html [ Failure ]
497 crbug.com/593525 virtual/spv2/fast/overflow/table-overflow-float.html [ Failure ] 501 crbug.com/593525 virtual/spv2/fast/overflow/table-overflow-float.html [ Failure ]
498 # [SPv2] PaintLayerPainter should adjust cull rect between transform spaces. 502 # [SPv2] PaintLayerPainter should adjust cull rect between transform spaces.
499 crbug.com/593596 virtual/spv2/fast/overflow/overflow-update-transform.html [ Fai lure ] 503 crbug.com/593596 virtual/spv2/fast/overflow/overflow-update-transform.html [ Fai lure ]
500 crbug.com/593596 virtual/spv2/fast/overflow/scroll-nested-positioned-layer-in-ov erflow.html [ Failure ] 504 crbug.com/593596 virtual/spv2/fast/overflow/scroll-nested-positioned-layer-in-ov erflow.html [ Failure ]
505 # [SPv2] Handle transform space reversion in PaintArtifactCompositor
506 crbug.com/597156 virtual/spv2/fast/clip/010.html [ Crash ]
507 # [SPv2] Implement border radius rasterizing / drawing
508 crbug.com/597158 virtual/spv2/fast/clip/overflow-border-radius-clip.html [ Failu re ]
509 crbug.com/597158 virtual/spv2/fast/clip/overflow-border-radius-combinations.html [ Failure ]
510 crbug.com/597158 virtual/spv2/fast/clip/overflow-border-radius-composited-parent .html [ Failure ]
511 crbug.com/597158 virtual/spv2/fast/clip/overflow-border-radius-composited.html [ Failure ]
512 crbug.com/597158 virtual/spv2/fast/clip/overflow-border-radius-fixed-position.ht ml [ Failure ]
513 crbug.com/597158 virtual/spv2/fast/clip/overflow-border-radius-transformed.html [ Failure ]
501 514
502 crbug.com/537409 virtual/spv2/svg/as-image/svg-image-with-data-uri.html [ Pass ] 515 crbug.com/537409 virtual/spv2/svg/as-image/svg-image-with-data-uri.html [ Pass ]
503 crbug.com/587236 virtual/spv2/compositing/backface-visibility/backface-visibilit y-3d.html [ Pass ] 516 crbug.com/587236 virtual/spv2/compositing/backface-visibility/backface-visibilit y-3d.html [ Pass ]
504 crbug.com/587236 virtual/spv2/compositing/backface-visibility/backface-visibilit y-simple.html [ Pass ] 517 crbug.com/587236 virtual/spv2/compositing/backface-visibility/backface-visibilit y-simple.html [ Pass ]
505 crbug.com/587970 virtual/spv2/compositing/plugins/webplugin-alpha.html [ Pass ] 518 crbug.com/587970 virtual/spv2/compositing/plugins/webplugin-alpha.html [ Pass ]
506 crbug.com/587970 virtual/spv2/compositing/plugins/webplugin-no-alpha.html [ Pass ] 519 crbug.com/587970 virtual/spv2/compositing/plugins/webplugin-no-alpha.html [ Pass ]
507 520
508 # In imported/web-platform-tests/html/, we prefer checking in failure 521 # In imported/web-platform-tests/html/, we prefer checking in failure
509 # expectation files. The following tests with [ Failure ] don't have failure 522 # expectation files. The following tests with [ Failure ] don't have failure
510 # expectation files because they contain local path names. 523 # expectation files because they contain local path names.
(...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squash-parti al-repaint-inside-squashed-layer.html [ Failure ] 1422 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squash-parti al-repaint-inside-squashed-layer.html [ Failure ]
1410 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squashing-in side-preserve-3d-element.html [ Failure ] 1423 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squashing-in side-preserve-3d-element.html [ Failure ]
1411 1424
1412 crbug.com/591902 [ Linux Mac10.10 Mac10.11 Retina ] http/tests/security/contentT ypeOptions/nosniff-script-without-content-type-blocked.html [ Failure ] 1425 crbug.com/591902 [ Linux Mac10.10 Mac10.11 Retina ] http/tests/security/contentT ypeOptions/nosniff-script-without-content-type-blocked.html [ Failure ]
1413 1426
1414 crbug.com/592185 fast/repaint/fixed-right-in-page-scale.html [ Failure Pass ] 1427 crbug.com/592185 fast/repaint/fixed-right-in-page-scale.html [ Failure Pass ]
1415 1428
1416 crbug.com/592409 inspector-protocol/debugger/stepping-with-blackboxed-ranges.htm l [ NeedsManualRebaseline ] 1429 crbug.com/592409 inspector-protocol/debugger/stepping-with-blackboxed-ranges.htm l [ NeedsManualRebaseline ]
1417 1430
1418 crbug.com/594595 [ Linux ] http/tests/security/mixedContent/websocket/insecure-w ebsocket-in-secure-page-worker-allowed.html [ Timeout Pass ] 1431 crbug.com/594595 [ Linux ] http/tests/security/mixedContent/websocket/insecure-w ebsocket-in-secure-page-worker-allowed.html [ Timeout Pass ]
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