Skip to content

Commit

Permalink
Update a test case to make it less flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Mar 7, 2022
1 parent 9197dc4 commit 1a6c3cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion test/template-5.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@
<meta charset="UTF-8">
<title>Theme switch test 5</title>
<script src="../theme-switch.js"></script>
<style>
#example {
width: 24px;
height: 24px;
background: #a8ff56;
}
</style>
</head>
<body>

<span id="example">Hello!</span>
<div id="example"></div>

</body>
</html>

0 comments on commit 1a6c3cb

Please sign in to comment.