test: fix flaky e2e inbox-app test due to net::ERR_SSL_PROTOCOL_ERROR from fetching google fonts (#14665)
example broken build: https://travis-ci.org/angular/angular/jobs/204456086#L2355
This commit is contained in:
1693
modules/playground/src/routing/css/gumby.css
Normal file
1693
modules/playground/src/routing/css/gumby.css
Normal file
File diff suppressed because one or more lines are too long
@ -1,8 +1,8 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<title>Routing Example</title>
|
<title>Routing Example</title>
|
||||||
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/gumby/2.6.0/css/gumby.css" />
|
<link rel="stylesheet" type="text/css" href="./css/gumby.css">
|
||||||
<link rel="stylesheet" type="text/css" href="./css/app.css" />
|
<link rel="stylesheet" type="text/css" href="./css/app.css">
|
||||||
<base href="/all/playground/src/routing/">
|
<base href="/all/playground/src/routing/">
|
||||||
<body>
|
<body>
|
||||||
<inbox-app>
|
<inbox-app>
|
||||||
|
Reference in New Issue
Block a user