@@ -265,6 +265,79 @@ exports[`integration tests [html file]: form-fields.html 1`] = `
265
265
<noscript >SCRIPT_PLACEHOLDER</noscript ></body></html>"
266
266
` ;
267
267
268
+ exports [` integration tests [html file]: form-fields-sensitive.html 1` ] = `
269
+ "<!DOCTYPE html><html lang =\\"en\\"><head>
270
+ <meta charset =\\"UTF-8\\" />
271
+ <meta name =\\"viewport\\" content =\\"width=device-width, initial-scale =1.0\\" />
272
+ <meta http-equiv =\\"X-UA-Compatible\\" content =\\"ie=edge\\" />
273
+ <title >form fields</title >
274
+ </head> <body >
275
+ <form >
276
+ <label >
277
+ <input type =\\"password\\" value =\\"*******\\" />
278
+ </label >
279
+ <label >
280
+ <input autocomplete =\\"current-password\\" value =\\"initial\\" />
281
+ </label >
282
+ <label >
283
+ <input autocomplete =\\"new-password\\" value =\\"initial\\" />
284
+ </label >
285
+ <label >
286
+ <input autocomplete =\\"cc-number\\" value =\\"initial\\" />
287
+ </label >
288
+ <label >
289
+ <input autocomplete =\\"cc-exp\\" value =\\"initial\\" />
290
+ </label >
291
+ <label >
292
+ <input autocomplete =\\"cc-exp-month\\" value =\\"initial\\" />
293
+ </label >
294
+ <label >
295
+ <input autocomplete =\\"cc-exp-year\\" value =\\"initial\\" />
296
+ </label >
297
+ <label >
298
+ <input autocomplete =\\"cc-csc\\" value =\\"initial\\" />
299
+ </label >
300
+ </form >
301
+ </body ></html>"
302
+ ` ;
303
+
304
+ exports [` integration tests [html file]: form-fields-sensitive-update.html 1` ] = `
305
+ "<!DOCTYPE html><html lang =\\"en\\"><head>
306
+ <meta charset =\\"UTF-8\\" />
307
+ <meta name =\\"viewport\\" content =\\"width=device-width, initial-scale =1.0\\" />
308
+ <meta http-equiv =\\"X-UA-Compatible\\" content =\\"ie=edge\\" />
309
+ <title >form fields</title >
310
+ </head> <body >
311
+ <form >
312
+ <label >
313
+ <input type =\\"password\\" value =\\"*********\\" />
314
+ </label >
315
+ <label >
316
+ <input autocomplete =\\"current-password\\" value =\\"new value\\" />
317
+ </label >
318
+ <label >
319
+ <input autocomplete =\\"new-password\\" value =\\"new value\\" />
320
+ </label >
321
+ <label >
322
+ <input autocomplete =\\"cc-number\\" value =\\"new value\\" />
323
+ </label >
324
+ <label >
325
+ <input autocomplete =\\"cc-exp\\" value =\\"new value\\" />
326
+ </label >
327
+ <label >
328
+ <input autocomplete =\\"cc-exp-month\\" value =\\"new value\\" />
329
+ </label >
330
+ <label >
331
+ <input autocomplete =\\"cc-exp-year\\" value =\\"new value\\" />
332
+ </label >
333
+ <label >
334
+ <input autocomplete =\\"cc-csc\\" value =\\"new value\\" />
335
+ </label >
336
+ </form >
337
+
338
+ <noscript >SCRIPT_PLACEHOLDER</noscript ></body ></html>"
339
+ ` ;
340
+
268
341
exports [` integration tests [html file]: hover.html 1` ] = `
269
342
"<!DOCTYPE html><html lang =\\"en\\"><head>
270
343
<meta charset =\\"UTF-8\\" />
0 commit comments