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