summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1382672.html
blob: 86526e840eb8572b5c09027d18c23da928ec11fc (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
window.onload = () => {
  document.documentElement.animate([ { "font": "menu" }, { "font": "message-box" } ])
}
</script>
</head>
</html>