Update web-platform-tests to revision 155daf0c385420faf208b8bd5e319e244ec7f9cc

This commit is contained in:
WPT Sync Bot 2018-05-27 21:17:21 -04:00 committed by Josh Matthews
parent 4e6b100c7e
commit e9bdf87a27
768 changed files with 5782 additions and 26218 deletions

View file

@ -0,0 +1,12 @@
<!doctype html>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="help" title="https://github.com/whatwg/html/pull/3686">
<link rel="help" title="https://html.spec.whatwg.org/multipage/#the-details-element">
<link rel="mismatch" href="single-summary.html">
<title>CSS Test: details ::after pseudo-element</title>
<style>
details::after { content: "::after" }
</style>
<details>
<summary>This is the main summary</summary>
</details>

View file

@ -0,0 +1,12 @@
<!doctype html>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="help" title="https://github.com/whatwg/html/pull/3686">
<link rel="help" title="https://html.spec.whatwg.org/multipage/#the-details-element">
<link rel="mismatch" href="single-summary.html">
<title>CSS Test: details ::before pseudo-element</title>
<style>
details::before { content: "::before" }
</style>
<details>
<summary>This is the main summary</summary>
</details>

View file

@ -0,0 +1,6 @@
<!doctype html>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<title>CSS Test Reference</title>
<details>
<summary>This is the main summary</summary>
</details>