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

Move Analyser tests to WPT

Firefox passes these tests.  The remaining tests that weren't moved
all use oac.suspend which Firefox doesn't have (incorrectly), so they
weren't moved.

Bug: 745778
Change-Id: Ic8e758896cfdd2abfccf29b6444c20f13c0be3f2
Reviewed-on: https://chromium-review.googlesource.com/1042853Reviewed-by: default avatarHongchan Choi <hongchan@chromium.org>
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#556958}
parent 9fe572d2
......@@ -4,10 +4,10 @@
<title>
realtimeanalyser-basic.html
</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../resources/audit-util.js"></script>
<script src="../resources/audit.js"></script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/webaudio/resources/audit-util.js"></script>
<script src="/webaudio/resources/audit.js"></script>
</head>
<body>
<script id="layout-test-code">
......
......@@ -4,10 +4,10 @@
<title>
realtimeanalyser-fft-scaling.html
</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../resources/audit-util.js"></script>
<script src="../resources/audit.js"></script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/webaudio/resources/audit-util.js"></script>
<script src="/webaudio/resources/audit.js"></script>
</head>
<body>
<div id="description"></div>
......
......@@ -4,10 +4,10 @@
<title>
realtimeanalyser-fft-sizing.html
</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../resources/audit-util.js"></script>
<script src="../resources/audit.js"></script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/webaudio/resources/audit-util.js"></script>
<script src="/webaudio/resources/audit.js"></script>
</head>
<body>
<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