S15.1.1.1_A1.js (253B)
1 // Copyright 2009 the Sputnik authors. All rights reserved. 2 // This code is governed by the BSD license found in the LICENSE file. 3 4 /*--- 5 es5id: 15.1.1.1_A1 6 description: The initial value of NaN is NaN 7 ---*/ 8 9 assert(NaN !== NaN); 10 11 reportCompare(0, 0);