mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
24
tests/html/vertical_align_simple.html
Normal file
24
tests/html/vertical_align_simple.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
[test1] <b style="font-size:20px">baseline</b><img src="test.jpeg"></img>
|
||||
</p>
|
||||
<p>
|
||||
[test2] <b style="font-size:20px; vertical-align:top">vertical-align:top</b><img src="test.jpeg"></img>
|
||||
</p>
|
||||
<p>
|
||||
[test3] <b style="font-size:20px; vertical-align:middle">vertical-align:middle</b><img src="test.jpeg"></img>
|
||||
</p>
|
||||
<p>
|
||||
[test4] <b style="font-size:20px; vertical-align:bottom">vertical-align:bottom</b><img src="test.jpeg"></img>
|
||||
</p>
|
||||
<p>
|
||||
[test5] <b style="font-size:20px;">img=>text-top</b><img src="test.jpeg" style="vertical-align: text-top;"></img>
|
||||
</p>
|
||||
<p>
|
||||
[test6] <b style="font-size:20px;">img=>text-bottom</b><img src="test.jpeg" style="vertical-align: text-bottom;"></img>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue