summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/js/builtins/Math.max.html
blob: a4a6ae27c80c1207fa7dc4cc23d560c7493def60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<title>Math.max</title>
<link rel=author href=mailto:Ms2ger@gmail.com title=Ms2ger>
<link rel=help href=http://es5.github.com/#x15.8.2>
<link rel=help href=http://es5.github.com/#x15.8.2.11>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>

<div id=log></div>
<script src=Math.maxmin.js></script>
<script>
testMathMaxMin("max");
</script>