mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision a4677f682d251f7c072772973058e77777711564
This commit is contained in:
parent
0f9b04680a
commit
f66cd0366a
67 changed files with 2033 additions and 208 deletions
|
@ -0,0 +1,12 @@
|
|||
<!doctype html>
|
||||
<title>CSS test reference</title>
|
||||
<style>
|
||||
p {
|
||||
width: 40ch;
|
||||
font: 16px/1 monospace;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
<p>short<p>
|
Loading…
Add table
Add a link
Reference in a new issue