|
2 | 2 |
|
3 | 3 | exports[`Base rendering of HTML template 1`] = `
|
4 | 4 | "<!DOCTYPE html>
|
5 |
| - <html> |
| 5 | + <html lang=\\"en\\"> |
6 | 6 | <head>
|
7 | 7 |
|
8 | 8 |
|
| 9 | + <meta name=\\"theme-color\\" content=\\"#FFFFFF\\"/> |
| 10 | + <link rel=\\"manifest\\" href=\\"/test/public/path/manifest.json\\"> |
9 | 11 | <link
|
10 | 12 | href=\\"/test/public/path/main-1511941200000.css\\"
|
11 | 13 | id=\\"tru-style\\"
|
@@ -40,10 +42,12 @@ exports[`Base rendering of HTML template 1`] = `
|
40 | 42 |
|
41 | 43 | exports[`Config overriding for injection 1`] = `
|
42 | 44 | "<!DOCTYPE html>
|
43 |
| - <html> |
| 45 | + <html lang=\\"en\\"> |
44 | 46 | <head>
|
45 | 47 |
|
46 | 48 |
|
| 49 | + <meta name=\\"theme-color\\" content=\\"#FFFFFF\\"/> |
| 50 | + <link rel=\\"manifest\\" href=\\"/test/public/path/manifest.json\\"> |
47 | 51 | <link
|
48 | 52 | href=\\"/test/public/path/main-1511941200000.css\\"
|
49 | 53 | id=\\"tru-style\\"
|
@@ -78,10 +82,12 @@ exports[`Config overriding for injection 1`] = `
|
78 | 82 |
|
79 | 83 | exports[`Hemlet integration works 1`] = `
|
80 | 84 | "<!DOCTYPE html>
|
81 |
| - <html> |
| 85 | + <html lang=\\"en\\"> |
82 | 86 | <head>
|
83 | 87 | <title data-react-helmet=\\"true\\">Test Page Title</title>
|
84 | 88 | <meta data-react-helmet=\\"true\\" property=\\"description\\" content=\\"Test Page Description\\"/>
|
| 89 | + <meta name=\\"theme-color\\" content=\\"#FFFFFF\\"/> |
| 90 | + <link rel=\\"manifest\\" href=\\"/test/public/path/manifest.json\\"> |
85 | 91 | <link
|
86 | 92 | href=\\"/test/public/path/main-1511941200000.css\\"
|
87 | 93 | id=\\"tru-style\\"
|
@@ -116,10 +122,12 @@ exports[`Hemlet integration works 1`] = `
|
116 | 122 |
|
117 | 123 | exports[`Injection of additional JS scripts 1`] = `
|
118 | 124 | "<!DOCTYPE html>
|
119 |
| - <html> |
| 125 | + <html lang=\\"en\\"> |
120 | 126 | <head>
|
121 | 127 |
|
122 | 128 |
|
| 129 | + <meta name=\\"theme-color\\" content=\\"#FFFFFF\\"/> |
| 130 | + <link rel=\\"manifest\\" href=\\"/test/public/path/manifest.json\\"> |
123 | 131 | <link
|
124 | 132 | href=\\"/test/public/path/main-1511941200000.css\\"
|
125 | 133 | id=\\"tru-style\\"
|
@@ -154,10 +162,12 @@ exports[`Injection of additional JS scripts 1`] = `
|
154 | 162 |
|
155 | 163 | exports[`Server-side rendering (SSR); injection of CSS chunks & Redux state 1`] = `
|
156 | 164 | "<!DOCTYPE html>
|
157 |
| - <html> |
| 165 | + <html lang=\\"en\\"> |
158 | 166 | <head>
|
159 | 167 | <title data-react-helmet=\\"true\\"></title>
|
160 | 168 |
|
| 169 | + <meta name=\\"theme-color\\" content=\\"#FFFFFF\\"/> |
| 170 | + <link rel=\\"manifest\\" href=\\"/test/public/path/manifest.json\\"> |
161 | 171 | <link
|
162 | 172 | href=\\"/test/public/path/main-1511941200000.css\\"
|
163 | 173 | id=\\"tru-style\\"
|
@@ -193,10 +203,12 @@ exports[`Server-side rendering (SSR); injection of CSS chunks & Redux state 1`]
|
193 | 203 | exports[`Setting of response HTTP status the server-side rendering 1`] = `
|
194 | 204 | "HTTP STATUS: 404
|
195 | 205 | <!DOCTYPE html>
|
196 |
| - <html> |
| 206 | + <html lang=\\"en\\"> |
197 | 207 | <head>
|
198 | 208 | <title data-react-helmet=\\"true\\"></title>
|
199 | 209 |
|
| 210 | + <meta name=\\"theme-color\\" content=\\"#FFFFFF\\"/> |
| 211 | + <link rel=\\"manifest\\" href=\\"/test/public/path/manifest.json\\"> |
200 | 212 | <link
|
201 | 213 | href=\\"/test/public/path/main-1511941200000.css\\"
|
202 | 214 | id=\\"tru-style\\"
|
|
0 commit comments