]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
updates test case
authorRafiBomb <rafi@zurb.com>
Wed, 19 Apr 2017 21:40:20 +0000 (14:40 -0700)
committerRafiBomb <rafi@zurb.com>
Wed, 19 Apr 2017 21:40:20 +0000 (14:40 -0700)
test/visual/pages/grid-nested-inky.html
test/visual/pages/inliner-bugs.html

index 965b5830d68a5ed473a22f95b72a3df94c3cb280..34f330c060b969323c6a10bdbb1e3d5d466aedbf 100644 (file)
           <p>nested 6 columns</p>
         </columns>
         <columns small="6" class="red">
-          <p>2sdafkhasdfkjhas dkfjh askdjfh askjdhf aksjdhf aksjdhf kajshdf</p>
+          <row>
+            <columns small="6" class="blue">
+              <p>nested 6 columns</p>
+            </columns>
+            <columns small="6" class="red">
+              <p>2sdafkhasdfkjhas dkfjh askdjfh askjdhf aksjdhf aksjdhf kajshdf</p>
+            </columns>
+          </row>
         </columns>
       </row>
 
 <container>
   <row>
     <columns small="12">
-      
+
       <row>
         <columns large="6">
-          
+
         </columns>
         <columns large="6">
-      
+
         </columns>
       </row>
-    
+
     </columns>
   </row>
-</container>
\ No newline at end of file
+</container>
index f43c53324fc3df4d97d17bff840ca81c66b024d9..bdf0fb55df06cbb07ee2bfa000ae0ec896437ef8 100644 (file)
@@ -1,11 +1,11 @@
-<container>
+<!-- <container>
   <row>
     <columns>
-      
+
       #417 - 2 sets of angle backets: outer set should not get converted to charachter codes. you should not see 2 angle brackets here:
       <br>
       <raw><<LCG Program\TG LCG Coupon Code Default='246996'>></raw>
-      confirmed on inliner (both) need to 
+      confirmed on inliner (both) need to
 
       <hr>
 
@@ -17,7 +17,7 @@
       Inky issue
 
       <hr>
-      mdash; should not be converted to #x2014; 
+      mdash; should not be converted to #x2014;
       <br>
       &mdash;
       <br>
@@ -27,7 +27,7 @@
 
       quotes should not be converted to quot;
       <br>
-      " 
+      "
       <br>
       Inky issue
       <hr>
@@ -67,9 +67,9 @@
       confirmed on web inliner only (inliner-v2)
 
       <hr>
-      
+
       #450 - & #xA0; should not be converted to & nbsp;
-      
+
       <table class="spacer">
         <tbody>
           <tr>
@@ -77,9 +77,9 @@
           </tr>
         </tbody>
       </table>
-      
+
       Confirmed inliner-v2 issue issue.
-      
+
       <hr>
 
       #284 - @font-face should show up in HTML
@@ -93,7 +93,8 @@
       </style>
       <br>
       confirmed inliner issue
-      
+
     </columns>
   </row>
 </container>
+ -->