From 6edbabc2c65fe9afb30825753b3b4ffab5a3e964 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Sat, 12 Oct 2019 10:24:51 +0000 Subject: [PATCH] Update web-platform-tests to revision e4c65276b686cd788b2c4f8c395025df371e84a1 --- .../url/url-in-tags-revoke.window.js.ini | 2 +- tests/wpt/metadata/MANIFEST.json | 137 +++++++++++------- .../fetch/content-type/response.window.js.ini | 8 +- .../nosniff/parsing-nosniff.window.js.ini | 3 - ...ml.ini => traverse_the_history_2.html.ini} | 2 +- .../traverse_the_history_4.html.ini | 4 + .../embedded-opener-remove-frame.html.ini | 1 + .../non-active-document.html.ini | 10 -- .../the-details-element/toggleEvent.html.ini | 7 + .../Worker/Worker-constructor.html.ini | 2 - .../.github/workflows/documentation.yml | 4 + .../grid-flex-track-intrinsic-sizes-001.html | 81 +++++++++++ .../grid-flex-track-intrinsic-sizes-002.html | 105 ++++++++++++++ .../parsing/transform-valid.html | 6 - .../normal-flow-overconstrained-vlr-005.xht | 31 ++-- .../normal-flow-overconstrained-vrl-004.xht | 30 ++-- .../interfaces/cookie-store.idl | 2 +- .../interfaces/cssom-view.idl | 4 +- .../helper/artwork-generator.html | 18 +++ .../mediasession/mediametadata.html | 27 ++++ .../scroll-to-text-fragment.html | 30 ++-- .../tools/ci/website_build.sh | 14 -- .../Node-multiple-arguments.tentative.html | 2 +- ...ustedTypePolicy-CSP-no-name.tentative.html | 2 +- ...stedTypePolicy-CSP-wildcard.tentative.html | 2 +- .../TrustedTypePolicy-CSP.tentative.html | 6 +- ...TrustedTypePolicy-createXXX.tentative.html | 12 +- .../TrustedTypePolicy-name.tentative.html | 8 +- ...TypePolicyFactory-constants.tentative.html | 20 +-- ...createPolicy-createXYZTests.tentative.html | 40 ++--- ...olicy-cspTests-noNamesGiven.tentative.html | 2 +- ...atePolicy-cspTests-wildcard.tentative.html | 2 +- ...ctory-createPolicy-cspTests.tentative.html | 6 +- ...tory-createPolicy-nameTests.tentative.html | 8 +- ...PolicyFactory-defaultPolicy.tentative.html | 16 +- ...licyFactory-getPropertyType.tentative.html | 70 ++++----- ...stedTypePolicyFactory-isXXX.tentative.html | 96 ++++++------ ...dTypePolicyFactory-metadata.tentative.html | 8 +- .../Window-TrustedTypes.tentative.html | 4 +- ...WorkerGlobalScope-importScripts.https.html | 2 +- ...ock-Node-multiple-arguments.tentative.html | 2 +- ...o-DOMParser-parseFromString.tentative.html | 2 +- ...mers-setTimeout-setInterval.tentative.html | 2 +- ...ssignment-to-Document-write.tentative.html | 2 +- ...-Element-insertAdjacentHTML.tentative.html | 2 +- ...gnment-to-Element-outerHTML.tentative.html | 2 +- ...ent-to-Element-setAttribute.tentative.html | 4 +- ...ment-to-HTMLElement-generic.tentative.html | 2 +- ...signment-to-Location-assign.tentative.html | 2 +- ...assignment-to-Location-href.tentative.html | 2 +- ...ignment-to-Location-replace.tentative.html | 2 +- ...ge-createContextualFragment.tentative.html | 2 +- ...g-assignment-to-Window-open.tentative.html | 2 +- .../default-policy-report-only.tentative.html | 2 +- .../default-policy.tentative.html | 2 +- .../eval-with-permissive-csp.tentative.html | 2 +- .../trusted-types/idlharness.window.js | 12 +- .../WorkerGlobalScope-importScripts.https.js | 8 +- .../trusted-types/support/helper.sub.js | 8 +- ...orting-no-unsafe-eval.tentative.https.html | 6 +- ...reporting-report-only.tentative.https.html | 6 +- ...-types-eval-reporting.tentative.https.html | 6 +- ...ted-types-report-only.tentative.https.html | 4 +- ...ed-types-reporting-check-report.https.html | 2 +- ...usted-types-reporting.tentative.https.html | 8 +- .../web-nfc/NDEFRecord_constructor.https.html | 50 ++++++- .../web-nfc/NFCReader_options.https.html | 16 ++ .../web-nfc/NFCWriter_push.https.html | 21 ++- 68 files changed, 661 insertions(+), 354 deletions(-) rename tests/wpt/metadata/html/browsers/history/the-history-interface/{traverse_the_history_5.html.ini => traverse_the_history_2.html.ini} (71%) create mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini delete mode 100644 tests/wpt/metadata/html/semantics/embedded-content/the-img-element/non-active-document.html.ini create mode 100644 tests/wpt/metadata/html/semantics/interactive-elements/the-details-element/toggleEvent.html.ini delete mode 100644 tests/wpt/metadata/workers/constructors/Worker/Worker-constructor.html.ini create mode 100644 tests/wpt/web-platform-tests/css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-001.html create mode 100644 tests/wpt/web-platform-tests/css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-002.html create mode 100644 tests/wpt/web-platform-tests/mediasession/helper/artwork-generator.html diff --git a/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini b/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini index 76b398963ae..a9e46713244 100644 --- a/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini +++ b/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini @@ -7,7 +7,7 @@ expected: FAIL [Opening a blob URL in a new window immediately before revoking it works.] - expected: FAIL + expected: TIMEOUT [Opening a blob URL in a noopener about:blank window immediately before revoking it works.] expected: FAIL diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index a5e4455923f..3bdba14ef10 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -275316,6 +275316,9 @@ "mediasession/README.md": [ [] ], + "mediasession/helper/artwork-generator.html": [ + [] + ], "mimesniff/META.yml": [ [] ], @@ -319327,6 +319330,18 @@ {} ] ], + "css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-001.html": [ + [ + "css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-001.html", + {} + ] + ], + "css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-002.html": [ + [ + "css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-002.html", + {} + ] + ], "css/css-grid/layout-algorithm/grid-intrinsic-size-with-orthogonal-items.html": [ [ "css/css-grid/layout-algorithm/grid-intrinsic-size-with-orthogonal-items.html", @@ -454617,7 +454632,7 @@ "support" ], ".github/workflows/documentation.yml": [ - "8b892ba88ea010e01ae688aa1770a19fb0707ea8", + "400722f792190a6ec8d8d0b24977d70bfec79aa9", "support" ], ".github/workflows/manifest.yml": [ @@ -573916,6 +573931,14 @@ "ab55502487328d11ac153440fec4963e6e70709c", "testharness" ], + "css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-001.html": [ + "a478f9ace23f0488a60e2ea1e4f2da8ff81221cd", + "testharness" + ], + "css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-002.html": [ + "ef5f1ae10932935e990bd83bc8b33e9e88d49fa3", + "testharness" + ], "css/css-grid/layout-algorithm/grid-intrinsic-size-with-orthogonal-items.html": [ "1097956647846dd2493ab5d1c3458660c67868de", "testharness" @@ -596669,7 +596692,7 @@ "testharness" ], "css/css-transforms/parsing/transform-valid.html": [ - "7879bd686a6f32b76947c1ffee6f8aff4c2c4db2", + "8237a9a4a6882dd0ec3495464c8fbfb7f52e65d3", "testharness" ], "css/css-transforms/parsing/translate-parsing-invalid.html": [ @@ -609073,7 +609096,7 @@ "reftest" ], "css/css-writing-modes/normal-flow-overconstrained-vlr-005.xht": [ - "2754e2454765ef9aebbf697807ece3729f2c0226", + "a443db4e83000c70c65a8dc46a8deb9216c1bf28", "reftest" ], "css/css-writing-modes/normal-flow-overconstrained-vrl-002.xht": [ @@ -609081,7 +609104,7 @@ "reftest" ], "css/css-writing-modes/normal-flow-overconstrained-vrl-004.xht": [ - "472405d1efa86950dfc0f0134802dabe76f1c5de", + "d084c2c6a94bd934f96d6cc13f26ded361eb5628", "reftest" ], "css/css-writing-modes/ortho-htb-alongside-vrl-floats-002-ref.xht": [ @@ -658501,7 +658524,7 @@ "support" ], "interfaces/cookie-store.idl": [ - "c3204b2515a2000ca9be0cf6b4f6732e0ddc63a1", + "3e1a90ab63f5fc4afa36db8dda9fa1174236e26b", "support" ], "interfaces/cors-rfc1918.idl": [ @@ -658581,7 +658604,7 @@ "support" ], "interfaces/cssom-view.idl": [ - "5d30ede1e40debc56ab71ba58a7ddec0ba5b40cf", + "34036484195e28b3068c9ef09f44acd0bed6bda9", "support" ], "interfaces/cssom.idl": [ @@ -662172,12 +662195,16 @@ "7c7c9f8d57a46ae310b1a63df7c6117f89b56d63", "support" ], + "mediasession/helper/artwork-generator.html": [ + "5a2fbb151d9b4eec6f6dc16fc12d8708e01e25d9", + "support" + ], "mediasession/idlharness.window.js": [ "e4d914544ed5df95b20287f8bd5482fdd7fe1045", "testharness" ], "mediasession/mediametadata.html": [ - "e545e732ddabb27bdc14aef7a28e025b4cc15ca7", + "11f6a5f9767248b9dbec50a36d39dabb392e48aa", "testharness" ], "mediasession/playbackstate.html": [ @@ -687957,7 +687984,7 @@ "support" ], "scroll-to-text-fragment/scroll-to-text-fragment.html": [ - "85f07f38229404e45f0afbb413ea950241238ff4", + "e05210f1ea06e3f7676cc86392c6eb5b3d1d8837", "testharness" ], "secure-contexts/META.yml": [ @@ -698269,7 +698296,7 @@ "support" ], "tools/ci/website_build.sh": [ - "e99fcb0cc9fb8b7451301a1e2d318daa631baf62", + "d23829f0bcdab7cd4c3b966c8a3fea711737a0d8", "support" ], "tools/conftest.py": [ @@ -704233,7 +704260,7 @@ "support" ], "trusted-types/Node-multiple-arguments.tentative.html": [ - "062c26d653c344b902e48744a0b54f72af816fc6", + "e3e4a2635e9820c762ca0c10ccd54e244e7bb499", "testharness" ], "trusted-types/Range-createContextualFragment.tentative.html": [ @@ -704241,67 +704268,67 @@ "testharness" ], "trusted-types/TrustedTypePolicy-CSP-no-name.tentative.html": [ - "2dfec26f5a0432e19fdbd139dadd3908b8acac3f", + "18819b20894644094684df6ca48d7e5a5b762d8e", "testharness" ], "trusted-types/TrustedTypePolicy-CSP-wildcard.tentative.html": [ - "22b87965614fd16d280d5a97f9150d07ccca3d3e", + "0e97a4a245a9ef01e1c65f159a9bd300a93b903f", "testharness" ], "trusted-types/TrustedTypePolicy-CSP.tentative.html": [ - "1293493ec1f7780b297d2040274150f0aba32adc", + "0b57c3a908a9a6218d45c4692ee6fd901e49328b", "testharness" ], "trusted-types/TrustedTypePolicy-createXXX.tentative.html": [ - "a078af4b36bf295c1c3bc5814631e79779a3c73e", + "73ed8c72b23d5101f8e9e0f9867b1330aef0dc87", "testharness" ], "trusted-types/TrustedTypePolicy-name.tentative.html": [ - "c121fe4cab50ab52a7159184bfa012e85d555768", + "4b7c30c855980ef2c4e5ab548a9b8def7991de77", "testharness" ], "trusted-types/TrustedTypePolicyFactory-constants.tentative.html": [ - "f164e792345463ac658e925a0187fe9b3f21a127", + "001a6cea4813b0c7f720448d95690c63429405a6", "testharness" ], "trusted-types/TrustedTypePolicyFactory-createPolicy-createXYZTests.tentative.html": [ - "8cdc837cba83ef6fa609556f4be453cdca1fc0a0", + "05c7301af7172165a6594e56eadc413cc6900977", "testharness" ], "trusted-types/TrustedTypePolicyFactory-createPolicy-cspTests-noNamesGiven.tentative.html": [ - "2fc8f0122564190551de99ea1e47085a78fb7816", + "cec1bfb6041e525557c92f4cd7621c64f065654b", "testharness" ], "trusted-types/TrustedTypePolicyFactory-createPolicy-cspTests-wildcard.tentative.html": [ - "7edc64be314a58b81d9d77f69a920faad598d0e0", + "f1b5f27e709bc1eb986f1a1160d0df0b5ec9a99d", "testharness" ], "trusted-types/TrustedTypePolicyFactory-createPolicy-cspTests.tentative.html": [ - "1293493ec1f7780b297d2040274150f0aba32adc", + "0b57c3a908a9a6218d45c4692ee6fd901e49328b", "testharness" ], "trusted-types/TrustedTypePolicyFactory-createPolicy-nameTests.tentative.html": [ - "6d43e0bafc61f34c17d7d7b751bf69f12d035adf", + "e0aa53756d6a23fd99d0469104ca061bf7831398", "testharness" ], "trusted-types/TrustedTypePolicyFactory-defaultPolicy.tentative.html": [ - "ea00566854d12cbd6d2610aafdac44fd549ffbe7", + "7ac09d8bb96c0ef163590db1552012651648b68b", "testharness" ], "trusted-types/TrustedTypePolicyFactory-getPropertyType.tentative.html": [ - "90fc7d5566d8d74dd70b7ff74a349dc424b4cdf8", + "f9ba8f2782209df2362c902d5666dbbf4bba34f8", "testharness" ], "trusted-types/TrustedTypePolicyFactory-isXXX.tentative.html": [ - "854f69ed1e550bd660b8cf7a18b4a81a666072fd", + "efaac5d90d8f07f79f89aa72e633294a60487018", "testharness" ], "trusted-types/TrustedTypePolicyFactory-metadata.tentative.html": [ - "694e4d2660fce5c3b89e457023ea147c84d67834", + "70f77b1bb552c3e1f9069b8847a2231aa5b19d48", "testharness" ], "trusted-types/Window-TrustedTypes.tentative.html": [ - "5bbb4356c21d249a21c8204aad6c9ba7a353cb4e", + "c61d9207b65f430b08c6801a5ffc04d3d0efedd1", "testharness" ], "trusted-types/Window-open.tentative.html": [ @@ -704309,11 +704336,11 @@ "testharness" ], "trusted-types/WorkerGlobalScope-importScripts.https.html": [ - "6ae52639d1dc0d5b303cb4cdb6fb727481234be9", + "9dbfd7b93c97abda7beff52e2e9afebefe518f29", "testharness" ], "trusted-types/block-Node-multiple-arguments.tentative.html": [ - "f84998d4c54ce0d33b19aa3df1e1658d2ba2e655", + "5552e1313728c9688b7dfa32a9ee2bea38faa151", "testharness" ], "trusted-types/block-eval.tentative.html": [ @@ -704321,27 +704348,27 @@ "testharness" ], "trusted-types/block-string-assignment-to-DOMParser-parseFromString.tentative.html": [ - "4446a58836695355efd0fbf3f9f5a0bd6c60c8a3", + "82e31200e6ba5150672e28a898d70d71486ada8a", "testharness" ], "trusted-types/block-string-assignment-to-DOMWindowTimers-setTimeout-setInterval.tentative.html": [ - "2554ce635607ba06df3d975a0437b0862a30d799", + "468ed7b6975194ffde6b4106b0d78f5b99ca24ee", "testharness" ], "trusted-types/block-string-assignment-to-Document-write.tentative.html": [ - "845df475fa0c8833c63b4db7992cde1a804635f9", + "4defb56c88ed763bf65c3f45e16a7d56234b7970", "testharness" ], "trusted-types/block-string-assignment-to-Element-insertAdjacentHTML.tentative.html": [ - "ae1ace69bf85853d0f1c3db333e4507ac1896073", + "37a73f08c20a297a74bd7025906444a1083cb0c1", "testharness" ], "trusted-types/block-string-assignment-to-Element-outerHTML.tentative.html": [ - "945e3dd2a79b026ad35f379deece04c19eb89d8c", + "8f314a26bf5d522276864abdc989a403afdfd170", "testharness" ], "trusted-types/block-string-assignment-to-Element-setAttribute.tentative.html": [ - "d77d9dab58681658d04a7b55d1f340da8f684bfa", + "3cae5d29b445ec452d6832c062bf6ce59a54242f", "testharness" ], "trusted-types/block-string-assignment-to-Element-setAttributeNS.tentative.html": [ @@ -704349,27 +704376,27 @@ "testharness" ], "trusted-types/block-string-assignment-to-HTMLElement-generic.tentative.html": [ - "fe27d45d08a2d8f9a98e44c3d0244230f343954d", + "89d1216d27e2dcf27ad5faa941e224cc495e9363", "testharness" ], "trusted-types/block-string-assignment-to-Location-assign.tentative.html": [ - "4c295ffa284acb21436f06ecbf06ac4073365efe", + "8e89d0d1a6044a354011ed904a621fc519e619ed", "testharness" ], "trusted-types/block-string-assignment-to-Location-href.tentative.html": [ - "86bce7994d6e9e43bddc590519126f4ee266cf06", + "998ee21f3456a8a59692774d057bddba349ee15f", "testharness" ], "trusted-types/block-string-assignment-to-Location-replace.tentative.html": [ - "aa3af64e12b1d2b296e8dedd40b9cef749b1431c", + "e85bb646fc96f2eafbe2c1953633ebcd59212641", "testharness" ], "trusted-types/block-string-assignment-to-Range-createContextualFragment.tentative.html": [ - "4919b7fd4de8dcbe66daa87fdd1285dd96d4580d", + "61553eb71dfcf4a49e580450602aabcc3e515282", "testharness" ], "trusted-types/block-string-assignment-to-Window-open.tentative.html": [ - "c66a16d5c00535c3def556afc5daff3a7614c62c", + "e9c1c79050be5c0d28ea6927e9f8285da11b973d", "testharness" ], "trusted-types/block-text-node-insertion-into-script-element.tentative.html": [ @@ -704377,7 +704404,7 @@ "testharness" ], "trusted-types/default-policy-report-only.tentative.html": [ - "1170655c5f53088e6ff0815c98175af81f5bd1d2", + "1a54fd6232917415338e3fac3f622f929a4432f8", "testharness" ], "trusted-types/default-policy-report-only.tentative.html.headers": [ @@ -704385,7 +704412,7 @@ "support" ], "trusted-types/default-policy.tentative.html": [ - "68e05c1305b0a55b73871cb3ab72f1b534a37c5e", + "672eccfb430b404f8d13e8fb3ec8ea8408d4a70c", "testharness" ], "trusted-types/default-policy.tentative.html.headers": [ @@ -704393,15 +704420,15 @@ "support" ], "trusted-types/eval-with-permissive-csp.tentative.html": [ - "25b4948c039c68c425e22f5e30ae4338327b6ce2", + "074fe79dc93fee6563bcb9ce2db3fa708bf4ad4f", "testharness" ], "trusted-types/idlharness.window.js": [ - "de13697764ed487060de3dd425cd39cba73ff13b", + "4c1ee6e04a36971593eea7e89841d147a4febcd5", "testharness" ], "trusted-types/support/WorkerGlobalScope-importScripts.https.js": [ - "8665c695c92137147193cfed075083e2de15cd90", + "fa63c8bad0fcd9f93d89c8c3bea2d8a0b59d2094", "support" ], "trusted-types/support/WorkerGlobalScope-importScripts.https.js.headers": [ @@ -704409,7 +704436,7 @@ "support" ], "trusted-types/support/helper.sub.js": [ - "36ee24046ed283fc294978ada74168c515d3e17f", + "d63ff54ad60d40045da5bbe864458688c0554dbc", "support" ], "trusted-types/support/worker.js": [ @@ -704417,7 +704444,7 @@ "support" ], "trusted-types/trusted-types-eval-reporting-no-unsafe-eval.tentative.https.html": [ - "dc8653617504f5ed895789cff92c2553dce972e7", + "e15ecfaa86c5b48dcc3aa9903ab7b0ab89af8474", "testharness" ], "trusted-types/trusted-types-eval-reporting-no-unsafe-eval.tentative.https.html.headers": [ @@ -704425,7 +704452,7 @@ "support" ], "trusted-types/trusted-types-eval-reporting-report-only.tentative.https.html": [ - "1fb65459468d96f86e4a467aa8da2f3be489ae31", + "bd8933a48355f46f1973764874e017b263df197c", "testharness" ], "trusted-types/trusted-types-eval-reporting-report-only.tentative.https.html.headers": [ @@ -704433,7 +704460,7 @@ "support" ], "trusted-types/trusted-types-eval-reporting.tentative.https.html": [ - "4ec5db1adce7478cc3e97f942a9de68f1263d31d", + "c751ae1330cd01cfb1c4b21d0a676576656837b2", "testharness" ], "trusted-types/trusted-types-eval-reporting.tentative.https.html.headers": [ @@ -704441,7 +704468,7 @@ "support" ], "trusted-types/trusted-types-report-only.tentative.https.html": [ - "f33183b4906975f03ebb3f3a21adb63839c89adb", + "1a17d529fd158db853af547c55de675bf71f194e", "testharness" ], "trusted-types/trusted-types-report-only.tentative.https.html.headers": [ @@ -704449,7 +704476,7 @@ "support" ], "trusted-types/trusted-types-reporting-check-report.https.html": [ - "111907788d279a722aced631dc19b20afb6f0285", + "fc98f5cbc586e4238dbf1c8dc20b74105693bec4", "testharness" ], "trusted-types/trusted-types-reporting-check-report.https.html.sub.headers": [ @@ -704457,7 +704484,7 @@ "support" ], "trusted-types/trusted-types-reporting.tentative.https.html": [ - "0104ba358058199a77f1af5afb27e3255da8da64", + "6a79fec07b6626c87a22a3b1c4e778a33c975e67", "testharness" ], "trusted-types/trusted-types-reporting.tentative.https.html.headers": [ @@ -710049,7 +710076,7 @@ "testharness" ], "web-nfc/NDEFRecord_constructor.https.html": [ - "aa3de01509c12b9ec1fba7b17d59abb633e932f0", + "7a0da33a54370dda699546553c0b18ced937a91c", "testharness" ], "web-nfc/NFCErrorEvent_constructor.https.html": [ @@ -710057,7 +710084,7 @@ "testharness" ], "web-nfc/NFCReader_options.https.html": [ - "8b38f558a0a8fb03afac573bd8f39820f37cc4fa", + "5761747f907fad40873023f8ba746bef19fb08e7", "testharness" ], "web-nfc/NFCReader_scan.https.html": [ @@ -710069,7 +710096,7 @@ "testharness" ], "web-nfc/NFCWriter_push.https.html": [ - "50a230344a14c372854df93e3c29815156e855dc", + "dda160f159a23223c0910d2393ecbc8c8e38aed1", "testharness" ], "web-nfc/README.md": [ diff --git a/tests/wpt/metadata/fetch/content-type/response.window.js.ini b/tests/wpt/metadata/fetch/content-type/response.window.js.ini index 3325d4df9cc..cd2291d4430 100644 --- a/tests/wpt/metadata/fetch/content-type/response.window.js.ini +++ b/tests/wpt/metadata/fetch/content-type/response.window.js.ini @@ -324,15 +324,9 @@ [