Skip to content

Commit

Permalink
Update web-platform-tests to revision 86579034357501943927f3dc4abf75d…
Browse files Browse the repository at this point in the history
…76c477383
  • Loading branch information
servo-wpt-sync committed Sep 9, 2018
1 parent 9c1c58a commit f708edc
Show file tree
Hide file tree
Showing 20 changed files with 155 additions and 76 deletions.
@@ -1,4 +1,5 @@
[url-in-tags-revoke.window.html]
expected: TIMEOUT
[Fetching a blob URL immediately before revoking it works in an iframe.]
expected: FAIL

Expand All @@ -14,3 +15,6 @@
[Opening a blob URL in a new window by clicking an <a> tag works immediately before revoking the URL.]
expected: FAIL

[Fetching a blob URL immediately before revoking it works in <script> tags.]
expected: TIMEOUT

11 changes: 9 additions & 2 deletions tests/wpt/metadata/FileAPI/url/url-with-fetch.any.js.ini
@@ -1,14 +1,19 @@
[url-with-fetch.any.worker.html]
[url-with-fetch]
expected: FAIL

[Only exact matches should revoke URLs, using fetch]
expected: FAIL

[Appending a query string should cause fetch to fail]
expected: FAIL

[Appending a path should cause fetch to fail]
expected: FAIL

[Revoke blob URL after creating Request, will fetch]
expected: FAIL

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

Expand All @@ -19,14 +24,16 @@

[url-with-fetch]
expected: FAIL

[Only exact matches should revoke URLs, using fetch]
expected: FAIL

[Appending a query string should cause fetch to fail]
expected: FAIL

[Appending a path should cause fetch to fail]
expected: FAIL

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

53 changes: 47 additions & 6 deletions tests/wpt/metadata/MANIFEST.json
Expand Up @@ -39867,6 +39867,30 @@
{}
]
],
"css/CSS2/borders/groove-default.html": [
[
"/css/CSS2/borders/groove-default.html",
[
[
"/css/CSS2/borders/groove-ridge-default-notref.html",
"!="
]
],
{}
]
],
"css/CSS2/borders/ridge-default.html": [
[
"/css/CSS2/borders/ridge-default.html",
[
[
"/css/CSS2/borders/groove-ridge-default-notref.html",
"!="
]
],
{}
]
],
"css/CSS2/borders/shand-border-000.xht": [
[
"/css/CSS2/borders/shand-border-000.xht",
Expand Down Expand Up @@ -226712,6 +226736,11 @@
{}
]
],
"css/CSS2/borders/groove-ridge-default-notref.html": [
[
{}
]
],
"css/CSS2/borders/shand-border-000-ref.xht": [
[
{}
Expand Down Expand Up @@ -474032,10 +474061,22 @@
"31d6fe104d7a41e1bdd3ce9e396bd02f6edef726",
"visual"
],
"css/CSS2/borders/groove-default.html": [
"c9028b9a2f4ce57857335862e1f81a30f8f1e535",
"reftest"
],
"css/CSS2/borders/groove-ridge-default-notref.html": [
"5ead6432ccd2cbbfa412dd562faac03d4711c2c8",
"support"
],
"css/CSS2/borders/ltr-borders-001.xht": [
"e46f42fd96ba305f9699fa6f270a70289d16c50d",
"visual"
],
"css/CSS2/borders/ridge-default.html": [
"4bd0bdf3aef8137b2a14e16ea2461c85b61fe4a6",
"reftest"
],
"css/CSS2/borders/rtl-borders-001.xht": [
"3139fef544276525bd46f07f6c321e15eabec24b",
"visual"
Expand Down Expand Up @@ -540161,7 +540202,7 @@
"support"
],
"css/css-fonts/variations/at-font-face-descriptors.html": [
"ece5b4be9b93622346e43fc79915f8f9cc8c48c1",
"942686c4a1fd0f3d3807f5fdb114e3e154b1577e",
"testharness"
],
"css/css-fonts/variations/at-font-face-font-matching.html": [
Expand Down Expand Up @@ -563037,7 +563078,7 @@
"testharness"
],
"css/css-typed-om/the-stylepropertymap/properties/color-interpolation.html": [
"4713d90621d35ce990ddb18ea217e6a467effd0c",
"d8324db22e217d0805c847b83b4b841bbcbe84b1",
"testharness"
],
"css/css-typed-om/the-stylepropertymap/properties/color-rendering.html": [
Expand Down Expand Up @@ -587209,7 +587250,7 @@
"support"
],
"docs/_writing-tests/testharness-api.md": [
"bb5524532915a58e4fab3c3bb89a41bbe2a46b4a",
"952c8365fb7028c00eeca7ee5949310ecce95913",
"support"
],
"docs/_writing-tests/testharness.md": [
Expand Down Expand Up @@ -635089,7 +635130,7 @@
"support"
],
"resources/test/tests/functional/promise.html": [
"bdf6dc3ec2af07a9799243cbc7b15da939961363",
"9db1dec0f9e3e973e57d08f2ebed256b82bbd0ab",
"support"
],
"resources/test/tests/functional/queue.html": [
Expand Down Expand Up @@ -635245,7 +635286,7 @@
"support"
],
"resources/testharness.js": [
"f0c24635017dad6275c99dc149ab1739470eeb36",
"85e211ff60ae559d7ff39994c33a2f05056e1ef2",
"support"
],
"resources/testharness.js.headers": [
Expand Down Expand Up @@ -653073,7 +653114,7 @@
"testharness"
],
"web-animations/animation-model/animation-types/property-list.js": [
"8d02717835175c186e96779949af2f6d892125ca",
"e2f3adcd7affcdc382fb038eb4e9a5ca80d5b1ee",
"support"
],
"web-animations/animation-model/animation-types/property-types.js": [
Expand Down
2 changes: 2 additions & 0 deletions tests/wpt/metadata/css/CSS2/borders/groove-default.html.ini
@@ -0,0 +1,2 @@
[groove-default.html]
expected: FAIL
2 changes: 2 additions & 0 deletions tests/wpt/metadata/css/CSS2/borders/ridge-default.html.ini
@@ -0,0 +1,2 @@
[ridge-default.html]
expected: FAIL
Expand Up @@ -251,3 +251,9 @@
[font-stretch(valid): Negative calc expression (to be clamped): calc(50% - 50%*2)]
expected: FAIL

[font-weight(valid): Valid calc expression with out-of-range value (should be clamped): calc(100.5*3 + 800)]
expected: FAIL

[font-weight(valid): Out-of-range simple calc value (should be clamped): calc(1001)]
expected: FAIL

Expand Up @@ -23,9 +23,6 @@
[word-spacing length(mm) / values]
expected: FAIL

[text-indent length(pc) / values]
expected: FAIL

[opacity number[0,1\](zero-to-one) / values]
expected: FAIL

Expand Down Expand Up @@ -95,9 +92,6 @@
[font-size length(in) / values]
expected: FAIL

[text-indent length(ex) / values]
expected: FAIL

[font-size length(em) / values]
expected: FAIL

Expand All @@ -107,9 +101,6 @@
[vertical-align length(em) / values]
expected: FAIL

[text-indent length(px) / values]
expected: FAIL

[clip rectangle(rectangle) / values]
expected: FAIL

Expand Down Expand Up @@ -257,9 +248,6 @@
[max-width length(px) / values]
expected: FAIL

[text-indent length(mm) / values]
expected: FAIL

[font-size length(mm) / values]
expected: FAIL

Expand All @@ -284,9 +272,6 @@
[outline-offset length(in) / values]
expected: FAIL

[word-spacing length(in) / values]
expected: FAIL

[outline-width length(pt) / values]
expected: FAIL

Expand All @@ -311,9 +296,6 @@
[word-spacing length(pt) / values]
expected: FAIL

[text-indent length(cm) / values]
expected: FAIL

[border-right-width length(mm) / values]
expected: FAIL

Expand All @@ -326,9 +308,6 @@
[background-position length(ex) / events]
expected: FAIL

[text-indent length(pt) / values]
expected: FAIL

[border-right-width length(pt) / values]
expected: FAIL

Expand Down Expand Up @@ -383,9 +362,6 @@
[outline-width length(pc) / values]
expected: FAIL

[word-spacing percentage(%) / values]
expected: FAIL

[font-weight font-weight(numeric) / values]
expected: FAIL

Expand All @@ -401,12 +377,6 @@
[line-height percentage(%) / values]
expected: FAIL

[text-indent length(in) / values]
expected: FAIL

[text-indent length(em) / values]
expected: FAIL

[border-top-width length(pt) / values]
expected: FAIL

Expand Down Expand Up @@ -503,9 +473,9 @@
[min-width length(ex) / values]
expected: FAIL

[text-shadow shadow(shadow) / values]
[text-indent percentage(%) / events]
expected: FAIL

[text-indent percentage(%) / values]
[text-shadow shadow(shadow) / events]
expected: FAIL

Expand Up @@ -68,15 +68,9 @@
[bottom intermediate]
expected: FAIL

[outline-offset end]
[outline-width intermediate]
expected: FAIL

[border-bottom-width end]
expected: FAIL

[padding-bottom intermediate]
expected: FAIL

[padding-bottom end]
[outline-width end]
expected: FAIL

This file was deleted.

Expand Up @@ -30,6 +30,3 @@
[Set HTTP URL frame location.protocol to data]
expected: FAIL

[Set HTTP URL frame location.protocol to x]
expected: FAIL

15 changes: 9 additions & 6 deletions tests/wpt/metadata/url/urlencoded-parser.any.js.ini
Expand Up @@ -2,19 +2,19 @@
[request.formData() with input: a&b&c]
expected: FAIL

[request.formData() with input: a=b&c=d]
[response.formData() with input: &&&a=b&&&&c=d&]
expected: FAIL

[request.formData() with input: &&&a=b&&&&c=d&]
[response.formData() with input: a&b&c]
expected: FAIL

[response.formData() with input: a=b&c=d&]
[request.formData() with input: _charset_=windows-1252&test=%C2x]
expected: FAIL

[response.formData() with input: &&&a=b&&&&c=d&]
[response.formData() with input: _charset_=windows-1252&test=%C2x]
expected: FAIL

[response.formData() with input: a=b&c=d]
[request.formData() with input: a=b&c=d&]
expected: FAIL


Expand All @@ -31,6 +31,9 @@
[response.formData() with input: _charset_=windows-1252&test=%C2x]
expected: FAIL

[response.formData() with input: a=b&c=d]
[request.formData() with input: &&&a=b&&&&c=d&]
expected: FAIL

[response.formData() with input: a=b&c=d&]
expected: FAIL

15 changes: 15 additions & 0 deletions tests/wpt/web-platform-tests/css/CSS2/borders/groove-default.html
@@ -0,0 +1,15 @@
<!doctype html>
<title>CSS Test: Groove border with default color should actually show a groove border</title>
<link rel="help" href="https://drafts.csswg.org/css2/box.html#border-style-properties">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1488294">
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="author" href="https://www.mozilla.org" title="Mozilla">
<link rel="mismatch" href="groove-ridge-default-notref.html">
<style>
div {
width: 100px;
height: 100px;
border: 10px groove;
}
</style>
<div></div>
@@ -0,0 +1,12 @@
<!doctype html>
<title>CSS Test Reference</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="author" href="https://www.mozilla.org" title="Mozilla">
<style>
div {
width: 100px;
height: 100px;
border: 10px solid;
}
</style>
<div></div>

0 comments on commit f708edc

Please sign in to comment.