dom/imptests/html/js/builtins/test_Math.max.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <!doctype html>
     2 <title>Math.max</title>
     3 <link rel=author href=mailto:Ms2ger@gmail.com title=Ms2ger>
     4 <link rel=help href=http://es5.github.com/#x15.8.2>
     5 <link rel=help href=http://es5.github.com/#x15.8.2.11>
     6 <script src=/resources/testharness.js></script>
     7 <script src=/resources/testharnessreport.js></script>
     9 <div id=log></div>
    10 <script src=Math.maxmin.js></script>
    11 <script>
    12 testMathMaxMin("max");
    13 </script>

mercurial