Update web-platform-tests to revision 4ab3cef83d73c2b6dd3616e0fe9165b3a6eed808

This commit is contained in:
WPT Sync Bot 2019-09-28 10:25:04 +00:00
parent b0b01b86b8
commit ecc0101a80
77 changed files with 1206 additions and 6877 deletions

View file

@ -4,6 +4,11 @@
<body>
<style>
#myDiv { position: relative; width: 300px; height: 100px; }
/* Disable the button's focus ring, which otherwise expands its visual rect by
* 1px on all sides, triggering a layout shift event.
*/
#button { outline: none; }
</style>
<div id='myDiv'></div>
<button id='button'>Generate a 'click' event</button>