Searched defs:testPassed (Results 1 - 3 of 3) sorted by relevance

/external/webkit/LayoutTests/fast/js/resources/
H A Djs-test-pre.js29 function testPassed(msg) function
113 testPassed(_a + " is " + _b);
181 testPassed(_a + " is non-zero.");
199 testPassed(_a + " is non-null.");
217 testPassed(_a + " is undefined.");
235 testPassed(_a + " is defined.");
258 testPassed(_a + " is >= " + _b);
277 testPassed(_a + " threw exception " + exception + ".");
H A Dstandalone-pre.js18 function testPassed(msg) function
83 testPassed(_a + " is " + _b);
114 testPassed(_a + " is undefined.");
136 testPassed(_a + " threw exception " + exception + ".");
/external/webkit/LayoutTests/http/tests/cookies/resources/
H A Dcookies-test-pre.js28 function testPassed(msg) function
91 testPassed(_a + " is " + _b);
122 testPassed(_a + " is undefined.");
143 testPassed(_a + " threw exception " + exception + ".");
195 testPassed("cookie is '" + cookie + "'.");

Completed in 113 milliseconds