Sign in
webkit
/
WebKit
/
7d815df5a5eb5a0a67d72260d5639681d50d7f66
/
.
/
PerformanceTests
/
SVG
/
Worldcup.html
blob: 4f3dca6467596728dab19895edf68edd4acd85e3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body>
<script
src
=
"../resources/runner.js"
></script>
<script>
window
.
onload
=
function
()
{
PerfTestRunner
.
measurePageLoadTime
({
path
:
"resources/Worldcup.svg"
});
}
</script>
</body>