Skip to content

Commit

Permalink
[css-text] Add lang=ja in css3-text-line-break-jazh tests (#9805)
Browse files Browse the repository at this point in the history
Without the lang attribute, the reference was choosing
a different character for English vs Japanese in some configurations.

The patch just adds "lang='ja'" to both the test and reference elements.
  • Loading branch information
mrego authored and gsnedders committed Mar 5, 2018
1 parent 87c0eda commit ec1c5cd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion css/css-text/i18n/css3-text-line-break-jazh-059.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@



<div class='ref'>中中<br/>中&#xFFE0;文</div></div>
<div class='ref' lang='ja'>中中<br/>中&#xFFE0;文</div></div>


<!--Notes:
Expand Down
2 changes: 1 addition & 1 deletion css/css-text/i18n/css3-text-line-break-jazh-159.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@



<div class='ref'>中中中<br/>&#xFFE0;文</div></div>
<div class='ref' lang='ja'>中中中<br/>&#xFFE0;文</div></div>


<!--Notes:
Expand Down
2 changes: 1 addition & 1 deletion css/css-text/i18n/css3-text-line-break-jazh-259.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@



<div class='ref'>中中<br/>中&#xFFE0;文</div></div>
<div class='ref' lang='ja'>中中<br/>中&#xFFE0;文</div></div>


<!--Notes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<p class='instructions'>Test passes if the two orange boxes are identical.</p>


<div class='ref'>中中<br/>中&#xFFE0;文</div></div>
<div class='ref' lang='ja'>中中<br/>中&#xFFE0;文</div></div>





<div class='ref'>中中<br/>中&#xFFE0;文</div></div>
<div class='ref' lang='ja'>中中<br/>中&#xFFE0;文</div></div>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<p class='instructions'>Test passes if the two orange boxes are identical.</p>


<div class='ref'>中中中<br/>&#xFFE0;文</div></div>
<div class='ref' lang='ja'>中中中<br/>&#xFFE0;文</div></div>





<div class='ref'>中中中<br/>&#xFFE0;文</div></div>
<div class='ref' lang='ja'>中中中<br/>&#xFFE0;文</div></div>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<p class='instructions'>Test passes if the two orange boxes are identical.</p>


<div class='ref'>中中<br/>中&#xFFE0;文</div></div>
<div class='ref' lang='ja'>中中<br/>中&#xFFE0;文</div></div>





<div class='ref'>中中<br/>中&#xFFE0;文</div></div>
<div class='ref' lang='ja'>中中<br/>中&#xFFE0;文</div></div>



Expand Down

0 comments on commit ec1c5cd

Please sign in to comment.