|
7249 | 7249 | "next/font import values Variable font without weight range",
|
7250 | 7250 | "next/font import values page with font",
|
7251 | 7251 | "next/font import values page with local fonts",
|
| 7252 | + "next/font preload page with fonts", |
| 7253 | + "next/font should not have deprecation warning" |
| 7254 | + ], |
| 7255 | + "failed": [ |
7252 | 7256 | "next/font preload font without preloadable subsets",
|
7253 | 7257 | "next/font preload font without size adjust",
|
7254 | 7258 | "next/font preload google fonts with multiple weights/styles",
|
7255 |
| - "next/font preload page with fonts", |
7256 | 7259 | "next/font preload page with local fonts",
|
7257 |
| - "next/font preload page without fonts", |
7258 |
| - "next/font should not have deprecation warning" |
| 7260 | + "next/font preload page without fonts" |
7259 | 7261 | ],
|
7260 |
| - "failed": [], |
7261 | 7262 | "pending": [],
|
7262 | 7263 | "flakey": [],
|
7263 | 7264 | "runtimeError": false
|
|
9680 | 9681 | "CSS Support Page hydrates with CSS and not waiting on dependencies useLightnincsss(true) production mode should hydrate black without dependencies manifest",
|
9681 | 9682 | "CSS Support Page hydrates with CSS and not waiting on dependencies useLightnincsss(true) production mode should hydrate red without dependencies manifest",
|
9682 | 9683 | "CSS Support Page hydrates with CSS and not waiting on dependencies useLightnincsss(true) production mode should route from black to red without dependencies",
|
9683 |
| - "CSS Support Page reload on CSS missing useLightnincsss(false) production mode should fall back to server-side transition on missing CSS", |
9684 |
| - "CSS Support Page reload on CSS missing useLightnincsss(true) production mode should fall back to server-side transition on missing CSS", |
9685 | 9684 | "CSS Support production mode CSS Import from node_modules useLightnincsss(false) should fail the build",
|
9686 | 9685 | "CSS Support production mode CSS Import from node_modules useLightnincsss(true) should fail the build"
|
9687 | 9686 | ],
|
9688 | 9687 | "failed": [],
|
9689 | 9688 | "pending": [
|
| 9689 | + "CSS Support Page reload on CSS missing useLightnincsss(false) production mode should fall back to server-side transition on missing CSS", |
| 9690 | + "CSS Support Page reload on CSS missing useLightnincsss(true) production mode should fall back to server-side transition on missing CSS", |
9690 | 9691 | "CSS Support CSS Cleanup on Render Failure useLightnincsss(false) production mode not have intermediary page styles on error rendering",
|
9691 | 9692 | "CSS Support CSS Cleanup on Render Failure useLightnincsss(true) production mode not have intermediary page styles on error rendering"
|
9692 | 9693 | ],
|
|
0 commit comments