@@ -2155,8 +2155,8 @@ exports[`overlay should show an error when "client.overlay.warnings" is "true":
2155
2155
exports[`overlay should show error for uncaught promise rejection: overlay html 1`] = `
2156
2156
"<body>
2157
2157
<div
2158
- id=\\ "webpack-dev-server-client-overlay-div\\ "
2159
- style=\\ "
2158
+ id="webpack-dev-server-client-overlay-div"
2159
+ style="
2160
2160
position: fixed;
2161
2161
box-sizing: border-box;
2162
2162
inset: 0px;
@@ -2169,10 +2169,10 @@ exports[`overlay should show error for uncaught promise rejection: overlay html
2169
2169
overflow: auto;
2170
2170
background-color: rgba(0, 0, 0, 0.9);
2171
2171
color: white;
2172
- \\ "
2172
+ "
2173
2173
>
2174
2174
<div
2175
- style=\\ "
2175
+ style="
2176
2176
color: rgb(232, 59, 70);
2177
2177
font-size: 2em;
2178
2178
white-space: pre-wrap;
@@ -2181,13 +2181,13 @@ exports[`overlay should show error for uncaught promise rejection: overlay html
2181
2181
flex: 0 0 auto;
2182
2182
max-height: 50%;
2183
2183
overflow: auto;
2184
- \\ "
2184
+ "
2185
2185
>
2186
2186
Uncaught runtime errors:
2187
2187
</div>
2188
2188
<button
2189
- aria-label=\\ "Dismiss\\ "
2190
- style=\\ "
2189
+ aria-label="Dismiss"
2190
+ style="
2191
2191
color: rgb(255, 255, 255);
2192
2192
line-height: 1rem;
2193
2193
font-size: 1.5rem;
@@ -2198,34 +2198,34 @@ exports[`overlay should show error for uncaught promise rejection: overlay html
2198
2198
top: 0px;
2199
2199
background-color: transparent;
2200
2200
border: none;
2201
- \\ "
2201
+ "
2202
2202
>
2203
2203
×
2204
2204
</button>
2205
2205
<div>
2206
2206
<div
2207
- style=\\ "
2207
+ style="
2208
2208
background-color: rgba(206, 17, 38, 0.1);
2209
2209
color: rgb(252, 207, 207);
2210
2210
padding: 1rem 1rem 1.5rem;
2211
- \\ "
2211
+ "
2212
2212
>
2213
2213
<div
2214
- style=\\ "
2214
+ style="
2215
2215
color: rgb(232, 59, 70);
2216
2216
font-size: 1.2em;
2217
2217
margin-bottom: 1rem;
2218
2218
font-family: sans-serif;
2219
- \\ "
2219
+ "
2220
2220
>
2221
2221
ERROR
2222
2222
</div>
2223
2223
<div
2224
- style=\\ "
2224
+ style="
2225
2225
line-height: 1.5;
2226
2226
font-size: 1rem;
2227
2227
font-family: Menlo, Consolas, monospace;
2228
- \\ "
2228
+ "
2229
2229
>
2230
2230
Async error at <anonymous>:3:26
2231
2231
</div>
@@ -2239,8 +2239,8 @@ exports[`overlay should show error for uncaught promise rejection: overlay html
2239
2239
exports[`overlay should show error for uncaught runtime error: overlay html 1`] = `
2240
2240
"<body>
2241
2241
<div
2242
- id=\\ "webpack-dev-server-client-overlay-div\\ "
2243
- style=\\ "
2242
+ id="webpack-dev-server-client-overlay-div"
2243
+ style="
2244
2244
position: fixed;
2245
2245
box-sizing: border-box;
2246
2246
inset: 0px;
@@ -2253,10 +2253,10 @@ exports[`overlay should show error for uncaught runtime error: overlay html 1`]
2253
2253
overflow: auto;
2254
2254
background-color: rgba(0, 0, 0, 0.9);
2255
2255
color: white;
2256
- \\ "
2256
+ "
2257
2257
>
2258
2258
<div
2259
- style=\\ "
2259
+ style="
2260
2260
color: rgb(232, 59, 70);
2261
2261
font-size: 2em;
2262
2262
white-space: pre-wrap;
@@ -2265,13 +2265,13 @@ exports[`overlay should show error for uncaught runtime error: overlay html 1`]
2265
2265
flex: 0 0 auto;
2266
2266
max-height: 50%;
2267
2267
overflow: auto;
2268
- \\ "
2268
+ "
2269
2269
>
2270
2270
Uncaught runtime errors:
2271
2271
</div>
2272
2272
<button
2273
- aria-label=\\ "Dismiss\\ "
2274
- style=\\ "
2273
+ aria-label="Dismiss"
2274
+ style="
2275
2275
color: rgb(255, 255, 255);
2276
2276
line-height: 1rem;
2277
2277
font-size: 1.5rem;
@@ -2282,34 +2282,34 @@ exports[`overlay should show error for uncaught runtime error: overlay html 1`]
2282
2282
top: 0px;
2283
2283
background-color: transparent;
2284
2284
border: none;
2285
- \\ "
2285
+ "
2286
2286
>
2287
2287
×
2288
2288
</button>
2289
2289
<div>
2290
2290
<div
2291
- style=\\ "
2291
+ style="
2292
2292
background-color: rgba(206, 17, 38, 0.1);
2293
2293
color: rgb(252, 207, 207);
2294
2294
padding: 1rem 1rem 1.5rem;
2295
- \\ "
2295
+ "
2296
2296
>
2297
2297
<div
2298
- style=\\ "
2298
+ style="
2299
2299
color: rgb(232, 59, 70);
2300
2300
font-size: 1.2em;
2301
2301
margin-bottom: 1rem;
2302
2302
font-family: sans-serif;
2303
- \\ "
2303
+ "
2304
2304
>
2305
2305
ERROR
2306
2306
</div>
2307
2307
<div
2308
- style=\\ "
2308
+ style="
2309
2309
line-height: 1.5;
2310
2310
font-size: 1rem;
2311
2311
font-family: Menlo, Consolas, monospace;
2312
- \\ "
2312
+ "
2313
2313
>
2314
2314
Injected error at throwError (<anonymous>:2:15) at
2315
2315
<anonymous>:3:9 at addScriptContent
@@ -2325,8 +2325,8 @@ exports[`overlay should show error for uncaught runtime error: overlay html 1`]
2325
2325
exports[`overlay should show error when it is not filtered: overlay html 1`] = `
2326
2326
"<body>
2327
2327
<div
2328
- id=\\ "webpack-dev-server-client-overlay-div\\ "
2329
- style=\\ "
2328
+ id="webpack-dev-server-client-overlay-div"
2329
+ style="
2330
2330
position: fixed;
2331
2331
box-sizing: border-box;
2332
2332
inset: 0px;
@@ -2339,10 +2339,10 @@ exports[`overlay should show error when it is not filtered: overlay html 1`] = `
2339
2339
overflow: auto;
2340
2340
background-color: rgba(0, 0, 0, 0.9);
2341
2341
color: white;
2342
- \\ "
2342
+ "
2343
2343
>
2344
2344
<div
2345
- style=\\ "
2345
+ style="
2346
2346
color: rgb(232, 59, 70);
2347
2347
font-size: 2em;
2348
2348
white-space: pre-wrap;
@@ -2351,13 +2351,13 @@ exports[`overlay should show error when it is not filtered: overlay html 1`] = `
2351
2351
flex: 0 0 auto;
2352
2352
max-height: 50%;
2353
2353
overflow: auto;
2354
- \\ "
2354
+ "
2355
2355
>
2356
2356
Compiled with problems:
2357
2357
</div>
2358
2358
<button
2359
- aria-label=\\ "Dismiss\\ "
2360
- style=\\ "
2359
+ aria-label="Dismiss"
2360
+ style="
2361
2361
color: rgb(255, 255, 255);
2362
2362
line-height: 1rem;
2363
2363
font-size: 1.5rem;
@@ -2368,34 +2368,34 @@ exports[`overlay should show error when it is not filtered: overlay html 1`] = `
2368
2368
top: 0px;
2369
2369
background-color: transparent;
2370
2370
border: none;
2371
- \\ "
2371
+ "
2372
2372
>
2373
2373
×
2374
2374
</button>
2375
2375
<div>
2376
2376
<div
2377
- style=\\ "
2377
+ style="
2378
2378
background-color: rgba(206, 17, 38, 0.1);
2379
2379
color: rgb(252, 207, 207);
2380
2380
padding: 1rem 1rem 1.5rem;
2381
- \\ "
2381
+ "
2382
2382
>
2383
2383
<div
2384
- style=\\ "
2384
+ style="
2385
2385
color: rgb(232, 59, 70);
2386
2386
font-size: 1.2em;
2387
2387
margin-bottom: 1rem;
2388
2388
font-family: sans-serif;
2389
- \\ "
2389
+ "
2390
2390
>
2391
2391
ERROR
2392
2392
</div>
2393
2393
<div
2394
- style=\\ "
2394
+ style="
2395
2395
line-height: 1.5;
2396
2396
font-size: 1rem;
2397
2397
font-family: Menlo, Consolas, monospace;
2398
- \\ "
2398
+ "
2399
2399
>
2400
2400
Unfiltered error
2401
2401
</div>
@@ -2409,19 +2409,19 @@ exports[`overlay should show error when it is not filtered: overlay html 1`] = `
2409
2409
exports[`overlay should show error when it is not filtered: page html 1`] = `
2410
2410
"<body>
2411
2411
<h1>webpack-dev-server is running...</h1>
2412
- <script type=\\ "text/javascript\\ " charset=\\ "utf-8\\ " src=\\ "/main.js\\ "></script>
2412
+ <script type="text/javascript" charset="utf-8" src="/main.js"></script>
2413
2413
2414
2414
<iframe
2415
- id=\\ "webpack-dev-server-client-overlay\\ "
2416
- src=\\ "about:blank\\ "
2417
- style=\\ "
2415
+ id="webpack-dev-server-client-overlay"
2416
+ src="about:blank"
2417
+ style="
2418
2418
position: fixed;
2419
2419
inset: 0px;
2420
2420
width: 100vw;
2421
2421
height: 100vh;
2422
2422
border: none;
2423
2423
z-index: 2147483647;
2424
- \\ "
2424
+ "
2425
2425
></iframe>
2426
2426
</body>
2427
2427
"
@@ -2535,8 +2535,8 @@ exports[`overlay should show overlay when Trusted Types are enabled: page html 1
2535
2535
exports[`overlay should show warning when it is not filtered: overlay html 1`] = `
2536
2536
"<body>
2537
2537
<div
2538
- id=\\ "webpack-dev-server-client-overlay-div\\ "
2539
- style=\\ "
2538
+ id="webpack-dev-server-client-overlay-div"
2539
+ style="
2540
2540
position: fixed;
2541
2541
box-sizing: border-box;
2542
2542
inset: 0px;
@@ -2549,10 +2549,10 @@ exports[`overlay should show warning when it is not filtered: overlay html 1`] =
2549
2549
overflow: auto;
2550
2550
background-color: rgba(0, 0, 0, 0.9);
2551
2551
color: white;
2552
- \\ "
2552
+ "
2553
2553
>
2554
2554
<div
2555
- style=\\ "
2555
+ style="
2556
2556
color: rgb(232, 59, 70);
2557
2557
font-size: 2em;
2558
2558
white-space: pre-wrap;
@@ -2561,13 +2561,13 @@ exports[`overlay should show warning when it is not filtered: overlay html 1`] =
2561
2561
flex: 0 0 auto;
2562
2562
max-height: 50%;
2563
2563
overflow: auto;
2564
- \\ "
2564
+ "
2565
2565
>
2566
2566
Compiled with problems:
2567
2567
</div>
2568
2568
<button
2569
- aria-label=\\ "Dismiss\\ "
2570
- style=\\ "
2569
+ aria-label="Dismiss"
2570
+ style="
2571
2571
color: rgb(255, 255, 255);
2572
2572
line-height: 1rem;
2573
2573
font-size: 1.5rem;
@@ -2578,34 +2578,34 @@ exports[`overlay should show warning when it is not filtered: overlay html 1`] =
2578
2578
top: 0px;
2579
2579
background-color: transparent;
2580
2580
border: none;
2581
- \\ "
2581
+ "
2582
2582
>
2583
2583
×
2584
2584
</button>
2585
2585
<div>
2586
2586
<div
2587
- style=\\ "
2587
+ style="
2588
2588
background-color: rgba(251, 245, 180, 0.1);
2589
2589
color: rgb(251, 245, 180);
2590
2590
padding: 1rem 1rem 1.5rem;
2591
- \\ "
2591
+ "
2592
2592
>
2593
2593
<div
2594
- style=\\ "
2594
+ style="
2595
2595
color: rgb(232, 59, 70);
2596
2596
font-size: 1.2em;
2597
2597
margin-bottom: 1rem;
2598
2598
font-family: sans-serif;
2599
- \\ "
2599
+ "
2600
2600
>
2601
2601
WARNING
2602
2602
</div>
2603
2603
<div
2604
- style=\\ "
2604
+ style="
2605
2605
line-height: 1.5;
2606
2606
font-size: 1rem;
2607
2607
font-family: Menlo, Consolas, monospace;
2608
- \\ "
2608
+ "
2609
2609
>
2610
2610
Unfiltered warning
2611
2611
</div>
@@ -2619,19 +2619,19 @@ exports[`overlay should show warning when it is not filtered: overlay html 1`] =
2619
2619
exports[`overlay should show warning when it is not filtered: page html 1`] = `
2620
2620
"<body>
2621
2621
<h1>webpack-dev-server is running...</h1>
2622
- <script type=\\ "text/javascript\\ " charset=\\ "utf-8\\ " src=\\ "/main.js\\ "></script>
2622
+ <script type="text/javascript" charset="utf-8" src="/main.js"></script>
2623
2623
2624
2624
<iframe
2625
- id=\\ "webpack-dev-server-client-overlay\\ "
2626
- src=\\ "about:blank\\ "
2627
- style=\\ "
2625
+ id="webpack-dev-server-client-overlay"
2626
+ src="about:blank"
2627
+ style="
2628
2628
position: fixed;
2629
2629
inset: 0px;
2630
2630
width: 100vw;
2631
2631
height: 100vh;
2632
2632
border: none;
2633
2633
z-index: 2147483647;
2634
- \\ "
2634
+ "
2635
2635
></iframe>
2636
2636
</body>
2637
2637
"
0 commit comments