Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger
2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View File

@@ -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>