Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /js/builtins/Math.max.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Math.max</title>
<link rel=author href=mailto:Ms2ger@gmail.com title=Ms2ger>
<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>