Auto merge of #23543 - servo-wpt-sync:wpt_update_09-06-2019, r=servo-wpt-sync

Sync WPT with upstream (09-06-2019)

Automated downstream sync of changes from upstream as of 09-06-2019.
[no-wpt-sync]

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23543)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-06-09 13:21:07 -04:00 committed by GitHub
commit e3939aeb7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 111 additions and 28 deletions

View file

@ -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]

View file

@ -109929,6 +109929,18 @@
{}
]
],
"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",
@ -240703,6 +240715,9 @@
"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": [
[]
],
@ -530824,6 +530839,14 @@
"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"
@ -630629,7 +630652,7 @@
"support"
],
"interfaces/service-workers.idl": [
"99f55ab6add1940a021a4b15a6556ed5383febc4",
"89229e377f7eca23e2f9ce625f40fe1e7e87ea78",
"support"
],
"interfaces/shape-detection-api.idl": [

View file

@ -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]
expected: FAIL
[<iframe>: separate response Content-Type: text/html;charset=gbk text/plain text/html]
expected: FAIL
[<iframe>: combined response Content-Type: text/html */*]
expected: FAIL
[<iframe>: separate response Content-Type: text/html */*;charset=gbk]
expected: FAIL
[<iframe>: separate response Content-Type: text/html */*]
expected: FAIL
[<iframe>: combined response Content-Type: text/html */*;charset=gbk]
expected: FAIL
[<iframe>: separate response Content-Type: text/html;" \\" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: */* text/html]
expected: FAIL
[<iframe>: separate response Content-Type: */* text/html]
expected: FAIL
[<iframe>: separate response Content-Type: text/html;x=" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: text/html;x=" text/plain]
expected: FAIL

View file

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

View file

@ -1,4 +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

View file

@ -1,4 +0,0 @@
[005.html]
[<body onpopstate="..."> should register a listener for the popstate event]
expected: FAIL

View file

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

View file

@ -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

View file

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

View file

@ -1,2 +0,0 @@
[transition_calc_implicit.html]
expected: TIMEOUT

View file

@ -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>

View file

@ -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>

View file

@ -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;
};