Update web-platform-tests to revision e3698c7bb3c309df69134e9bc0a375f00535e226

This commit is contained in:
WPT Sync Bot 2020-07-07 08:19:56 +00:00
parent 1b38197812
commit e447ba9856
102 changed files with 1364 additions and 221 deletions

View file

@ -36,7 +36,7 @@
.unselectable {
display: block;
user-select: none;
-webkit-user-select: none; /* Yes, vendor prefixes are ugly. But this one was grandfathered in and support is required by spec. */
-webkit-user-select: none;
}
}