Skip to content

Commit

Permalink
Remove manual flag from non-manual test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Jan 3, 2017
1 parent 0c0777e commit f8234c5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<meta charset="utf-8">
<title>Focus-related events should fire in the correct order</title>
<link rel="help" href="https://w3c.github.io/uievents/#events-focusevent-event-order">
<meta name="flags" content="interact">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body id="body">
<input type="text" id="a" value="First">
Expand Down

0 comments on commit f8234c5

Please sign in to comment.