mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Run same tests for layout-2020 and layout-2013 (#30092)
Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc.
This commit is contained in:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
|
@ -0,0 +1,4 @@
|
|||
[browsing_context_name.html]
|
||||
expected: TIMEOUT
|
||||
[Retaining window.name on history traversal]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,4 @@
|
|||
[browsing_context_name_cross_origin.html]
|
||||
expected: TIMEOUT
|
||||
[Restoring window.name on cross-origin history traversal]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[browsing_context_name_cross_origin_2.html]
|
||||
[Restoring window.name on cross-origin history traversal]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[browsing_context_name_cross_origin_3.html]
|
||||
[Restoring window.name on cross-origin history traversal]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[document-state.https.html]
|
||||
[A navigation's initiator origin and referrer are stored in the document state and used in the document repopulation case]
|
||||
expected: FAIL
|
||||
|
||||
[A navigation's initiator origin and referrer are stored in the document state and used on location.reload()]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[history-traversal-navigate-parent-while-child-loading.html]
|
||||
[pushState() in parent while child is doing initial navigation, then go back]
|
||||
expected: FAIL
|
|
@ -1,3 +1,4 @@
|
|||
[history-traversal-navigates-multiple-frames.html]
|
||||
expected: TIMEOUT
|
||||
[A history traversal should be able to navigate a parent and child simultaneously]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[resume-timer-on-history-back.html]
|
||||
expected: TIMEOUT
|
||||
[history.back() handles top level page timer correctly]
|
||||
expected: TIMEOUT
|
||||
|
||||
[history.back() handles nested iframe timer correctly]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,6 @@
|
|||
[scroll-restoration-basic.html]
|
||||
[Default value is "auto"]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid values are ignored]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[scroll-restoration-fragment-scrolling-cross-origin.html]
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[Manual scroll restoration should take precedent over scrolling to fragment in cross origin navigation]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-restoration-navigation-cross-origin.html]
|
||||
[Navigating to new page should reset to "auto" and navigating back should restore and respect scroll restoration mode]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-restoration-navigation-samedoc.html]
|
||||
[history.{push,replace}State retain scroll restoration mode and navigation in the same document respects it]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[popstate_event.html]
|
||||
[Queue a task to fire popstate event]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[same-url.html]
|
||||
expected: TIMEOUT
|
||||
[Test same-URL navigation and its effects on history]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-restoration-order.html]
|
||||
[Traversing history should restore scroll position after dispatching popstate and before dispatching hashchange]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[window-name-after-cross-origin-main-frame-navigation.sub.html]
|
||||
[window.name should equal "" after a cross-origin main frame navigation]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[003.html]
|
||||
expected: TIMEOUT
|
||||
[Navigation from unload whilst traversing history]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,4 @@
|
|||
[004.html]
|
||||
expected: TIMEOUT
|
||||
[Navigation from unload whilst traversing cross-origin history]
|
||||
expected: TIMEOUT
|
|
@ -1,4 +1,3 @@
|
|||
[005.html]
|
||||
expected: TIMEOUT
|
||||
[Link with onclick navigation and href navigation ]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[006.html]
|
||||
[Link with onclick form submit and href navigation ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[007.html]
|
||||
[Link with onclick javascript url and href navigation ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[010.html]
|
||||
[Link with onclick form submit to javascript url with delayed document.write and href navigation ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[012.html]
|
||||
[Link with onclick navigation to javascript url with delayed document.write and href navigation ]
|
||||
expected: FAIL
|
|
@ -1,7 +1,7 @@
|
|||
[window-open-204.html]
|
||||
expected: TIMEOUT
|
||||
[location.href]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[location.assign]
|
||||
expected: TIMEOUT
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[javascript-url-abort-return-value-undefined.tentative.html]
|
||||
expected: TIMEOUT
|
||||
[Not aborting fetch for javascript:undefined navigation]
|
||||
expected: TIMEOUT
|
|
@ -1,6 +1,10 @@
|
|||
[javascript-url-referrer.window.html]
|
||||
expected: TIMEOUT
|
||||
[unsafe-url referrer policy used to create the starting page]
|
||||
expected: FAIL
|
||||
|
||||
[origin referrer policy used to create the starting page]
|
||||
expected: FAIL
|
||||
|
||||
[no-referrer referrer policy used to create the starting page]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -4,18 +4,3 @@
|
|||
|
||||
[Test javascript URL string return values in direct and indirect (target) frame contexts. 9]
|
||||
expected: FAIL
|
||||
|
||||
[0041 set in href="" targeting a frame and clicked]
|
||||
expected: FAIL
|
||||
|
||||
[0080 00FF set in href="" targeting a frame and clicked]
|
||||
expected: FAIL
|
||||
|
||||
[0080 00FF 0100 set in href="" targeting a frame and clicked]
|
||||
expected: FAIL
|
||||
|
||||
[D83D DE0D set in href="" targeting a frame and clicked]
|
||||
expected: FAIL
|
||||
|
||||
[DE0D 0041 set in href="" targeting a frame and clicked]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[javascript-url-security-check-same-origin-domain.sub.html]
|
||||
expected: TIMEOUT
|
||||
[javascript: URL security check for same-origin-domain but not same-origin]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[navigation-unload-same-origin-fragment.html]
|
||||
[Tests that a fragment navigation in the unload handler will not block the initial navigation]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[navigation-unload-same-origin.window.html]
|
||||
[Same-origin navigation started from unload handler must be ignored]
|
||||
expected: FAIL
|
|
@ -0,0 +1,7 @@
|
|||
[navigate.window.html]
|
||||
expected: TIMEOUT
|
||||
[When navigating the Refresh header needs to be followed]
|
||||
expected: TIMEOUT
|
||||
|
||||
[When there's both a Refresh header and <meta> the Refresh header wins]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[navigate-child-src-about-blank.html]
|
||||
[Set the src attribute to about:blank and check referrer]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[top-level-data-url.window.html]
|
||||
[Navigating a popup using window.open("data:text/html,...", "", "undefined")]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating a popup using window.open("data:text/html,...", "", "opener")]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating a popup using window.open("resources/redirect.py?location=data%3Atext%2Fhtml%2C...", "", "undefined")]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating a popup using window.open("resources/redirect.py?location=data%3Atext%2Fhtml%2C...", "", "opener")]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[pageload-video.html]
|
||||
[The document for a standalone media file should have one child in the body.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[003.html]
|
||||
[Fragment Navigation: Updating scroll position]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[fragment-and-encoding-2.html]
|
||||
[Invalid percent-encoded UTF-8 byte should decode as U+FFFD]
|
||||
expected: FAIL
|
||||
|
||||
[Percent-encoded UTF-8 BOM followed by invalid UTF-8 byte should decode as U+FEFF U+FFFD]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-frag-percent-encoded.html]
|
||||
[Fragment Navigation: fragment id should be percent-decoded]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-position-vertical-rl.html]
|
||||
[Fragment Navigation: Scroll to block start position in vertical-rl writing mode]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-to-anchor-name.html]
|
||||
[Fragment Navigation: scroll to anchor name is lower priority than equal id]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-to-top.html]
|
||||
[Fragment Navigation: When fragid is TOP scroll to the top of the document]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[001.html]
|
||||
[document.open in unload]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[002.html]
|
||||
[document.open in unload]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[003.html]
|
||||
[document.open in beforeunload with link]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[004.html]
|
||||
[document.open in beforeunload with button]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[005.html]
|
||||
[document.open in pagehide in iframe]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[beforeunload-on-history-back.html]
|
||||
[beforeunload event fires on history navigation back]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[beforeunload-on-navigation-of-parent.html]
|
||||
[beforeunload in iframe on navigation of parent]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[003.html]
|
||||
[unload event properties]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[006.html]
|
||||
expected: TIMEOUT
|
||||
[salvagable state of document after setting pagehide listener]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,6 @@
|
|||
[001.html]
|
||||
type: testharness
|
||||
disabled: https://github.com/servo/servo/issues/12580
|
||||
[history.length should update when setting location.hash]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[002.html]
|
||||
expected: TIMEOUT
|
||||
[replaceState must not remove any tasks queued by the history traversal task source]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[history_back_cross_realm_method.html]
|
||||
[history.back() uses this's associated document's browsing context to determine if navigation is allowed]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[history_forward_cross_realm_method.html]
|
||||
[history.forward() uses this's associated document's browsing context to determine if navigation is allowed]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[history_go_cross_realm_method.html]
|
||||
[history.go() uses this's associated document's browsing context to determine if navigation is allowed]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[history_go_undefined.html]
|
||||
[history.forward() with session history]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[history_properties_only_fully_active.html]
|
||||
[history properties should throw SecurityError when not in a fully active Document]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[001.html]
|
||||
expected: TIMEOUT
|
||||
[Traversing history forward]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,4 @@
|
|||
[002.html]
|
||||
expected: TIMEOUT
|
||||
[Navigating second iframe]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[pushstate.html]
|
||||
[history.pushState() with an empty string URL]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[replacestate.html]
|
||||
[history.replaceState() with an empty string URL]
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[traverse-during-unload.html]
|
||||
expected: TIMEOUT
|
||||
[Traversing the history during unload]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,4 @@
|
|||
[traverse_the_history_write_after_load_2.html]
|
||||
expected: TIMEOUT
|
||||
[Traverse the history back and forward when a history entry is written after the load event]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[traverse_the_history_write_onload_2.html]
|
||||
[Traverse the history back and forward when a history entry is written in the load event]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[allow_prototype_cycle_through_location.sub.html]
|
||||
[cross-origin, but joined via document.domain, location cycle]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[assign_after_load.html]
|
||||
[Assignment to location after document is completely loaded]
|
||||
expected: FAIL
|
|
@ -1,7 +0,0 @@
|
|||
[location-prevent-extensions.html]
|
||||
[Object.preventExtensions throws a TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Reflect.preventExtensions returns false]
|
||||
expected: FAIL
|
||||
|
|
@ -8,18 +8,11 @@
|
|||
[Set HTTP URL frame location.protocol to http+x]
|
||||
expected: FAIL
|
||||
|
||||
[Set HTTP URL frame location.protocol to ftp]
|
||||
expected: FAIL
|
||||
|
||||
[Set data URL frame location.protocol to x]
|
||||
expected: FAIL
|
||||
|
||||
[Set data URL frame location.protocol to data]
|
||||
expected: FAIL
|
||||
|
||||
[Set data URL frame location.protocol to ftp]
|
||||
expected: FAIL
|
||||
|
||||
[Set data URL frame location.protocol to file]
|
||||
expected: FAIL
|
||||
|
||||
[Set HTTP URL frame location.protocol to file]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[location-protocol-setter.html]
|
||||
[Equivalent tests for data URL and srcdoc <iframe>s]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[location-prototype-setting-same-origin-domain.sub.html]
|
||||
[Same-origin-domain: setting the prototype to an empty object via __proto__ should throw a TypeError]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[location-prototype-setting-same-origin.html]
|
||||
[Same-origin: setting the prototype to an empty object via __proto__ should throw a TypeError]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[location-symbol-toprimitive.html]
|
||||
[Location Symbol.toPrimitive]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[location-valueof.html]
|
||||
[Location valueOf]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[location_reload_javascript_url.html]
|
||||
[location_reload_javascript_url]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[no-browsing-context.window.html]
|
||||
[Getting `ancestorOrigins` of a `Location` object sans browsing context should be [\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[per-global.window.html]
|
||||
[Navigating from the initial about:blank must not replace window.location]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[reload_document_write_onload.html]
|
||||
[Reload document with document.written content written in load event]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scripted_click_assign_during_load.html]
|
||||
[Assignment to location with click during load]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scripted_form_submit_assign_during_load.html]
|
||||
[Assignment to location with form submit during load]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[navigator_online_online.https.html]
|
||||
[Offline Application Cache - navigator_online_online]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[cross-origin-due-to-document-domain-only.html]
|
||||
[Cross-origin due to document.domain]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[cross-origin-objects-on-new-window.html]
|
||||
expected: TIMEOUT
|
|
@ -1,5 +1,4 @@
|
|||
[cross-origin-objects.html]
|
||||
expected: TIMEOUT
|
||||
[Basic sanity-checking (cross-origin)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -197,3 +196,15 @@
|
|||
|
||||
[Resolving a promise with a cross-origin window without a 'then' subframe should work (cross-site)]
|
||||
expected: FAIL
|
||||
|
||||
[Resolving a promise with a cross-origin window with a 'then' subframe should work (cross-site)]
|
||||
expected: FAIL
|
||||
|
||||
[LegacyLenientThis behavior (cross-origin)]
|
||||
expected: FAIL
|
||||
|
||||
[LegacyLenientThis behavior (same-origin + document.domain)]
|
||||
expected: FAIL
|
||||
|
||||
[LegacyLenientThis behavior (cross-site)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,86 +1,42 @@
|
|||
[parent-no-child-bad-subdomain.sub.https.html]
|
||||
expected: TIMEOUT
|
||||
["true": originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[""?1"": message event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
["(?1)": originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
|
||||
["1": frame insertion]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
["?2": message event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
["?0": originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
|
||||
[""?1"": setting document.domain must give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
["true": message event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
["": originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
|
||||
["true": setting document.domain must give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[""?1"": originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
["": message event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
["": frame insertion]
|
||||
expected: TIMEOUT
|
||||
|
||||
["?2": originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
|
||||
["?2": setting document.domain must give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
["(?1)": frame insertion]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
["1": message event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
["?0": frame insertion]
|
||||
expected: NOTRUN
|
||||
|
||||
["?0": setting document.domain must give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
["1": setting document.domain must give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
["": setting document.domain must give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
["(?1)": message event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
["true": frame insertion]
|
||||
expected: NOTRUN
|
||||
|
||||
["1": originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
|
||||
[""?1"": frame insertion]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
["?0": message event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
["?2": frame insertion]
|
||||
expected: NOTRUN
|
||||
|
||||
["(?1)": setting document.domain must give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
[parent-no-child-yes-port.sub.https.html]
|
||||
expected: TIMEOUT
|
||||
[setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[parent: originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,14 +1,9 @@
|
|||
[parent-no-child-yes-same.sub.https.html]
|
||||
expected: TIMEOUT
|
||||
[message event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
[setting document.domain must give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
[parent: originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child: originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
[parent-no-child-yes-subdomain-with-redirect.sub.https.html]
|
||||
expected: TIMEOUT
|
||||
[setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[parent: originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
[parent-no-child-yes-subdomain.sub.https.html]
|
||||
expected: TIMEOUT
|
||||
[setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[parent: originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
[parent-no-child-yeswithparams-subdomain.sub.https.html]
|
||||
expected: TIMEOUT
|
||||
[setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[parent: originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
[parent-yes-child-no-port.sub.https.html]
|
||||
expected: TIMEOUT
|
||||
[setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[parent: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child: originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,14 +1,9 @@
|
|||
[parent-yes-child-no-same.sub.https.html]
|
||||
expected: TIMEOUT
|
||||
[message event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
[setting document.domain must give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
[child: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[parent: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
[parent-yes-child-no-subdomain.sub.https.html]
|
||||
expected: TIMEOUT
|
||||
[setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[parent: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child: originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
[parent-yes-child-yes-port.sub.https.html]
|
||||
expected: TIMEOUT
|
||||
[setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[parent: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,14 +1,9 @@
|
|||
[parent-yes-child-yes-same.sub.https.html]
|
||||
expected: TIMEOUT
|
||||
[message event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
[setting document.domain must give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
[child: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[parent: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
[parent-yes-child-yes-subdomain.sub.https.html]
|
||||
expected: TIMEOUT
|
||||
[setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[parent: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[child1 to child2: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: TIMEOUT
|
||||
|
||||
[parent: originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
|
@ -12,11 +12,8 @@
|
|||
[child2 to child1: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
[Parent to child1: setting document.domain must give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
[Parent to child2: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child1: originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
|
@ -28,8 +25,7 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[Parent to child2: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child2 to child1: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[child1 to child2: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: TIMEOUT
|
||||
|
||||
[parent: originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
|
@ -12,11 +12,8 @@
|
|||
[child2 to child1: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
[Parent to child1: setting document.domain must give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
[Parent to child2: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child1: originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
|
@ -28,8 +25,7 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[Parent to child2: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child2 to child1: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -4,19 +4,16 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[child1 to child2: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: TIMEOUT
|
||||
|
||||
[parent: originAgentCluster must equal false]
|
||||
expected: NOTRUN
|
||||
|
||||
[Parent to child2: setting document.domain must give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
[Parent to child2: message event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
[Parent to child1: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child1 to child2: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
|
@ -25,11 +22,10 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[Parent to child1: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child2 to child1: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
[child2 to child1: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[child1 to child2: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: TIMEOUT
|
||||
|
||||
[child2 to child1: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
[Parent to child2: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[parent: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
|
@ -22,14 +22,13 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[Parent to child1: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Parent to child2: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Parent to child1: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child2 to child1: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[child1 to child2: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: TIMEOUT
|
||||
|
||||
[child2 to child1: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
[Parent to child2: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[parent: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
|
@ -22,14 +22,13 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[Parent to child1: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Parent to child2: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Parent to child1: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child2 to child1: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[child1 to child2: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: TIMEOUT
|
||||
|
||||
[child2 to child1: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
|
||||
[Parent to child2: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[parent: originAgentCluster must equal true]
|
||||
expected: NOTRUN
|
||||
|
@ -22,14 +22,13 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[Parent to child1: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Parent to child2: setting document.domain must not give sync access]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Parent to child1: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[child2 to child1: messageerror event must occur]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue