Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync WPT with upstream (18-10-2019) #24490

Merged
merged 1 commit into from Oct 19, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
The table of contents is too big for display.

Always

Just for now

Large diffs are not rendered by default.

@@ -2,12 +2,12 @@
[#container 1]
expected: FAIL

[[data-expected-height\] 1]
[[data-expected-height\] 7]
expected: FAIL

[[data-expected-height\] 2]
[[data-expected-height\] 3]
expected: FAIL

[[data-expected-height\] 7]
[[data-expected-height\] 4]
expected: FAIL

@@ -0,0 +1,2 @@
[eol-spaces-bidi-001.html]
expected: FAIL
@@ -2,3 +2,15 @@
[<li>Outside 1</li>]
expected: FAIL

[<li>Image Outside 2</li>]
expected: FAIL

[<li>Outside 2</li>]
expected: FAIL

[<li>Image Outside 1</li>]
expected: FAIL

[<li>Outside 3</li>]
expected: FAIL

@@ -0,0 +1,2 @@
[matchMedia-display-none-iframe.html]
expected: ERROR
@@ -8,3 +8,6 @@
[throws if handleEvent is thruthy and not callable]
expected: FAIL

[doesn't look up handleEvent method on callable event listeners]
expected: FAIL
@@ -324,9 +324,9 @@
[<iframe>: combined response Content-Type: text/html;" text/plain]
expected: FAIL

[<iframe>: separate response Content-Type: text/html;x=" text/plain]
[<iframe>: combined response Content-Type: text/html;" \\" text/plain]
expected: FAIL

[<iframe>: combined response Content-Type: text/html;" \\" text/plain]
[<iframe>: combined response Content-Type: text/html;charset=gbk text/plain text/html]
expected: FAIL

@@ -56,6 +56,6 @@
[separate text/javascript x/x]
expected: FAIL

[separate text/javascript;charset=windows-1252 error text/javascript]
[separate text/javascript;charset=windows-1252 text/javascript]
expected: FAIL

@@ -9,3 +9,21 @@
[Same-Origin embed]
expected: TIMEOUT

[Wrapper: Navigate to cross-site embed]
expected: NOTRUN

[Wrapper: cross-site embed]
expected: NOTRUN

[Wrapper: same-site embed]
expected: NOTRUN

[Wrapper: Navigate to same-origin embed]
expected: NOTRUN

[Wrapper: Navigate to same-site embed]
expected: NOTRUN

[Wrapper: same-origin embed]
expected: TIMEOUT

@@ -0,0 +1,4 @@
[appcache.tentative.https.sub.html]
[Appcache!]
expected: FAIL

@@ -0,0 +1,11 @@
[embed.tentative.https.sub.html]
expected: TIMEOUT
[Cross-Site embed]
expected: NOTRUN

[Same-Site embed]
expected: NOTRUN

[Same-Origin embed]
expected: TIMEOUT

@@ -0,0 +1,7 @@
[fetch-preflight.tentative.https.sub.html]
[Same-site fetch with preflight]
expected: FAIL

[Cross-site fetch with preflight]
expected: FAIL

@@ -0,0 +1,4 @@
[fetch-via-serviceworker--fallback.tentative.https.sub.html]
[Sec-Fetch headers after SW fallback]
expected: FAIL

@@ -0,0 +1,4 @@
[fetch-via-serviceworker--respondWith.tentative.https.sub.html]
[Sec-Fetch headers after SW fallback]
expected: FAIL

@@ -0,0 +1,19 @@
[fetch.tentative.https.sub.html]
[Same-origin fetch]
expected: FAIL

[Same-origin mode]
expected: FAIL

[Cross-site fetch]
expected: FAIL

[Same-site fetch]
expected: FAIL

[no-CORS mode]
expected: FAIL

[CORS mode]
expected: FAIL

@@ -0,0 +1,4 @@
[fetch.tentative.sub.html]
[http->https fetch (cross-scheme => cross-site)]
expected: FAIL

@@ -0,0 +1,4 @@
[font.tentative.https.sub.html]
[font]
expected: FAIL

@@ -0,0 +1,14 @@
[frame.tentative.sub.html]
expected: TIMEOUT
[Secure, cross-site (cross-scheme, same-host) frame]
expected: TIMEOUT

[Non-secure cross-site iframe => No headers.]
expected: TIMEOUT

[Non-secure same-site iframe => No headers]
expected: TIMEOUT

[Non-secure same-origin iframe => No headers]
expected: TIMEOUT

@@ -0,0 +1,10 @@
[history.tentative.https.sub.html]
[back to same-origin-initiated navigation]
expected: FAIL

[back to same-site-initiated navigation]
expected: FAIL

[back to cross-site-initiated navigation]
expected: FAIL

@@ -0,0 +1,4 @@
[iframe.tentative.sub.html]
[Secure, cross-site (cross-scheme, same-host) iframe]
expected: FAIL

@@ -0,0 +1,10 @@
[img.tentative.https.sub.html]
[Cross-site image]
expected: FAIL

[Same-origin image]
expected: FAIL

[Same-site image]
expected: FAIL

@@ -0,0 +1,2 @@
[navigation.https.sub.html]
expected: TIMEOUT
@@ -0,0 +1,11 @@
[object.tentative.https.sub.html]
expected: TIMEOUT
[Same-Origin object]
expected: TIMEOUT

[Cross-Site object]
expected: NOTRUN

[Same-Site object]
expected: NOTRUN

@@ -0,0 +1,14 @@
[prefetch.tentative.https.sub.html]
expected: TIMEOUT
[<link rel='prefetch' href='https://www.web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='prefetch' href='https://www.not-web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='prefetch' href='https://web-platform.test:8443/...'>]
expected: TIMEOUT

[Browser supports prefetch.]
expected: FAIL

@@ -0,0 +1,59 @@
[preload.tentative.https.sub.html]
expected: TIMEOUT
[<link rel='preload' as='fetch' href='https://web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='script' href='https://www.web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='font' href='https://www.not-web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='script' href='https://www.not-web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='track' href='https://www.not-web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='image' href='https://web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='image' href='https://www.not-web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='track' href='https://web-platform.test:8443/...'>]
expected: TIMEOUT

[Browser supports preload.]
expected: FAIL

[<link rel='preload' as='fetch' href='https://www.not-web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='style' href='https://www.web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='font' href='https://web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='fetch' href='https://www.web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='image' href='https://www.web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='font' href='https://www.web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='style' href='https://www.not-web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='script' href='https://web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='track' href='https://www.web-platform.test:8443/...'>]
expected: TIMEOUT

[<link rel='preload' as='style' href='https://web-platform.test:8443/...'>]
expected: TIMEOUT

@@ -0,0 +1,10 @@
[cross-site-redirect.tentative.https.sub.html]
[Cross-Site -> Cross-Site redirect]
expected: FAIL

[Cross-Site -> Same-Site redirect]
expected: FAIL

[Cross-Site -> Same-Origin redirect]
expected: FAIL

@@ -0,0 +1,4 @@
[multiple-redirect-cross-site.tentative.https.sub.html]
[Same-Origin -> Cross-Site -> Same-Origin redirect]
expected: FAIL

@@ -0,0 +1,4 @@
[multiple-redirect-https-downgrade-upgrade.tentative.sub.html]
[multiple-redirect-https-downgrade-upgrade]
expected: FAIL

@@ -0,0 +1,4 @@
[multiple-redirect-same-site.tentative.https.sub.html]
[Same-Origin -> Same-Site -> Same-Origin redirect]
expected: FAIL

@@ -0,0 +1,4 @@
[redirect-http-upgrade.tentative.sub.html]
[redirect-http-upgrade]
expected: FAIL

@@ -0,0 +1,4 @@
[redirect-https-downgrade.tentative.sub.html]
[redirect-https-downgrade]
expected: FAIL

@@ -0,0 +1,10 @@
[same-origin-redirect.tentative.https.sub.html]
[Same-Origin -> Cross-Site redirect]
expected: FAIL

[Same-Origin -> Same-Site redirect]
expected: FAIL

[Same-Origin -> Same-Origin redirect]
expected: FAIL

@@ -0,0 +1,10 @@
[same-site-redirect.tentative.https.sub.html]
[Same-Site -> Same-Origin redirect]
expected: FAIL

[Same-Site -> Same-Site redirect]
expected: FAIL

[Same-Site -> Cross-Site redirect]
expected: FAIL

@@ -0,0 +1,2 @@
[report.tentative.https.sub.html]
expected: TIMEOUT
@@ -0,0 +1,13 @@
[script.tentative.https.sub.html]
[Same-origin script]
expected: FAIL

[Cross-site script]
expected: FAIL

[Same-origin CORS script]
expected: FAIL

[Same-site script]
expected: FAIL

@@ -0,0 +1,4 @@
[serviceworker.tentative.https.sub.html]
[metadata for service worker scripts]
expected: FAIL

@@ -0,0 +1,4 @@
[sharedworker.tentative.https.sub.html]
[sharedworker]
expected: FAIL

@@ -0,0 +1,13 @@
[style.tentative.https.sub.html]
[Same-Origin, cors style]
expected: FAIL

[Cross-Site style]
expected: FAIL

[Same-Site style]
expected: FAIL

[Same-Origin style]
expected: FAIL

@@ -0,0 +1,14 @@
[track.tentative.https.sub.html]
expected: TIMEOUT
[Same-Site track]
expected: NOTRUN

[Same-Origin track]
expected: TIMEOUT

[Same-Origin, CORS track]
expected: NOTRUN

[Cross-Site track]
expected: NOTRUN

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.