Commit d37235b2 authored by Raymond Toy's avatar Raymond Toy Committed by Commit Bot

Move AudioBuffer ctor test to WPT.

This test fails on Firefox because it signals the incorrect type on
some tests.  A bug was filed and should be fixed soon.

Bug: 745778
Change-Id: Idb0ece151a3f9404b4a10ddb719cfc4982a57959
Reviewed-on: https://chromium-review.googlesource.com/1035917Reviewed-by: default avatarHongchan Choi <hongchan@chromium.org>
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554887}
parent 649794a9
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
<title> <title>
Test Constructor: AudioBuffer Test Constructor: AudioBuffer
</title> </title>
<script src="../../resources/testharness.js"></script> <script src="/resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script> <script src="/resources/testharnessreport.js"></script>
<script src="../resources/audit-util.js"></script> <script src="/webaudio/resources/audit-util.js"></script>
<script src="../resources/audit.js"></script> <script src="/webaudio/resources/audit.js"></script>
<script src="../resources/audionodeoptions.js"></script> <script src="/webaudio/resources/audionodeoptions.js"></script>
</head> </head>
<body> <body>
<script id="layout-test-code"> <script id="layout-test-code">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment