blob: cb2d303a1c263be71a085d358ade12208facb399 [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<style>
html {
/* Remove 300ms delay for 'click' event, when using touch interface. */
touch-action: manipulation;
}
html,
body {
height: 100%;
margin: 0;
overflow: hidden;
width: 100%;
}
</style>
</head>
<body>
<print-preview-app></print-preview-app>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="import" href="new/app.html">
</body>
</html>