| OLD | NEW |
| 1 # These tests currently fail when they run with --site-per-process. | 1 # These tests currently fail when they run with --site-per-process. |
| 2 # See https://crbug.com/477150. | 2 # See https://crbug.com/477150. |
| 3 | 3 |
| 4 # https://crbug.com/611838 - regression when geolocation tests use JS mock. | 4 # https://crbug.com/611838 - regression when geolocation tests use JS mock. |
| 5 http/tests/security/powerfulFeatureRestrictions/geolocation-on-secure-origin-in-
insecure-origin.html [ Timeout ] | 5 crbug.com/611838 http/tests/security/powerfulFeatureRestrictions/geolocation-on-
secure-origin-in-insecure-origin.html [ Timeout ] |
| 6 | 6 |
| 7 # https://crbug.com/582494 - [sigsegv / av] blink::Document::styleEngine. | 7 # https://crbug.com/582494 - [sigsegv / av] blink::Document::styleEngine. |
| 8 http/tests/security/mixedContent/insecure-plugin-in-iframe.html [ Crash ] | 8 crbug.com/582494 http/tests/security/mixedContent/insecure-plugin-in-iframe.html
[ Crash ] |
| 9 | 9 |
| 10 # https://crbug.com/582245 - no exception, b/c BindingSecurity::shouldAllowAcces
sTo exits early when |!target|. | 10 # https://crbug.com/582245 - no exception, b/c BindingSecurity::shouldAllowAcces
sTo exits early when |!target|. |
| 11 http/tests/security/xss-DENIED-getSVGDocument-iframe.html [ Failure ] | 11 crbug.com/582245 http/tests/security/xss-DENIED-getSVGDocument-iframe.html [ Fai
lure ] |
| 12 http/tests/security/xss-DENIED-getSVGDocument-object.html [ Failure ] | 12 crbug.com/582245 http/tests/security/xss-DENIED-getSVGDocument-object.html [ Fai
lure ] |
| 13 http/tests/security/xssAuditor/block-does-not-leak-location.html [ Failure ] | 13 crbug.com/582245 http/tests/security/xssAuditor/block-does-not-leak-location.htm
l [ Failure ] |
| 14 http/tests/security/xssAuditor/block-does-not-leak-referrer.html [ Failure ] | 14 crbug.com/582245 http/tests/security/xssAuditor/block-does-not-leak-referrer.htm
l [ Failure ] |
| 15 http/tests/security/xssAuditor/full-block-script-tag-cross-domain.html [ Failure
] | 15 crbug.com/582245 http/tests/security/xssAuditor/full-block-script-tag-cross-doma
in.html [ Failure ] |
| 16 | 16 |
| 17 # https://crbug.com/582176 - InspectorTest.changeExecutionContext doesn't like O
OPIFs. | 17 # https://crbug.com/582176 - InspectorTest.changeExecutionContext doesn't like O
OPIFs. |
| 18 http/tests/inspector/console-cd-completions.html [ Failure ] | 18 crbug.com/582176 http/tests/inspector/console-cd-completions.html [ Failure ] |
| 19 http/tests/inspector/console-cd.html [ Failure ] | 19 crbug.com/582176 http/tests/inspector/console-cd.html [ Failure ] |
| 20 | 20 |
| 21 # https://crbug.com/608015 - node.contentDocument is undefined. | 21 # https://crbug.com/608015 - node.contentDocument is undefined. |
| 22 http/tests/inspector-protocol/access-inspected-object.html [ Failure Timeout ] | 22 crbug.com/608015 http/tests/inspector-protocol/access-inspected-object.html [ Fa
ilure Timeout ] |
| 23 | 23 |
| 24 # https://crbug.com/608023 - does injecting injections work with OOPIFs? | 24 # https://crbug.com/608023 - does injecting injections work with OOPIFs? |
| 25 http/tests/inspector/injected-script-for-origin.html [ Failure ] | 25 crbug.com/608023 http/tests/inspector/injected-script-for-origin.html [ Failure
] |
| 26 | 26 |
| 27 # https://crbug.com/554119 - Popup menu is in the wrong location. | 27 # https://crbug.com/554119 - Popup menu is in the wrong location. |
| 28 http/tests/webfont/popup-menu-load-webfont-after-open.html [ Failure ] | 28 crbug.com/554119 http/tests/webfont/popup-menu-load-webfont-after-open.html [ Fa
ilure ] |
| 29 | 29 |
| 30 # https://crbug.com/602493 - Layout tests harness doesn't support history dump a
cross OOPIFs | 30 # https://crbug.com/602493 - Layout tests harness doesn't support history dump a
cross OOPIFs |
| 31 http/tests/security/mixedContent/insecure-iframe-in-main-frame.html [ Crash ] | 31 crbug.com/602493 http/tests/security/mixedContent/insecure-iframe-in-main-frame.
html [ Crash ] |
| 32 | 32 |
| 33 # https://crbug.com/582522 - extra mixedContent checks reported with --site-per-
process | 33 # https://crbug.com/582522 - extra mixedContent checks reported with --site-per-
process |
| 34 # https://crbug.com/602497 - Inconsistent console messages about mixed content, | 34 # https://crbug.com/602497 - Inconsistent console messages about mixed content, |
| 35 # when running with or without --site-per-process | 35 # when running with or without --site-per-process |
| 36 http/tests/security/mixedContent/active-subresource-in-http-iframe-not-blocked.h
ttps.html [ Failure ] | 36 crbug.com/602497 http/tests/security/mixedContent/active-subresource-in-http-ifr
ame-not-blocked.https.html [ Failure ] |
| 37 http/tests/security/mixedContent/insecure-iframe-in-iframe.html [ Failure ] | 37 crbug.com/602497 http/tests/security/mixedContent/insecure-iframe-in-iframe.html
[ Failure ] |
| 38 http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed.html [ Fa
ilure ] | 38 crbug.com/602497 http/tests/security/mixedContent/insecure-iframe-in-main-frame-
allowed.html [ Failure ] |
| 39 | 39 |
| 40 # https://crbug.com/585188 - testRunner.addOriginAccessWhitelistEntry is not rep
licated to OOPIFs. | 40 # https://crbug.com/585188 - testRunner.addOriginAccessWhitelistEntry is not rep
licated to OOPIFs. |
| 41 http/tests/xmlhttprequest/origin-whitelisting-all.html [ Failure ] | 41 crbug.com/585188 http/tests/xmlhttprequest/origin-whitelisting-all.html [ Failur
e ] |
| 42 http/tests/xmlhttprequest/origin-whitelisting-ip-addresses.html [ Failure ] | 42 crbug.com/585188 http/tests/xmlhttprequest/origin-whitelisting-ip-addresses.html
[ Failure ] |
| 43 | 43 |
| 44 # https://crbug.com/601584 - No OOPIF support for UserGestureIndicator triggers | 44 # https://crbug.com/601584 - No OOPIF support for UserGestureIndicator triggers |
| 45 # cross-origin-iframe.html layout test failure | 45 # cross-origin-iframe.html layout test failure |
| 46 http/tests/bluetooth/https/requestDevice/cross-origin-iframe.html [ Failure ] | 46 crbug.com/601584 http/tests/bluetooth/https/requestDevice/cross-origin-iframe.ht
ml [ Failure ] |
| 47 | 47 |
| 48 # https://crbug.com/606594 - UaF of delegate_ in WebFrameTestClient::willSendReq
uest | 48 # https://crbug.com/606594 - UaF of delegate_ in WebFrameTestClient::willSendReq
uest |
| 49 http/tests/local/serviceworker/fetch-request-body-file.html [ Failure Crash ] | 49 crbug.com/606594 http/tests/local/serviceworker/fetch-request-body-file.html [ F
ailure Crash ] |
| 50 | 50 |
| 51 # https://crbug.com/607991 - MockWebClipboardImpl not replicated across OOPIFs. | 51 # https://crbug.com/607991 - MockWebClipboardImpl not replicated across OOPIFs. |
| 52 http/tests/misc/copy-resolves-urls.html [ Failure ] | 52 crbug.com/607991 http/tests/misc/copy-resolves-urls.html [ Failure ] |
| 53 | 53 |
| 54 # https://crbug.com/608780 - window.performance doesn't work with OOPIFs | 54 # https://crbug.com/608780 - window.performance doesn't work with OOPIFs |
| 55 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro
ss_origin_redirect.html [ Timeout ] | 55 crbug.com/608780 http/tests/w3c/webperf/submission/Intel/resource-timing/test_re
source_timing_cross_origin_redirect.html [ Timeout ] |
| 56 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro
ss_origin_redirect_with_timing_allow_origin.html [ Timeout ] | 56 crbug.com/608780 http/tests/w3c/webperf/submission/Intel/resource-timing/test_re
source_timing_cross_origin_redirect_with_timing_allow_origin.html [ Timeout ] |
| 57 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cro
ss_origin_resource_request.html [ Timeout ] | 57 crbug.com/608780 http/tests/w3c/webperf/submission/Intel/resource-timing/test_re
source_timing_cross_origin_resource_request.html [ Timeout ] |
| 58 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_tim
ing_allow_cross_origin_resource_request.html [ Timeout ] | 58 crbug.com/608780 http/tests/w3c/webperf/submission/Intel/resource-timing/test_re
source_timing_timing_allow_cross_origin_resource_request.html [ Timeout ] |
| 59 | 59 |
| 60 # https://crbug.com/611232 - CSP checks from remote parent frame do not properly
report violations | 60 # https://crbug.com/611232 - CSP checks from remote parent frame do not properly
report violations |
| 61 http/tests/security/contentSecurityPolicy/frame-src-child-frame-navigates-to-blo
cked-origin.html [ Timeout ] | 61 crbug.com/611232 http/tests/security/contentSecurityPolicy/frame-src-child-frame
-navigates-to-blocked-origin.html [ Timeout ] |
| 62 http/tests/security/contentSecurityPolicy/1.1/plugintypes-affects-cross-site-chi
ld-disallowed.html [ Failure ] | 62 crbug.com/611232 http/tests/security/contentSecurityPolicy/1.1/plugintypes-affec
ts-cross-site-child-disallowed.html [ Failure ] |
| 63 | 63 |
| 64 # https://crbug.com/615156 - Need to make IntersectionObserver work with OOPIFs. | 64 # https://crbug.com/615156 - Need to make IntersectionObserver work with OOPIFs. |
| 65 http/tests/intersection-observer/iframe-cross-origin.html [ Timeout ] | 65 crbug.com/615156 http/tests/intersection-observer/iframe-cross-origin.html [ Tim
eout ] |
| 66 | 66 |
| 67 # https://crbug.com/616626 - allow_universal_access_from_file_urls doesn't work
with --site-per-process. | 67 # https://crbug.com/616626 - allow_universal_access_from_file_urls doesn't work
with --site-per-process. |
| 68 http/tests/local/drag-over-remote-content.html [ Timeout ] | 68 crbug.com/616626 http/tests/local/drag-over-remote-content.html [ Timeout ] |
| 69 | 69 |
| 70 # https://crbug.com/619662 - Expected console output differences. | 70 # https://crbug.com/619662 - Expected console output differences. |
| 71 http/tests/navigation/cross-origin-fragment-navigation-is-async.html [ Failure ] | 71 crbug.com/619662 http/tests/navigation/cross-origin-fragment-navigation-is-async
.html [ Failure ] |
| 72 | 72 |
| 73 # https://crbug.com/616905 - history.back() has different behavior with --site-p
er-process. | 73 # https://crbug.com/616905 - history.back() has different behavior with --site-p
er-process. |
| 74 http/tests/history/cross-origin-redirect-on-back.html [ Timeout ] | 74 crbug.com/616905 http/tests/history/cross-origin-redirect-on-back.html [ Timeout
] |
| 75 | 75 |
| 76 # https://crbug.com/623268 - Can't inspect OOPIFs from main page's DevTools wind
ow. | 76 # https://crbug.com/623268 - Can't inspect OOPIFs from main page's DevTools wind
ow. |
| 77 http/tests/inspector-protocol/request-mixed-content-status-blockable.html [ Time
out ] | 77 crbug.com/623268 http/tests/inspector-protocol/request-mixed-content-status-bloc
kable.html [ Timeout ] |
| 78 http/tests/inspector-protocol/request-mixed-content-status-none.html [ Timeout ] | 78 crbug.com/623268 http/tests/inspector-protocol/request-mixed-content-status-none
.html [ Timeout ] |
| 79 http/tests/inspector-protocol/request-mixed-content-status-optionally-blockable.
html [ Timeout ] | 79 crbug.com/623268 http/tests/inspector-protocol/request-mixed-content-status-opti
onally-blockable.html [ Timeout ] |
| 80 http/tests/inspector/change-iframe-src.html [ Timeout ] | 80 crbug.com/623268 http/tests/inspector/change-iframe-src.html [ Timeout ] |
| 81 http/tests/inspector/console-cross-origin-iframe-logging.html [ Timeout ] | 81 crbug.com/623268 http/tests/inspector/console-cross-origin-iframe-logging.html [
Timeout ] |
| 82 http/tests/inspector/inspect-iframe-from-different-domain.html [ Timeout ] | 82 crbug.com/623268 http/tests/inspector/inspect-iframe-from-different-domain.html
[ Timeout ] |
| 83 | 83 |
| 84 # https://crbug.com/623210 - DevTools extensions load in separate process in lay
out tests. | 84 # https://crbug.com/623210 - DevTools extensions load in separate process in lay
out tests. |
| 85 http/tests/inspector/extensions-headers.html [ Timeout ] | 85 crbug.com/623210 http/tests/inspector/extensions-headers.html [ Timeout ] |
| 86 http/tests/inspector/extensions-iframe-eval.html [ Timeout ] | 86 crbug.com/623210 http/tests/inspector/extensions-iframe-eval.html [ Timeout ] |
| 87 http/tests/inspector/extensions-ignore-cache.html [ Timeout ] | 87 crbug.com/623210 http/tests/inspector/extensions-ignore-cache.html [ Timeout ] |
| 88 http/tests/inspector/extensions-network-redirect.html [ Timeout ] | 88 crbug.com/623210 http/tests/inspector/extensions-network-redirect.html [ Timeout
] |
| 89 http/tests/inspector/extensions-useragent.html [ Timeout ] | 89 crbug.com/623210 http/tests/inspector/extensions-useragent.html [ Timeout ] |
| 90 | 90 |
| 91 # https://crbug.com/623265 - cross-site navigation in main page breaks test. | 91 # https://crbug.com/623265 - cross-site navigation in main page breaks test. |
| 92 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ] | 92 crbug.com/623265 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ] |
| 93 | 93 |
| 94 # https://crbug.com/645641 - test_runner.cc(1863) Check failed: | 94 # https://crbug.com/645641 - test_runner.cc(1863) Check failed: |
| 95 # layout_test_runtime_flags_.have_top_loading_frame() | 95 # layout_test_runtime_flags_.have_top_loading_frame() |
| 96 imported/wpt/html/syntax/parsing/html5lib_tests19.html [ Crash Failure ] | 96 crbug.com/645641 imported/wpt/html/syntax/parsing/html5lib_tests19.html [ Crash
Failure ] |
| 97 | 97 |
| 98 # TODO(lukasza, alexmos): Triage these failures. | 98 # TODO(lukasza, alexmos): Triage these failures. |
| 99 fast/frames/cached-frame-counter.html [ Timeout ] | 99 Bug(none) fast/frames/cached-frame-counter.html [ Timeout ] |
| 100 fast/frames/frame-limit.html [ Timeout ] | 100 Bug(none) fast/frames/frame-limit.html [ Timeout ] |
| 101 fast/loader/reload-zero-byte-plugin.html [ Failure ] | 101 Bug(none) fast/loader/reload-zero-byte-plugin.html [ Failure ] |
| 102 imported/wpt/html/syntax/parsing/html5lib_adoption01.html [ Failure ] | 102 Bug(none) imported/wpt/html/syntax/parsing/html5lib_adoption01.html [ Failure ] |
| 103 imported/wpt/html/syntax/parsing/html5lib_adoption02.html [ Failure ] | 103 Bug(none) imported/wpt/html/syntax/parsing/html5lib_adoption02.html [ Failure ] |
| 104 imported/wpt/html/syntax/parsing/html5lib_comments01.html [ Failure ] | 104 Bug(none) imported/wpt/html/syntax/parsing/html5lib_comments01.html [ Failure ] |
| 105 imported/wpt/html/syntax/parsing/html5lib_doctype01.html [ Failure ] | 105 Bug(none) imported/wpt/html/syntax/parsing/html5lib_doctype01.html [ Failure ] |
| 106 imported/wpt/html/syntax/parsing/html5lib_domjs-unsafe.html [ Failure ] | 106 Bug(none) imported/wpt/html/syntax/parsing/html5lib_domjs-unsafe.html [ Failure
] |
| 107 imported/wpt/html/syntax/parsing/html5lib_entities01.html [ Failure ] | 107 Bug(none) imported/wpt/html/syntax/parsing/html5lib_entities01.html [ Failure ] |
| 108 imported/wpt/html/syntax/parsing/html5lib_entities02.html [ Failure ] | 108 Bug(none) imported/wpt/html/syntax/parsing/html5lib_entities02.html [ Failure ] |
| 109 imported/wpt/html/syntax/parsing/html5lib_html5test-com.html [ Failure ] | 109 Bug(none) imported/wpt/html/syntax/parsing/html5lib_html5test-com.html [ Failure
] |
| 110 imported/wpt/html/syntax/parsing/html5lib_inbody01.html [ Failure ] | 110 Bug(none) imported/wpt/html/syntax/parsing/html5lib_inbody01.html [ Failure ] |
| 111 imported/wpt/html/syntax/parsing/html5lib_isindex.html [ Failure ] | 111 Bug(none) imported/wpt/html/syntax/parsing/html5lib_isindex.html [ Failure ] |
| 112 imported/wpt/html/syntax/parsing/html5lib_main-element.html [ Failure ] | 112 Bug(none) imported/wpt/html/syntax/parsing/html5lib_main-element.html [ Failure
] |
| 113 imported/wpt/html/syntax/parsing/html5lib_pending-spec-changes-plain-text-unsafe
.html [ Failure ] | 113 Bug(none) imported/wpt/html/syntax/parsing/html5lib_pending-spec-changes-plain-t
ext-unsafe.html [ Failure ] |
| 114 imported/wpt/html/syntax/parsing/html5lib_pending-spec-changes.html [ Failure ] | 114 Bug(none) imported/wpt/html/syntax/parsing/html5lib_pending-spec-changes.html [
Failure ] |
| 115 imported/wpt/html/syntax/parsing/html5lib_plain-text-unsafe.html [ Failure ] | 115 Bug(none) imported/wpt/html/syntax/parsing/html5lib_plain-text-unsafe.html [ Fai
lure ] |
| 116 imported/wpt/html/syntax/parsing/html5lib_scriptdata01.html [ Failure ] | 116 Bug(none) imported/wpt/html/syntax/parsing/html5lib_scriptdata01.html [ Failure
] |
| 117 imported/wpt/html/syntax/parsing/html5lib_scripted_adoption01.html [ Failure ] | 117 Bug(none) imported/wpt/html/syntax/parsing/html5lib_scripted_adoption01.html [ F
ailure ] |
| 118 imported/wpt/html/syntax/parsing/html5lib_scripted_ark.html [ Failure ] | 118 Bug(none) imported/wpt/html/syntax/parsing/html5lib_scripted_ark.html [ Failure
] |
| 119 imported/wpt/html/syntax/parsing/html5lib_scripted_webkit01.html [ Failure ] | 119 Bug(none) imported/wpt/html/syntax/parsing/html5lib_scripted_webkit01.html [ Fai
lure ] |
| 120 imported/wpt/html/syntax/parsing/html5lib_tables01.html [ Failure ] | 120 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tables01.html [ Failure ] |
| 121 imported/wpt/html/syntax/parsing/html5lib_template.html [ Failure ] | 121 Bug(none) imported/wpt/html/syntax/parsing/html5lib_template.html [ Failure ] |
| 122 imported/wpt/html/syntax/parsing/html5lib_tests1.html [ Failure ] | 122 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests1.html [ Failure ] |
| 123 imported/wpt/html/syntax/parsing/html5lib_tests10.html [ Failure ] | 123 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests10.html [ Failure ] |
| 124 imported/wpt/html/syntax/parsing/html5lib_tests11.html [ Failure ] | 124 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests11.html [ Failure ] |
| 125 imported/wpt/html/syntax/parsing/html5lib_tests12.html [ Failure ] | 125 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests12.html [ Failure ] |
| 126 imported/wpt/html/syntax/parsing/html5lib_tests14.html [ Failure ] | 126 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests14.html [ Failure ] |
| 127 imported/wpt/html/syntax/parsing/html5lib_tests15.html [ Failure ] | 127 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests15.html [ Failure ] |
| 128 imported/wpt/html/syntax/parsing/html5lib_tests16.html [ Failure ] | 128 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests16.html [ Failure ] |
| 129 imported/wpt/html/syntax/parsing/html5lib_tests17.html [ Failure ] | 129 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests17.html [ Failure ] |
| 130 imported/wpt/html/syntax/parsing/html5lib_tests18.html [ Failure ] | 130 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests18.html [ Failure ] |
| 131 imported/wpt/html/syntax/parsing/html5lib_tests2.html [ Failure ] | 131 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests2.html [ Failure ] |
| 132 imported/wpt/html/syntax/parsing/html5lib_tests20.html [ Failure ] | 132 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests20.html [ Failure ] |
| 133 imported/wpt/html/syntax/parsing/html5lib_tests21.html [ Failure ] | 133 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests21.html [ Failure ] |
| 134 imported/wpt/html/syntax/parsing/html5lib_tests22.html [ Failure ] | 134 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests22.html [ Failure ] |
| 135 imported/wpt/html/syntax/parsing/html5lib_tests23.html [ Failure ] | 135 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests23.html [ Failure ] |
| 136 imported/wpt/html/syntax/parsing/html5lib_tests24.html [ Failure ] | 136 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests24.html [ Failure ] |
| 137 imported/wpt/html/syntax/parsing/html5lib_tests25.html [ Failure ] | 137 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests25.html [ Failure ] |
| 138 imported/wpt/html/syntax/parsing/html5lib_tests26.html [ Failure ] | 138 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests26.html [ Failure ] |
| 139 imported/wpt/html/syntax/parsing/html5lib_tests3.html [ Failure ] | 139 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests3.html [ Failure ] |
| 140 imported/wpt/html/syntax/parsing/html5lib_tests5.html [ Failure ] | 140 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests5.html [ Failure ] |
| 141 imported/wpt/html/syntax/parsing/html5lib_tests6.html [ Failure ] | 141 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests6.html [ Failure ] |
| 142 imported/wpt/html/syntax/parsing/html5lib_tests7.html [ Failure ] | 142 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests7.html [ Failure ] |
| 143 imported/wpt/html/syntax/parsing/html5lib_tests8.html [ Failure ] | 143 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests8.html [ Failure ] |
| 144 imported/wpt/html/syntax/parsing/html5lib_tests9.html [ Failure ] | 144 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tests9.html [ Failure ] |
| 145 imported/wpt/html/syntax/parsing/html5lib_tricky01.html [ Failure ] | 145 Bug(none) imported/wpt/html/syntax/parsing/html5lib_tricky01.html [ Failure ] |
| 146 imported/wpt/html/syntax/parsing/html5lib_webkit01.html [ Failure ] | 146 Bug(none) imported/wpt/html/syntax/parsing/html5lib_webkit01.html [ Failure ] |
| 147 imported/wpt/html/syntax/parsing/html5lib_webkit02.html [ Failure ] | 147 Bug(none) imported/wpt/html/syntax/parsing/html5lib_webkit02.html [ Failure ] |
| 148 inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints.html
[ Timeout ] | 148 Bug(none) inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpo
ints.html [ Timeout ] |
| 149 jquery/manipulation.html [ Timeout ] | 149 Bug(none) jquery/manipulation.html [ Timeout ] |
| 150 storage/indexeddb/blob-valid-after-deletion.html [ Failure ] | 150 Bug(none) storage/indexeddb/blob-valid-after-deletion.html [ Failure ] |
| 151 storage/indexeddb/blob-valid-before-commit.html [ Failure ] | 151 Bug(none) storage/indexeddb/blob-valid-before-commit.html [ Failure ] |
| 152 storage/indexeddb/empty-crash.html [ Timeout ] | 152 Bug(none) storage/indexeddb/empty-crash.html [ Timeout ] |
| 153 virtual/stable/http/tests/navigation/cross-origin-fragment-navigation-is-async.h
tml [ Failure ] | 153 Bug(none) virtual/stable/http/tests/navigation/cross-origin-fragment-navigation-
is-async.html [ Failure ] |
| OLD | NEW |