mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
25 lines
818 B
XML
25 lines
818 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE root>
|
|
|
|
<?xml-stylesheet type="text/css" href="19.css" ?>
|
|
|
|
<root>
|
|
|
|
<generic xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<link xmlns="http://www.w3.org/1999/xhtml" rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/21.xml" type="application/xhtml+xml"/>
|
|
|
|
<!-->CSS Test: Background: Test Nineteen</-->
|
|
|
|
This is an XML document. This paragraph should have one long
|
|
lime border surrounding each line, since this text is the root
|
|
element and the root element is an inline element.
|
|
|
|
The background EVERYWHERE should be green. Including the canvas.
|
|
THE ROOT ELEMENT SHOULD NOT STRETCH TO FIT THE VIEWPORT!
|
|
|
|
<a xlink:type="simple" xlink:href="19.xml">THIS PAGE SHOULD LOOK EXACTLY LIKE THIS ALTERNATIVE!</a>
|
|
|
|
</generic>
|
|
|
|
</root>
|