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

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

Issue 1652313003: [SPv2] Hookup overflow clip/scroll property nodes for normal flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chunk_property_hookup_4
Patch Set: two more sub-pixel failure 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 # as we go. Please remove [ Pass ] lines instead of rebaselining these tests. 411 # as we go. Please remove [ Pass ] lines instead of rebaselining these tests.
412 crbug.com/537409 virtual/spv2/ [ Skip ] 412 crbug.com/537409 virtual/spv2/ [ Skip ]
413 crbug.com/563667 virtual/spv2/fast/block/basic/001.html [ Pass ] 413 crbug.com/563667 virtual/spv2/fast/block/basic/001.html [ Pass ]
414 crbug.com/563667 virtual/spv2/fast/block/positioning/static-distance-with-positi oned-ancestor.html [ Pass ] 414 crbug.com/563667 virtual/spv2/fast/block/positioning/static-distance-with-positi oned-ancestor.html [ Pass ]
415 crbug.com/563667 virtual/spv2/fast/block/float/clamped-right-float.html [ Pass ] 415 crbug.com/563667 virtual/spv2/fast/block/float/clamped-right-float.html [ Pass ]
416 crbug.com/580355 virtual/spv2/fast/block/basic/018.html [ Pass ] 416 crbug.com/580355 virtual/spv2/fast/block/basic/018.html [ Pass ]
417 crbug.com/580355 virtual/spv2/fast/block/basic/adding-near-anonymous-block.html [ Pass ] 417 crbug.com/580355 virtual/spv2/fast/block/basic/adding-near-anonymous-block.html [ Pass ]
418 crbug.com/580355 virtual/spv2/fast/block/basic/text-indent-rtl.html [ Pass ] 418 crbug.com/580355 virtual/spv2/fast/block/basic/text-indent-rtl.html [ Pass ]
419 crbug.com/580355 virtual/spv2/fast/block/basic/white-space-pre-wraps.html [ Pass ] 419 crbug.com/580355 virtual/spv2/fast/block/basic/white-space-pre-wraps.html [ Pass ]
420 crbug.com/580355 virtual/spv2/fast/block/float/001.html [ Pass ] 420 crbug.com/580355 virtual/spv2/fast/block/float/001.html [ Pass ]
421 crbug.com/580355 virtual/spv2/fast/block/float/002.html [ Pass ]
422 crbug.com/580355 virtual/spv2/fast/block/float/float-in-float-hit-testing.html [ Pass ] 421 crbug.com/580355 virtual/spv2/fast/block/float/float-in-float-hit-testing.html [ Pass ]
423 crbug.com/580355 virtual/spv2/fast/block/float/independent-align-positioning.htm l [ Pass ] 422 crbug.com/580355 virtual/spv2/fast/block/float/independent-align-positioning.htm l [ Pass ]
424 crbug.com/580355 virtual/spv2/fast/block/float/intruding-painted-twice.html [ Pa ss ] 423 crbug.com/580355 virtual/spv2/fast/block/float/intruding-painted-twice.html [ Pa ss ]
425 crbug.com/580355 virtual/spv2/fast/block/float/nopaint-after-layer-destruction.h tml [ Pass ] 424 crbug.com/580355 virtual/spv2/fast/block/float/nopaint-after-layer-destruction.h tml [ Pass ]
426 crbug.com/580355 virtual/spv2/fast/block/float/nopaint-after-layer-destruction2. html [ Pass ] 425 crbug.com/580355 virtual/spv2/fast/block/float/nopaint-after-layer-destruction2. html [ Pass ]
427 crbug.com/580355 virtual/spv2/fast/block/float/shrink-to-fit-width.html [ Pass ] 426 crbug.com/580355 virtual/spv2/fast/block/float/shrink-to-fit-width.html [ Pass ]
428 crbug.com/580355 virtual/spv2/fast/block/float/table-relayout.html [ Pass ] 427 crbug.com/580355 virtual/spv2/fast/block/float/table-relayout.html [ Pass ]
429 crbug.com/580355 virtual/spv2/fast/block/float/vertical-move-relayout.html [ Pas s ] 428 crbug.com/580355 virtual/spv2/fast/block/float/vertical-move-relayout.html [ Pas s ]
430 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/001.html [ Pass ] 429 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/001.html [ Pass ]
431 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/005.html [ Pass ] 430 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/005.html [ Pass ]
(...skipping 12 matching lines...) Expand all
444 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/010 .html [ Pass ] 443 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/010 .html [ Pass ]
445 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/011 .html [ Pass ] 444 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/011 .html [ Pass ]
446 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/012 .html [ Pass ] 445 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/012 .html [ Pass ]
447 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/015 .html [ Pass ] 446 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/015 .html [ Pass ]
448 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/016 .html [ Pass ] 447 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/016 .html [ Pass ]
449 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/017 .html [ Pass ] 448 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/017 .html [ Pass ]
450 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/019 .html [ Pass ] 449 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/019 .html [ Pass ]
451 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/020 .html [ Pass ] 450 crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/020 .html [ Pass ]
452 crbug.com/580355 virtual/spv2/fast/block/positioning/height-change.html [ Pass ] 451 crbug.com/580355 virtual/spv2/fast/block/positioning/height-change.html [ Pass ]
453 crbug.com/580355 virtual/spv2/fast/block/positioning/relayout-on-position-change .html [ Pass ] 452 crbug.com/580355 virtual/spv2/fast/block/positioning/relayout-on-position-change .html [ Pass ]
453 crbug.com/537409 virtual/spv2/fast/overflow [ Pass ]
454 crbug.com/589265 virtual/spv2/fast/block/float/002.html [ Failure ]
jbroman 2016/02/25 15:49:09 I'm curious what broke here.
455 crbug.com/589265 virtual/spv2/fast/overflow/001.html [ Failure ]
456 crbug.com/589265 virtual/spv2/fast/overflow/border-radius-clipping.html [ Failur e ]
457 crbug.com/589265 virtual/spv2/fast/overflow/clip-rects-fixed-ancestor.html [ Fai lure ]
458 crbug.com/589265 virtual/spv2/fast/overflow/dynamic-hidden.html [ Failure ]
459 crbug.com/589265 virtual/spv2/fast/overflow/overflow-focus-ring.html [ Failure ]
460 crbug.com/589265 virtual/spv2/fast/overflow/overflow-text-hit-testing.html [ Fai lure ]
461 crbug.com/589265 virtual/spv2/fast/overflow/scrollbar-click-retains-focus.html [ Failure ]
462 crbug.com/589267 virtual/spv2/fast/overflow/002.html [ Failure ]
463 crbug.com/589267 virtual/spv2/fast/overflow/003.xml [ Failure ]
464 crbug.com/589267 virtual/spv2/fast/overflow/005.html [ Failure ]
465 crbug.com/589267 virtual/spv2/fast/overflow/007.html [ Failure ]
466 crbug.com/589267 virtual/spv2/fast/overflow/008.html [ Failure ]
467 crbug.com/589267 virtual/spv2/fast/overflow/childFocusRingClip.html [ Failure ]
468 crbug.com/589267 virtual/spv2/fast/overflow/float-in-relpositioned.html [ Failur e ]
469 crbug.com/589267 virtual/spv2/fast/overflow/hit-test-overflow-controls.html [ Fa ilure ]
470 crbug.com/589267 virtual/spv2/fast/overflow/image-selection-highlight.html [ Fai lure ]
471 crbug.com/589267 virtual/spv2/fast/overflow/overflow-auto-position-absolute.html [ Failure ]
472 crbug.com/589267 virtual/spv2/fast/overflow/overflow-float-stacking.html [ Failu re ]
473 crbug.com/589267 virtual/spv2/fast/overflow/overflow-rtl-vertical.html [ Failure ]
474 crbug.com/589267 virtual/spv2/fast/overflow/overflow-rtl.html [ Failure ]
475 crbug.com/589267 virtual/spv2/fast/overflow/overflow-stacking.html [ Failure ]
476 crbug.com/589267 virtual/spv2/fast/overflow/overflow-update-transform.html [ Fai lure ]
477 crbug.com/589267 virtual/spv2/fast/overflow/overflow-with-local-background-attac hment.html [ Failure ]
478 crbug.com/589267 virtual/spv2/fast/overflow/overflow-x-y.html [ Failure ]
479 crbug.com/589267 virtual/spv2/fast/overflow/scroll-nested-positioned-layer-in-ov erflow.html [ Failure ]
480 crbug.com/589267 virtual/spv2/fast/overflow/scrollRevealButton.html [ Failure ]
481 crbug.com/589267 virtual/spv2/fast/overflow/scrollbar-position-update.html [ Fai lure ]
482 crbug.com/589267 virtual/spv2/fast/overflow/table-overflow-float.html [ Failure ]
483 crbug.com/589267 virtual/spv2/fast/overflow/unreachable-overflow-rtl-bug.html [ Failure ]
484 crbug.com/589279 virtual/spv2/fast/overflow/006.html [ Failure ]
485 crbug.com/589279 virtual/spv2/fast/overflow/position-fixed-transform-clipping.ht ml [ Failure ]
486
454 crbug.com/537409 virtual/spv2/svg/as-image/svg-image-with-data-uri.html [ Pass ] 487 crbug.com/537409 virtual/spv2/svg/as-image/svg-image-with-data-uri.html [ Pass ]
455 crbug.com/587236 virtual/spv2/compositing/backface-visibility/backface-visibilit y-3d.html [ Pass ] 488 crbug.com/587236 virtual/spv2/compositing/backface-visibility/backface-visibilit y-3d.html [ Pass ]
456 crbug.com/587236 virtual/spv2/compositing/backface-visibility/backface-visibilit y-simple.html [ Pass ] 489 crbug.com/587236 virtual/spv2/compositing/backface-visibility/backface-visibilit y-simple.html [ Pass ]
457 490
458 # In imported/web-platform-tests/html/, we prefer checking in failure 491 # In imported/web-platform-tests/html/, we prefer checking in failure
459 # expectation files. The following tests with [ Failure ] don't have failure 492 # expectation files. The following tests with [ Failure ] don't have failure
460 # expectation files because they contain local path names. 493 # expectation files because they contain local path names.
461 # Use crbug.com/490511 for untriaged failures. 494 # Use crbug.com/490511 for untriaged failures.
462 crbug.com/490511 imported/web-platform-tests/html/browsers/history/the-location- interface/location_assign.html [ Timeout ] 495 crbug.com/490511 imported/web-platform-tests/html/browsers/history/the-location- interface/location_assign.html [ Timeout ]
463 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 ] 496 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 ]
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
1407 1440
1408 crbug.com/587779 [ Mac10.7 Retina Mac10.10 ] fast/dynamic/window-resize-scrollba rs-test.html [ Timeout Failure Pass ] 1441 crbug.com/587779 [ Mac10.7 Retina Mac10.10 ] fast/dynamic/window-resize-scrollba rs-test.html [ Timeout Failure Pass ]
1409 1442
1410 crbug.com/587950 [ Mac Win ] virtual/threaded/animations/background-shorthand-cr ash.html [ Failure ] 1443 crbug.com/587950 [ Mac Win ] virtual/threaded/animations/background-shorthand-cr ash.html [ Failure ]
1411 1444
1412 crbug.com/588061 [ Debug ] inspector/sources/debugger-breakpoints/debugger-reloa d-breakpoints-with-source-maps.html [ Pass Failure ] 1445 crbug.com/588061 [ Debug ] inspector/sources/debugger-breakpoints/debugger-reloa d-breakpoints-with-source-maps.html [ Pass Failure ]
1413 1446
1414 crbug.com/248063 [ Win ] plugins/plugin-clip-subframe.html [ Pass Failure ] 1447 crbug.com/248063 [ Win ] plugins/plugin-clip-subframe.html [ Pass Failure ]
1415 1448
1416 crbug.com/588103 fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.htm l [ Pass Failure ] 1449 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') | third_party/WebKit/Source/core/paint/BlockPainter.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698