Sign in
webkit
/
WebKit
/
fd97eb341789d64d21b450ae8c97e12e74f9a2f2
/
.
/
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>