Bug 1482975 [wpt PR 12429] - Fix dependency order in subresource-integrity/idlharness.window.js, a=testonly

Automatic update from web-platform-testsFix dependency order in subresource-integrity/idlharness.window.js (#12429)

With these 3 dependencies, there is only one order which doesn't
result in an error during setup, and this is it. The previous error
was "ProcessingInstruction includes LinkStyle, but
ProcessingInstruction is undefined.":
https://wpt.fyi/results/subresource-integrity/idlharness.window.html?sha=eea0b54014&labels=stable

Separate issue filed about the Edge failure:
https://github.com/web-platform-tests/wpt/issues/12428
--

wpt-commits: 0419ed819c9e98114fac9dfadf5c7283107a9901
wpt-pr: 12429
This commit is contained in:
Philip Jägenstedt 2018-08-15 10:01:26 +00:00 committed by moz-wptsync-bot
parent ebfb575be9
commit d80cea12c2
2 changed files with 2 additions and 2 deletions

View File

@ -633222,7 +633222,7 @@
"support"
],
"subresource-integrity/idlharness.window.js": [
"c82b00a903fb474c199ed67a190f0877f0b7ce9e",
"d2997e562fadfd208d202ce3d60d11cd937ea779",
"testharness"
],
"subresource-integrity/matching-digest.js": [

View File

@ -7,7 +7,7 @@
idl_test(
['SRI'],
['html', 'dom', 'cssom'],
['html', 'cssom', 'dom'],
idl_array => {
idl_array.add_objects({
HTMLScriptElement: ['document.createElement("script")'],