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