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

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

Issue 1821103002: Migrate a bunch of LayoutTests from NPAPI to PPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_open-and-close-window-with-plugin
Patch Set: rebase 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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 # New W3C failures (dpranke@ to triage) 557 # New W3C failures (dpranke@ to triage)
558 558
559 # Linux Aura doesn't support NPAPI plugins (yet?) 559 # Linux Aura doesn't support NPAPI plugins (yet?)
560 crbug.com/318978 [ Linux ] compositing/plugins/invalidate_rect.html [ Skip ] 560 crbug.com/318978 [ Linux ] compositing/plugins/invalidate_rect.html [ Skip ]
561 crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/1.1/plugint ypes-affects-child.html [ Skip ] 561 crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/1.1/plugint ypes-affects-child.html [ Skip ]
562 crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/1.1/plugint ypes-invalid.html [ Skip ] 562 crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/1.1/plugint ypes-invalid.html [ Skip ]
563 crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/1.1/plugint ypes-url-01.html [ Skip ] 563 crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/1.1/plugint ypes-url-01.html [ Skip ]
564 crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/object-src- does-not-affect-child.html [ Skip ] 564 crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/object-src- does-not-affect-child.html [ Skip ]
565 crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/object-src- none-allowed.html [ Skip ] 565 crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/object-src- none-allowed.html [ Skip ]
566 crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/plugin-in-i frame-with-csp.html [ Skip ] 566 crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/plugin-in-i frame-with-csp.html [ Skip ]
567 crbug.com/318978 [ Linux ] permissionclient/plugin-permission.html [ Skip ]
568 crbug.com/318978 [ Linux ] plugins/embed-attributes-setting.html [ Skip ]
569 crbug.com/318978 [ Linux ] plugins/embed-prefers-plugins-for-images.html [ Skip ]
570 crbug.com/318978 [ Linux ] plugins/form-value.html [ Skip ] 567 crbug.com/318978 [ Linux ] plugins/form-value.html [ Skip ]
571 crbug.com/318978 [ Linux ] plugins/fullscreen-plugins-dont-reload.html [ Skip ] 568 crbug.com/318978 [ Linux ] plugins/fullscreen-plugins-dont-reload.html [ Skip ]
572 crbug.com/318978 [ Linux ] plugins/no-mime-with-valid-extension.html [ Skip ]
573 crbug.com/318978 [ Linux ] plugins/override-node-method.html [ Skip ]
574 crbug.com/318978 [ Linux ] plugins/plugin-destroyed-enumerate.html [ Skip ]
575 crbug.com/318978 [ Linux ] plugins/plugin-remove-subframe.html [ Skip ]
576 crbug.com/318978 [ Linux ] plugins/refcount-leaks.html [ Skip ] 569 crbug.com/318978 [ Linux ] plugins/refcount-leaks.html [ Skip ]
577 crbug.com/318978 [ Linux ] plugins/reloadplugins-no-pages.html [ Skip ]
578 crbug.com/318978 [ Linux ] plugins/tabindex.html [ Skip ] 570 crbug.com/318978 [ Linux ] plugins/tabindex.html [ Skip ]
579 crbug.com/318978 [ Linux ] plugins/webview-plugin-scroll.html [ Skip ] 571 crbug.com/318978 [ Linux ] plugins/webview-plugin-scroll.html [ Skip ]
580 crbug.com/318978 [ Linux ] plugins/empty-per-context-data.html [ Skip ]
581 crbug.com/318978 [ Linux ] plugins/plugin-cancel-sync-xhr.html [ Skip ] 572 crbug.com/318978 [ Linux ] plugins/plugin-cancel-sync-xhr.html [ Skip ]
582 crbug.com/318978 [ Linux ] plugins/plugin-initiate-popup-window.html [ Skip ]
583 crbug.com/318978 [ Linux ] plugins/release-frame-content-window.html [ Skip ]
584 crbug.com/318978 [ Linux ] plugins/update-widgets-crash.html [ Skip ] 573 crbug.com/318978 [ Linux ] plugins/update-widgets-crash.html [ Skip ]
585 crbug.com/318978 [ Linux ] plugins/window-open.html [ Skip ]
586 574
587 575
588 crbug.com/552494 scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ] 576 crbug.com/552494 scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ]
589 crbug.com/552494 virtual/prefer_compositing_to_lcd_text/scrollbars/overflow-scro llbar-combinations.html [ Pass Failure ] 577 crbug.com/552494 virtual/prefer_compositing_to_lcd_text/scrollbars/overflow-scro llbar-combinations.html [ Pass Failure ]
590 crbug.com/552494 virtual/rootlayerscrolls/scrollbars/overflow-scrollbar-combinat ions.html [ Pass Failure ] 578 crbug.com/552494 virtual/rootlayerscrolls/scrollbars/overflow-scrollbar-combinat ions.html [ Pass Failure ]
591 579
592 crbug.com/380217 [ Linux Win ] fast/shapes/shape-outside-floats/shape-outside-fl oats-inset-rounded-large-radius.html [ Skip ] 580 crbug.com/380217 [ Linux Win ] fast/shapes/shape-outside-floats/shape-outside-fl oats-inset-rounded-large-radius.html [ Skip ]
593 crbug.com/380217 [ Win ] fast/shapes/shape-outside-floats/shape-outside-floats-i nset-rounded-bottom-left.html [ Skip ] 581 crbug.com/380217 [ Win ] fast/shapes/shape-outside-floats/shape-outside-floats-i nset-rounded-bottom-left.html [ Skip ]
594 582
595 crbug.com/405389 imported/csswg-test/css-shapes-1/shape-outside/supported-shapes /polygon/shape-outside-polygon-017.html [ Failure ] 583 crbug.com/405389 imported/csswg-test/css-shapes-1/shape-outside/supported-shapes /polygon/shape-outside-polygon-017.html [ Failure ]
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squash-parti al-repaint-inside-squashed-layer.html [ Failure ] 1363 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squash-parti al-repaint-inside-squashed-layer.html [ Failure ]
1376 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squashing-in side-preserve-3d-element.html [ Failure ] 1364 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squashing-in side-preserve-3d-element.html [ Failure ]
1377 1365
1378 crbug.com/591902 [ Linux Mac10.10 Mac10.11 Retina ] http/tests/security/contentT ypeOptions/nosniff-script-without-content-type-blocked.html [ Failure ] 1366 crbug.com/591902 [ Linux Mac10.10 Mac10.11 Retina ] http/tests/security/contentT ypeOptions/nosniff-script-without-content-type-blocked.html [ Failure ]
1379 1367
1380 crbug.com/592185 fast/repaint/fixed-right-in-page-scale.html [ Failure Pass ] 1368 crbug.com/592185 fast/repaint/fixed-right-in-page-scale.html [ Failure Pass ]
1381 1369
1382 crbug.com/592409 inspector-protocol/debugger/stepping-with-blackboxed-ranges.htm l [ NeedsManualRebaseline ] 1370 crbug.com/592409 inspector-protocol/debugger/stepping-with-blackboxed-ranges.htm l [ NeedsManualRebaseline ]
1383 1371
1384 crbug.com/594595 [ Linux ] http/tests/security/mixedContent/websocket/insecure-w ebsocket-in-secure-page-worker-allowed.html [ Timeout Pass ] 1372 crbug.com/594595 [ Linux ] http/tests/security/mixedContent/websocket/insecure-w ebsocket-in-secure-page-worker-allowed.html [ Timeout Pass ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698