chromium/chrome/test/data/web_apps/page_with_app_title.html

<!DOCTYPE html>
<html>
<head>
  <title>A Web App</title>
  <meta name="app-title" content="AppTitle">
</head>
<body>
  <h1>Content</h1>
</body>
</html>