mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
408 B
HTML
14 lines
408 B
HTML
<!doctype html>
|
|
<title>Math.min</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.12>
|
|
<script src=/resources/testharness.js></script>
|
|
<script src=/resources/testharnessreport.js></script>
|
|
|
|
<div id=log></div>
|
|
<script src=Math.maxmin.js></script>
|
|
<script>
|
|
testMathMaxMin("min");
|
|
</script>
|