mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
15 lines
524 B
HTML
15 lines
524 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html><head><title>CSS Test Reference</title>
|
|
</head><body style="width: 0">
|
|
<span style="border: 2px solid blue; border-right: none"></span>
|
|
<span style="display: block"></span>
|
|
<span style="border: 2px solid blue; border-left: none; border-right: none">
|
|
a b
|
|
</span>
|
|
<span style="display: block"></span>
|
|
<span style="border: 2px solid blue; border-left: none;">
|
|
c
|
|
</span>
|
|
|
|
|
|
</body></html> |