mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision b'6275bd0cf6fcfbfb531d371666602ddf4ca6dbf6'
This commit is contained in:
parent
2a45f247c4
commit
afd92e9e80
214 changed files with 6026 additions and 531 deletions
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
|
||||
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1805522">
|
||||
<!-- This is a printing crashtest, but wpt doesn't support it.
|
||||
We work around it by ensuring the test renders something non-blank. -->
|
||||
<link rel="mismatch" href="/common/blank.html">
|
||||
<style>
|
||||
#a {
|
||||
height: 0.473em;
|
||||
writing-mode: vertical-rl;
|
||||
display: -webkit-inline-box;
|
||||
}
|
||||
#b {
|
||||
overflow-x: scroll;
|
||||
height: fit-content;
|
||||
content: url(data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAosJ6mu7fiyZeKqNKToQGDsM8hBADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImbKC5Gm2hB0SlBCBMQiB0UjIQA7)
|
||||
}
|
||||
</style>
|
||||
<dl id="a">
|
||||
<dd id="b">
|
Loading…
Add table
Add a link
Reference in a new issue