Skip to content

Commit

Permalink
Move text-decoration tests out of vendor-imports (#8615)
Browse files Browse the repository at this point in the history
  • Loading branch information
nt1m authored and sideshowbarker committed Dec 10, 2021
1 parent c403e5b commit 7bd7528
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>CSS Test: text-decoration on rubies</title>
<link rel="author" title="Xidorn Quan" href="http://www.upsuper.org/">
<link rel="help" href="http://www.w3.org/TR/css-text-decor-3/#line-decoration">
<link rel="match" href="ruby-text-decoration-01-ref.html">
<link rel="match" href="reference/ruby-text-decoration-01-ref.html">
</head>
<style type="text/css">
ruby { display: ruby; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS Test: text-decoration shouldn't propagate through 'svg' element</title>
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
<link rel="help" href="http://www.w3.org/TR/css-text-decor-3/#line-decoration">
<link rel="match" href="text-decoration-propagation-01-ref.html">
<link rel="match" href="reference/text-decoration-propagation-01-ref.html">
<meta name="assert" content="An outer 'svg' element is an atomic inline-axis element, so text decorations must not propagate through it.">
<style>
span { text-decoration: underline; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<title>CSS Test: Dynamic text-decoration propagation</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#line-decoration">
<link rel="match" href="text-decoration-propagation-dynamic-001-ref.html">
<link rel="match" href="reference/text-decoration-propagation-dynamic-001-ref.html">
<style>
div { text-decoration: none }
div.restyled { text-decoration: underline }
Expand Down

0 comments on commit 7bd7528

Please sign in to comment.