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 (09-06-2019) #23543

Merged
merged 1 commit into from Jun 9, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update web-platform-tests to revision e7b1c6eb7d9a419fa441dad5241ce7c…

…54a73c284
  • Loading branch information
servo-wpt-sync committed Jun 9, 2019
commit 757460ed0daf0ff870af8e1b5c0eb9e95f3f459e
@@ -14,9 +14,6 @@
[Revoke blob URL after creating Request, will fetch]
expected: FAIL

[Revoke blob URL after calling fetch, fetch should succeed]
expected: FAIL


[url-with-fetch.any.html]
[Untitled]
{}
]
],
"css/css-break/floats-and-text-narrow-and-short-dynamic.html": [
[
"css/css-break/floats-and-text-narrow-and-short-dynamic.html",
[
[
"/css/css-break/floats-and-text-narrow-and-short-dynamic-ref.html",
"=="
]
],
{}
]
],
"css/css-break/form-control.html": [
[
"css/css-break/form-control.html",
"css/css-break/block-end-aligned-abspos-with-overflow-ref.html": [
[]
],
"css/css-break/floats-and-text-narrow-and-short-dynamic-ref.html": [
[]
],
"css/css-break/line-after-unbreakable-float-after-padding-ref.html": [
[]
],
"fb80ec45bceec093481fa54513c606c5952628b1",
"testharness"
],
"css/css-break/floats-and-text-narrow-and-short-dynamic-ref.html": [
"51855d2d7a724d44f44c1585708851fd62242fbe",
"support"
],
"css/css-break/floats-and-text-narrow-and-short-dynamic.html": [
"09e5021555d50ca0c6919082bfffc81652f65092",
"reftest"
],
"css/css-break/form-control.html": [
"8ef6eedae252f36de3bfeef8c3a6db23bf6f3d89",
"reftest"
"support"
],
"interfaces/service-workers.idl": [
"99f55ab6add1940a021a4b15a6556ed5383febc4",
"89229e377f7eca23e2f9ce625f40fe1e7e87ea78",
"support"
],
"interfaces/shape-detection-api.idl": [
@@ -315,24 +315,27 @@
[<iframe>: combined response Content-Type: text/html;charset=gbk text/plain text/html]
expected: FAIL

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

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

[<iframe>: combined response Content-Type: text/html */*]
[<iframe>: separate response Content-Type: text/html */*]
expected: FAIL

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

[<iframe>: separate response Content-Type: text/html */*]
[<iframe>: combined response Content-Type: */* text/html]
expected: FAIL

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

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

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

@@ -11,6 +11,3 @@
[X-Content-Type-Options%3A%20nosniff%0C]
expected: FAIL

[X-Content-Type-Options%3A%20%2Cnosniff]
expected: FAIL

This file was deleted.

This file was deleted.

@@ -0,0 +1,10 @@
[non-active-document.html]
[DOMParser]
expected: FAIL

[createHTMLDocument]
expected: FAIL

[<template>]
expected: FAIL

@@ -0,0 +1,7 @@
[toggleEvent.html]
[Calling open twice on 'details' fires only one toggle event]
expected: FAIL

[Setting open=true to opened 'details' element should not fire a toggle event at the 'details' element]
expected: FAIL

@@ -0,0 +1,2 @@
[response.py]
expected: TIMEOUT

This file was deleted.

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<style>
.float {
float: left;
width: 2em;
height: 2em;
}
.yellow {
background: yellow;
}
.blue {
background: blue;
}
</style>
<p>Below there should be two yellow and two blue squares.</p>
<div class="float yellow"></div>
<div class="float blue"></div>
<div class="float yellow"></div>
<div class="float blue"></div>
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-break-3/#parallel-flows">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=961516">
<link rel="match" href="floats-and-text-narrow-and-short-dynamic-ref.html">
<style>
#container {
columns: 4;
height: 2em;
column-fill: auto;
column-gap: 0;
line-height: 2em;
background: yellow;
}

.float {
float: left;
width: 2em;
height: 2em;
break-inside: avoid;
background: blue;
}
</style>
<p>Below there should be two yellow and two blue squares.</p>
<div id="container">
<div style="width:1em;">
<div style="height:1em;"></div>
<div class="float"></div>
&nbsp;
<div class="float"></div>
</div>
</div>
<script>
document.body.offsetTop;
container.style.width = "8em";
</script>
@@ -102,8 +102,7 @@ interface ServiceWorkerGlobalScope : WorkerGlobalScope {
attribute EventHandler onactivate;
attribute EventHandler onfetch;

// event
attribute EventHandler onmessage; // event.source of the message events is Client object
attribute EventHandler onmessage;
attribute EventHandler onmessageerror;
};

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