Skip to content

Commit

Permalink
[css-text-3] path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frivoal committed Aug 10, 2017
1 parent d70a8c8 commit db38309
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion css/css-text-3/white-space/textarea-pre-wrap-001.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS Text level 3 Test: preserved white space at the end of and white-space:pre-wrap is not wrapped in a textarea</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="match" href="reference/textareapre-wrap-001-ref.html">
<link rel="match" href="reference/textarea-pre-wrap-001-ref.html">
<meta name="assert" content="preserved white space at the end of the line is not wrapped when the white-space property is set to pre-wrap in a textarea">
<style>
textarea {
Expand Down
2 changes: 1 addition & 1 deletion css/css-text-3/white-space/textarea-pre-wrap-002.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS Text level 3 Test: preserved white space at the end of and white-space:pre-wrap does not change based on word-break:break-all in a textarea</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="match" href="reference/textareapre-wrap-001-ref.html">
<link rel="match" href="reference/textarea-pre-wrap-001-ref.html">
<meta name="assert" content="preserved white space at the end of the line is not wrapped when the white-space property is set to pre-wrap, even if word-break is break-all in a textarea">
<style>
textarea {
Expand Down
2 changes: 1 addition & 1 deletion css/css-text-3/white-space/textarea-pre-wrap-003.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS Text level 3 Test: preserved white space at the end of and white-space:pre-wrap does not change based on word-break:keep-all in a textarea</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="match" href="reference/textareapre-wrap-001-ref.html">
<link rel="match" href="reference/textarea-pre-wrap-001-ref.html">
<meta name="assert" content="preserved white space at the end of the line is not wrapped when the white-space property is set to pre-wrap, even if word-break is keep-all in a textarea.">
<style>
textarea {
Expand Down
2 changes: 1 addition & 1 deletion css/css-text-3/white-space/textarea-pre-wrap-004.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS Text level 3 Test: preserved white space at the end of and white-space:pre-wrap does not change based on line-break:loose in a textarea</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="match" href="reference/textareapre-wrap-001-ref.html">
<link rel="match" href="reference/textarea-pre-wrap-001-ref.html">
<meta name="assert" content="preserved white space at the end of the line is not wrapped when the white-space property is set to pre-wrap, even if line-break is loose in a textarea.">
<style>
textarea {
Expand Down
2 changes: 1 addition & 1 deletion css/css-text-3/white-space/textarea-pre-wrap-005.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS Text level 3 Test: preserved white space at the end of and white-space:pre-wrap does not change based on line-break:normal in a textarea</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="match" href="reference/textareapre-wrap-001-ref.html">
<link rel="match" href="reference/textarea-pre-wrap-001-ref.html">
<meta name="assert" content="preserved white space at the end of the line is not wrapped when the white-space property is set to pre-wrap, even if line-break is normal in a textarea.">
<style>
textarea {
Expand Down
2 changes: 1 addition & 1 deletion css/css-text-3/white-space/textarea-pre-wrap-006.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS Text level 3 Test: preserved white space at the end of and white-space:pre-wrap does not change based on line-break:strict in a textarea</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="match" href="reference/textareapre-wrap-001-ref.html">
<link rel="match" href="reference/textarea-pre-wrap-001-ref.html">
<meta name="assert" content="preserved white space at the end of the line is not wrapped when the white-space property is set to pre-wrap, even if line-break is strict in a textarea.">
<style>
textarea {
Expand Down
2 changes: 1 addition & 1 deletion css/css-text-3/white-space/textarea-pre-wrap-007.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS Text level 3 Test: preserved white space at the end of and white-space:pre-wrap does not change based on overflow-wrap:break-word in a textarea</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="match" href="reference/textareapre-wrap-001-ref.html">
<link rel="match" href="reference/textarea-pre-wrap-001-ref.html">
<meta name="assert" content="preserved white space at the end of the line is not wrapped when the white-space property is set to pre-wrap, even if overflow-wrap is break-word in a textarea.">
<style>
textarea {
Expand Down
2 changes: 1 addition & 1 deletion css/css-text-3/white-space/textarea-pre-wrap-008.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#valdef-overflow-wrap-break-spaces">
<link rel="match" href="reference/textareapre-wrap-001-ref.html">
<link rel="match" href="reference/textarea-pre-wrap-001-ref.html">
<meta name="assert" content="preserved white space at the end of the line is wrapped when the white-space property is set to pre-wrap and overflow-wrap is break-spaces in a textarea.">
<style>
textarea {
Expand Down
2 changes: 1 addition & 1 deletion css/css-text-3/white-space/textarea-pre-wrap-009.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#valdef-overflow-wrap-break-spaces">
<link rel="match" href="reference/textareapre-wrap-001-ref.html">
<link rel="match" href="reference/textarea-pre-wrap-001-ref.html">
<meta name="assert" content="a single preserved white space at the end of the line is not wrapped when the white-space property is set to pre-wrap and overflow-wrap is break-spaces in a textarea.">
<style>
textarea {
Expand Down
2 changes: 1 addition & 1 deletion css/css-text-3/white-space/textarea-pre-wrap-010.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#overflow-wrap-property">
<link rel="match" href="reference/textareapre-wrap-001-ref.html">
<link rel="match" href="reference/textarea-pre-wrap-001-ref.html">
<meta name="assert" content="a single preserved white space at the end of the line is wrapped when the white-space property is set to pre-wrap and overflow-wrap is break-spaces break-word in a textarea.">
<style>
textarea {
Expand Down
2 changes: 1 addition & 1 deletion css/css-text-3/white-space/textarea-pre-wrap-011.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#overflow-wrap-property">
<link rel="match" href="reference/textareapre-wrap-001-ref.html">
<link rel="match" href="reference/textarea-pre-wrap-001-ref.html">
<meta name="assert" content="When the hite-space property is set to pre-wrap, preserved white space at the end of the line must hang or be collapsed, and must not cause preceeding content to be wrapped in a textarea.">
<style>
textarea {
Expand Down
2 changes: 1 addition & 1 deletion css/css-text-3/white-space/textarea-pre-wrap-012.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS Text level 3 Test: preserved white space at the end of and white-space:pre-wrap with right alignement in a textarea</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="match" href="reference/textareapre-wrap-001-ref.html">
<link rel="match" href="reference/textarea-pre-wrap-001-ref.html">
<meta name="assert" content="When white-space is pre-wrap, only spaces that overflow the line get collapsed or hanged, the ones that fit have an effect when right-aligning in a textarea.">
<style>
textarea {
Expand Down
2 changes: 1 addition & 1 deletion css/css-text-3/white-space/textarea-pre-wrap-013.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS Text level 3 Test: preserved white space at the end of and white-space:pre-wrap with center alignement in a textarea</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="match" href="reference/textareapre-wrap-001-ref.html">
<link rel="match" href="reference/textarea-pre-wrap-001-ref.html">
<meta name="assert" content="When white-space is pre-wrap, only spaces that overflow the line get collapsed or hanged, the ones that fit have an effect when centering in a textarea.">
<style>
textarea {
Expand Down
2 changes: 1 addition & 1 deletion css/css-text-3/white-space/textarea-pre-wrap-014.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS Text level 3 Test: preserved white space at the end of and white-space:pre-wrap with justification in a textarea</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="match" href="reference/textareapre-wrap-001-ref.html">
<link rel="match" href="reference/textarea-pre-wrap-001-ref.html">
<meta name="assert" content="When white-space is pre-wrap, only spaces that overflow the line get collapsed or hanged, the ones that fit have an effect when justifying in a textarea.">
<style>
textarea {
Expand Down

0 comments on commit db38309

Please sign in to comment.