mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Update web-platform-tests to revision b'14684f837eba364df3de2b6683d4eb5385333158'
This commit is contained in:
parent
f09561254d
commit
0431e20517
369 changed files with 4941 additions and 1492 deletions
|
@ -0,0 +1,3 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS Test Reference</title>
|
||||
<q style="display:block">This text must be quoted.</q>
|
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS Container Queries Test: <q> element as a size container must generate quotes</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-contain-3/#size-container">
|
||||
<link rel="match" href="size-container-with-quotes-ref.html">
|
||||
<style>
|
||||
q {
|
||||
container-type: inline-size;
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
<q>This text must be quoted.</q>
|
Loading…
Add table
Add a link
Reference in a new issue