Sign in
webkit
/
WebKit
/
4607ef70b24b852e8d4bdab2b8233fa12bf018e4
/
.
/
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
();
};