Skip to content

Commit

Permalink
Update web-platform-tests to revision b7d6508023db9611262088446682366…
Browse files Browse the repository at this point in the history
…47169fe49
  • Loading branch information
servo-wpt-sync committed Jan 7, 2019
1 parent 0196160 commit 4f6f39a
Show file tree
Hide file tree
Showing 18 changed files with 319 additions and 54 deletions.
23 changes: 21 additions & 2 deletions tests/wpt/metadata/MANIFEST.json
Expand Up @@ -158046,7 +158046,7 @@
"/css/css-values/vh-support-atviewport.html",
[
[
"/css/css-values/reference/all-green.html",
"/css/css-values/reference/vh-support-atviewport-ref.htm",
"=="
]
],
Expand Down Expand Up @@ -275214,6 +275214,11 @@
{}
]
],
"css/css-values/reference/vh-support-atviewport-ref.htm": [
[
{}
]
],
"css/css-values/reference/vh_not_refreshing_on_chrome-ref.html": [
[
{}
Expand Down Expand Up @@ -353391,6 +353396,12 @@
{}
]
],
"custom-elements/enqueue-custom-element-callback-reactions-inside-another-callback.html": [
[
"/custom-elements/enqueue-custom-element-callback-reactions-inside-another-callback.html",
{}
]
],
"custom-elements/historical.html": [
[
"/custom-elements/historical.html",
Expand Down Expand Up @@ -586988,6 +586999,10 @@
"962a748d2c059b45fca4d7788b04b77c61e0b923",
"support"
],
"css/css-values/reference/vh-support-atviewport-ref.htm": [
"cfa9e8d02d48436ee1c311da7c7bd65b0f4291cf",
"support"
],
"css/css-values/reference/vh_not_refreshing_on_chrome-ref.html": [
"279d1c69b9f7fbe60edb55b7e8a5d507eda24936",
"support"
Expand Down Expand Up @@ -587225,7 +587240,7 @@
"reftest"
],
"css/css-values/vh-support-atviewport.html": [
"c79ace6df18a7432dba34fa83cdb1af183206156",
"c1999c4a22e2933259b3f77193c2b20c3b53f199",
"reftest"
],
"css/css-values/vh-support-margin.html": [
Expand Down Expand Up @@ -608036,6 +608051,10 @@
"7f5a4d0f8e76d495acfdedfe172ef5acfdac75b4",
"testharness"
],
"custom-elements/enqueue-custom-element-callback-reactions-inside-another-callback.html": [
"2fd932f29a3bae3e80ee90a1996c1d25ea7934cf",
"testharness"
],
"custom-elements/historical.html": [
"70981ce59c41dd352bccf1b70a1cb7c8cecf30ec",
"testharness"
Expand Down
@@ -0,0 +1,2 @@
[vh-support-atviewport.html]
expected: FAIL
@@ -0,0 +1,7 @@
[enqueue-custom-element-callback-reactions-inside-another-callback.html]
[Connecting an element without connectedCallback while it has a disconnectedCallback in its custom element reaction queue must not result in disconnectedCallback getting invoked before the insertion completes]
expected: FAIL

[Connecting a element with connectedCallback while it has a disconnectedCallback in its custom element reaction queue must result in disconnectedCallback getting invoked before the insertion completes]
expected: FAIL

7 changes: 2 additions & 5 deletions tests/wpt/metadata/encoding/single-byte-decoder.html.ini
Expand Up @@ -2,7 +2,7 @@
type: testharness

[single-byte-decoder.html?document]
expected: TIMEOUT
expected: CRASH
[ISO-8859-4: iso_8859-4:1988 (document.characterSet and document.inputEncoding)]
expected: FAIL

Expand Down Expand Up @@ -32,7 +32,7 @@


[single-byte-decoder.html?XMLHttpRequest]
expected: CRASH
expected: TIMEOUT
[ISO-8859-2: iso_8859-2:1987 (XMLHttpRequest)]
expected: FAIL

Expand Down Expand Up @@ -141,8 +141,5 @@
[windows-1254: cp1254 (XMLHttpRequest)]
expected: TIMEOUT

[windows-1253: cp1253 (XMLHttpRequest)]
expected: TIMEOUT


[single-byte-decoder.html?TextDecoder]

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -11,5 +11,5 @@
expected: TIMEOUT

[picture: source (max-width:500px) valid image, img valid image, resize to narrow]
expected: TIMEOUT
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

This file was deleted.

@@ -0,0 +1,5 @@
[promise-rejection-events.html]
expected: TIMEOUT
[rejectionhandled is dispatched from a queued task, and not immediately]
expected: TIMEOUT

Expand Up @@ -12,3 +12,6 @@
[Verifies the resolution of entry.startTime is at least 5 microseconds.]
expected: TIMEOUT

[Verifies the resolution of performance.now() is at least 5 microseconds.]
expected: FAIL

@@ -1,5 +1,5 @@
[buffer-full-store-and-clear-during-callback.html]
expected: TIMEOUT
expected: ERROR
[Test that entries overflowing the buffer trigger the buffer full event, can be stored, and find themselves in the primary buffer after it's cleared.]
expected: TIMEOUT
@@ -1,4 +1,5 @@
[realtimeanalyser-fft-scaling.html]
expected: TIMEOUT
[X 2048-point FFT peak position is not equal to 64. Got 0.]
expected: FAIL

Expand Down
2 changes: 0 additions & 2 deletions tests/wpt/mozilla/meta/css/transition_calc_implicit.html.ini

This file was deleted.

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>
CSS Reftest Reference
</title>

<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="François REMY">

<style type="text/css">
html
{
background-color: yellow;
border-left: blue solid 50vw;
height: 100vh;
}
</style>

</head>
<body>

</body></html>
@@ -1,44 +1,41 @@
<!DOCTYPE html>
<html>
<head>
<html><head>
<meta charset="utf-8">
<title>
CSS Values and Units Test:
Viewports units are supported in @viewport rules
</title>
<meta name="assert" content="
<meta content="
Viewports units are supported in @viewport rules
" />
" name="assert">

<link
rel="author"
title="François REMY"
href="mailto:fremycompany.developer@yahoo.fr"
/>
<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="François REMY">

<link rel="help" href="http://www.w3.org/TR/css3-values/#viewport-relative-lengths" />
<link rel="help" href="https://drafts.csswg.org/css-device-adapt-1/" />
<link href="http://www.w3.org/TR/css3-values/#viewport-relative-lengths" rel="help">
<link href="https://drafts.csswg.org/css-device-adapt-1/#atviewport-rule" rel="help">

<link
rel="match"
href="reference/all-green.html"
/>
<link href="reference/vh-support-atviewport-ref.htm" rel="match">

<style type="text/css">

html, body { margin: 0px; padding: 0px; overflow: hidden; }

@viewport { width: 1vw; }

html { background: red; }
#target { background: green; width: 100vw; height: 100vh; }

html
{
background-color: yellow;
}

body
{
background-color: blue;
height: 100vh;
margin: 0;
}

@viewport
{
width: 50vw;
}
</style>

</head>
<body>

<div id="target"></div>

</body>
</html>
</body></html>

0 comments on commit 4f6f39a

Please sign in to comment.