mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: TypeScript 5.2 with Nx 16.8.1 (#10380)
This commit is contained in:
@@ -4,7 +4,6 @@ import { unsetValue } from '@nativescript/core/ui/core/view';
|
||||
import { PercentLength } from '@nativescript/core/ui/styling/style-properties';
|
||||
export * from './frame-tests-common';
|
||||
|
||||
|
||||
export function test_percent_width_and_height_set_to_page_support() {
|
||||
let topFrame = Frame.topmost();
|
||||
let currentPage = topFrame.currentPage;
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
<meta charset="utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<span style="color: red;">TestÖ with Spaces</span>
|
||||
<span style="color: red">TestÖ with Spaces</span>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<span style="color: red;">TestÖ</span>
|
||||
<span style="color: red">TestÖ</span>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user