mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Update web-platform-tests to revision 4ab3cef83d73c2b6dd3616e0fe9165b3a6eed808
This commit is contained in:
parent
b0b01b86b8
commit
ecc0101a80
77 changed files with 1206 additions and 6877 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue