mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 155daf0c385420faf208b8bd5e319e244ec7f9cc
This commit is contained in:
parent
4e6b100c7e
commit
e9bdf87a27
768 changed files with 5782 additions and 26218 deletions
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue