mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(e2e): force roboto font on all systems (#15993)
This commit is contained in:
@@ -44,15 +44,15 @@ It is meant for text `type` inputs only, such as `"text"`, `"password"`, `"email
|
||||
|
||||
## Events
|
||||
|
||||
| Event | Description |
|
||||
| ------------------- | ---------------------------------------- |
|
||||
| `ionBlur` | Emitted when the input loses focus. |
|
||||
| `ionChange` | Emitted when the value has changed. |
|
||||
| `ionFocus` | Emitted when the input has focus. |
|
||||
| `ionInput` | Emitted when a keyboard input ocurred. |
|
||||
| `ionInputDidLoad` | Emitted when the input has been created. |
|
||||
| `ionInputDidUnload` | Emitted when the input has been removed. |
|
||||
| `ionStyle` | Emitted when the styles change. |
|
||||
| Event | Detail | Description |
|
||||
| ------------------- | -------------------- | ---------------------------------------- |
|
||||
| `ionBlur` | | Emitted when the input loses focus. |
|
||||
| `ionChange` | TextInputChangeEvent | Emitted when the value has changed. |
|
||||
| `ionFocus` | | Emitted when the input has focus. |
|
||||
| `ionInput` | KeyboardEvent | Emitted when a keyboard input ocurred. |
|
||||
| `ionInputDidLoad` | | Emitted when the input has been created. |
|
||||
| `ionInputDidUnload` | | Emitted when the input has been removed. |
|
||||
| `ionStyle` | StyleEvent | Emitted when the styles change. |
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<title>Input - Attributes</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>Input - Basic</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>Input</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>Input - Standalone</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/core.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/core.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user