Update web-platform-tests to revision fe78f2a1ad48c1e0132634e957369d8d674e4258

This commit is contained in:
WPT Sync Bot 2019-02-04 21:07:46 -05:00
parent 871fe9306f
commit f9b7afc45e
59 changed files with 1352 additions and 82 deletions

View file

@ -0,0 +1,9 @@
<!doctype html>
<meta charset=utf-8>
<title>CSS-UI test: outline works on button inputs</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel=help href="https://drafts.csswg.org/css-ui/#outline-props">
<link rel="mismatch" href="./reference/outline-021-notref.html">
<input type="submit" style="outline: 10px solid blue">