Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
PerformanceTests
/
Dromaeo
/
resources
/
dromaeo
/
web
/
htmlrunner.js
blob: 1365792c3a5ad6f707786c504a5511d8262c2484 [
file
] [
log
] [
blame
]
var
startTest
=
top
.
startTest
||
function
(){};
var
test
=
top
.
test
||
function
(
name
,
fn
){
fn
();
};
var
endTest
=
top
.
endTest
||
function
(){};
var
prep
=
top
.
prep
||
function
(
fn
){
fn
();
};