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