Chromium Code Reviews
DescriptionConvert audiolistener-automation-position to testharness
This was converted automatically via
for f in `grep -l Audit *.html`
do
# Replace js-test with testharness and add testharnessreport.js
sed -i 's;\(.*\)\(<script.*\)js-test.js\(.*\);\1\2testharness.js\3\
\1\2testharnessreport.js\3 ;' $f
# Remove old js-test methods that no longer exist.
sed -i '/^[ ]*\(description(.*)\|finishJSTest()\);[ ]*$/d' $f
# Remove jsTestIsAsync stuff
sed -i '/^[ ]*window.jsTestIsAsync *= *true;[ ]*$/d' $f
# Remove expected results file.
base=`basename $f .html`
git rm $base-expected.txt
done
BUG=681977
TEST=audiolistener-automation-position.html
Review-Url: https://codereview.chromium.org/2630303004
Cr-Commit-Position: refs/heads/master@{#445517}
Committed: https://chromium.googlesource.com/chromium/src/+/757919eacf29328fb7e31e95a6833fa989fb1fac
Patch Set 1 #
Messages
Total messages: 8 (4 generated)
|
||||||||||||||||||||||||||||