mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
test(e2e): force roboto font on all systems (#15993)
This commit is contained in:
@ -21,11 +21,11 @@ Unlike RouterOutlet, Nav is not tied to a particular router. Meaning that if we
|
||||
|
||||
## Events
|
||||
|
||||
| Event | Description |
|
||||
| ------------------ | ----------------------------------------------- |
|
||||
| `ionNavDidChange` | Event fired when the nav has changed components |
|
||||
| `ionNavWillChange` | Event fired when the nav will components |
|
||||
| `ionNavWillLoad` | Event fired when Nav will load a component |
|
||||
| Event | Detail | Description |
|
||||
| ------------------ | ------ | ----------------------------------------------- |
|
||||
| `ionNavDidChange` | | Event fired when the nav has changed components |
|
||||
| `ionNavWillChange` | | Event fired when the nav will components |
|
||||
| `ionNavWillLoad` | | Event fired when Nav will load a component |
|
||||
|
||||
|
||||
## Methods
|
||||
|
@ -6,8 +6,8 @@
|
||||
<title>Nav</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/ionic.bundle.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
<script>
|
||||
class PageOne extends HTMLElement {
|
||||
connectedCallback() {
|
||||
|
@ -6,8 +6,8 @@
|
||||
<title>Nav</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/ionic.bundle.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -6,8 +6,8 @@
|
||||
<title>Nav</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/ionic.bundle.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
<script>
|
||||
class PageOne extends HTMLElement {
|
||||
connectedCallback() {
|
||||
|
@ -6,8 +6,8 @@
|
||||
<title>Nav</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/ionic.bundle.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
<script src="/test-components/build/app.js"></script>
|
||||
|
||||
</head>
|
||||
|
@ -6,8 +6,8 @@
|
||||
<title>Nav</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/ionic.bundle.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
</head>
|
||||
|
||||
<body onload="initiaize()">
|
||||
|
@ -6,8 +6,8 @@
|
||||
<title>Simple Nested Navs</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/ionic.bundle.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
<script>
|
||||
|
||||
class PageOne extends HTMLElement {
|
||||
|
Reference in New Issue
Block a user