Commit d7988942 authored by Daniel Holbert's avatar Daniel Holbert
Browse files

Bug 1250342 patch 4: Update & rename reftest 'text-align-true.html' to use...

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

MozReview-Commit-ID: vKXJ8M8GSs

--HG--
rename : layout/reftests/text/text-align-true-ref.html => layout/reftests/text/text-align-unsafe-ref.html
rename : layout/reftests/text/text-align-true.html => layout/reftests/text/text-align-unsafe.html
parent 1182aed6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
<!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>
+6 −6
Original line number Diff line number Diff line
<!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>