Skip to content

Commit

Permalink
Moved a bunch of text-decoration related tests into
Browse files Browse the repository at this point in the history
the more appropriate css21/text/ folder; their
associated reference files have been moved too
into css21/text/ folder.

--HG--
rename : css21/text-decoration-position-001.xht => css21/text/text-decoration-position-001.xht
rename : css21/reference/text-decoration-va-length-001-ref.xht => css21/text/text-decoration-va-length-001-ref.xht
rename : css21/text-decoration-va-length-001.xht => css21/text/text-decoration-va-length-001.xht
rename : css21/reference/text-decoration-va-length-002-ref.xht => css21/text/text-decoration-va-length-002-ref.xht
rename : css21/text-decoration-va-length-002.xht => css21/text/text-decoration-va-length-002.xht
rename : css21/text-decoration-va-sub-super-001.xht => css21/text/text-decoration-va-sub-super-001.xht
rename : css21/text-decoration-va-sub-super-002.xht => css21/text/text-decoration-va-sub-super-002.xht
rename : css21/text-decoration-va-sub-super-003.xht => css21/text/text-decoration-va-sub-super-003.xht
rename : css21/text-decoration-va-sub-super-004.xht => css21/text/text-decoration-va-sub-super-004.xht
  • Loading branch information
Gérard Talbot committed Jun 3, 2014
1 parent aab4f82 commit 2005761
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#lining-striking-props" title="16.3.1 Underlining, overlining, striking, and blinking: the 'text-decoration' property" />
<link rel="bookmark" href="https://bugzilla.mozilla.org/show_bug.cgi?id=695442" title="Mozilla Bug 695442: strike style not correctly applied to sub and sup elements" />
<link rel="match" href="reference/text-decoration-va-length-001-ref.xht" />
<link rel="match" href="text-decoration-va-length-001-ref.xht" />

<meta content="" name="flags" />
<meta content="The position of text decoration lines must be determined in relation to the same baseline and is not affected by 'vertical-align' applied on its descendants." name="assert" />
Expand All @@ -21,7 +21,7 @@
font: 3.75em/1 serif;
margin-left: 1em;
text-decoration: overline;
}
}

span#wrapper
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#lining-striking-props" title="16.3.1 Underlining, overlining, striking, and blinking: the 'text-decoration' property" />
<link rel="bookmark" href="https://bugzilla.mozilla.org/show_bug.cgi?id=695442" title="Mozilla Bug 695442: strike style not correctly applied to sub and sup elements" />
<link rel="match" href="reference/text-decoration-va-length-002-ref.xht" />
<link rel="match" href="text-decoration-va-length-002-ref.xht" />

<meta content="" name="flags" />
<meta content="The position of text decoration lines must be determined in relation to the same baseline and is not affected by 'vertical-align' applied on its descendants." name="assert" />
Expand All @@ -21,7 +21,7 @@
font: 3.75em/0.4 serif;
margin-left: 1em;
text-decoration: underline;
}
}

span#wrapper
{
Expand All @@ -40,7 +40,7 @@

<body>

<p>Test passes if there is one <strong>and only one</strong> short straight horizontal black line.</p>
<p>Test passes if there is one <strong>and only one</strong> short straight horizontal black line.</p>

<div>
<span id="wrapper">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2005761

Please sign in to comment.