Bug 1250342 patch 4: Update & rename reftest 'text-align-true.html' to use 'unsafe' instead of 'true'. r=dbaron

MozReview-Commit-ID: vKXJ8M8GSs
This commit is contained in:
Daniel Holbert 2016-02-24 10:40:30 -08:00
parent 7de8ddb6da
commit ccaaa2d2e3
3 changed files with 9 additions and 9 deletions

View File

@ -307,7 +307,7 @@ fails-if(!cocoaWidget||OSX==1006||OSX==1007) != osx-font-smoothing.html osx-font
fails-if(!cocoaWidget||OSX==1006||OSX==1007) != osx-font-smoothing-2.html osx-font-smoothing-2-notref.html
== osx-font-smoothing-2.html osx-font-smoothing-2-ref.html
pref(layout.css.text-align-unsafe-value.enabled,true) == text-align-true.html text-align-true-ref.html
pref(layout.css.text-align-unsafe-value.enabled,true) == text-align-unsafe.html text-align-unsafe-ref.html
# stray control chars should be visible by default, bug 1099557
!= control-chars-01a.html control-chars-01-notref.html

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>text-align-true</title>
<title>text-align-unsafe</title>
<meta charset="utf-8">
<style type="text/css">
p {
@ -58,5 +58,5 @@
<p><span class="r">Lorem ipsum dolor sit amet.</span></p>
</div>
left|true right</body>
left|unsafe right</body>
</html>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>text-align-true</title>
<title>text-align-unsafe</title>
<meta charset="utf-8">
<style type="text/css">
p {
@ -11,21 +11,21 @@
margin:0;
}
.test1 p {
text-align: true right;
text-align: unsafe right;
-moz-text-align-last: end;
}
.test2 p {
text-align: true right;
text-align: unsafe right;
}
.test3 p {
text-align: end true;
text-align: end unsafe;
}
.test4 p {
text-align: true left;
text-align: unsafe left;
}
.test5 p {
text-align: left;
-moz-text-align-last: true right;
-moz-text-align-last: unsafe right;
}
</style>
</head>