mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<meta content="image" name="flags" />
|
||||
<meta content="When using the 'inherit' reserved keyword value, the property takes the same specified value as the property for the element's parent, even in cases where such property does not apply. This test covers the case where the parent has absolute value lengths for left and top." name="assert" />
|
||||
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
div#parent
|
||||
{
|
||||
@@ -22,7 +22,7 @@
|
||||
position: static;
|
||||
top: 50px;
|
||||
/*
|
||||
The 'top', 'right', 'bottom', and 'left' properties
|
||||
The 'top', 'right', 'bottom', and 'left' properties
|
||||
do not apply on a statically positioned element
|
||||
*/
|
||||
width: 100px;
|
||||
@@ -37,7 +37,7 @@
|
||||
top: inherit;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
In this test, left and top offset values will be inherited
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user