Skip to content

Commit

Permalink
Add test cases for FA16077
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Mar 24, 2020
1 parent 9b8b6f2 commit de13b86
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions fa16077-512.html
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.1/css/all.css" integrity="sha384-v8BU367qNbs/aIZIxuivaU55N5GPF89WBerHoGA4QTcbUjYiLQtKdrfXnqAcXyTv" crossorigin="anonymous">

<title>Hello, world!</title>
</head>
<body>
<span class="fas fa-home"></span>
</body>
</html>
14 changes: 14 additions & 0 deletions fa16077-513.html
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">

<title>Hello, world!</title>
</head>
<body>
<span class="fas fa-home"></span>
</body>
</html>

0 comments on commit de13b86

Please sign in to comment.