mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
dda86cd70e
--HG-- extra : rebase_source : d635a4f39c587d4d381b486dd63de747865b77a2
14 lines
408 B
HTML
14 lines
408 B
HTML
<!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>
|