mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
div {width: 192px;}
|
||||
div {width: 192px;}
|
||||
|
||||
span {border-color: blue;}
|
||||
|
||||
|
||||
span#top
|
||||
{
|
||||
border-style: solid none solid solid;
|
||||
@@ -27,7 +27,7 @@
|
||||
}
|
||||
|
||||
div#middle {background-color: orange;}
|
||||
|
||||
|
||||
span#bottom
|
||||
{
|
||||
border-style: solid solid solid none;
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
<div><span id="top">First line</span></div>
|
||||
<div id="middle">Filler Text</div>
|
||||
<div><span id="bottom">Last line</span></div>
|
||||
<div><span id="bottom">Last line</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user