Update web-platform-tests to revision 2b80e6d28f3c1ca734384ebded282bf07df80657

This commit is contained in:
WPT Sync Bot 2019-10-18 10:32:38 +00:00
parent 32eb858a6a
commit aff72973cf
379 changed files with 13969 additions and 2161 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<title>Should not crash when inserting an element inside a :first-line pseudo.</title>
<link rel="help" href="https://drafts.csswg.org/css-pseudo-4/">
<link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#first-line-pseudo">
<style>
p:first-line, p:first-letter {
font-family: serif;

View file

@ -1,6 +1,6 @@
<!doctype html>
<title>CSS Pseudo Element API IDL tests</title>
<link rel="help" href="https://drafts.csswg.org/css-pseudo-4/">
<link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#cssom">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/WebIDLParser.js"></script>