https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 31de4a6fdad59dee0ec5c26df9b12416ff3c9d76 authored by Nicolas Pena on 14 December 2018, 17:11:11 UTC
[UserTiming] Fix mark-measure-return-null test
Tip revision: 31de4a6
Math.max.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>
back to top