1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/imptests/html/js/builtins/test_Math.max.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<!doctype html> 1.5 +<title>Math.max</title> 1.6 +<link rel=author href=mailto:Ms2ger@gmail.com title=Ms2ger> 1.7 +<link rel=help href=http://es5.github.com/#x15.8.2> 1.8 +<link rel=help href=http://es5.github.com/#x15.8.2.11> 1.9 +<script src=/resources/testharness.js></script> 1.10 +<script src=/resources/testharnessreport.js></script> 1.11 + 1.12 +<div id=log></div> 1.13 +<script src=Math.maxmin.js></script> 1.14 +<script> 1.15 +testMathMaxMin("max"); 1.16 +</script>