test(core): add lang attr to html tag to resolve axe errors (#22410)

This commit is contained in:
Brandy Carney
2020-11-02 17:08:03 -05:00
committed by GitHub
parent 91d041485c
commit a9b2260100
235 changed files with 235 additions and 235 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html dir="ltr">
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html dir="ltr">
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html dir="ltr">
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">