blob: 6fe96e8e343fa33326003b34774b6002d39bf9a5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Skia Code Coverage</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" charset="utf-8">
// This bit of script loads the custom elements v1 polyfill, but only if required.
if (!window.customElements) {
let newScript = document.createElement('script');
newScript.src = "https://cdnjs.cloudflare.com/ajax/libs/custom-elements/1.0.8/custom-elements.min.js";
document.write(newScript.outerHTML);
}
</script>
</head>
<body>
<coverage-page-sk></coverage-page-sk>
</body>
</html>