add css before trailing blank
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Thu, 14 Feb 2013 08:15:13 -0600
changeset 105 eefb85e8f96d
parent 104 bc2170bc8cc1
child 106 c6fb18d3cee9
add css before trailing blank
ARIA/1.0/tests/test-files/name-computation-input/754.html
ARIA/1.0/tests/test-files/name-computation-input/755.html
ARIA/1.0/tests/test-files/name-computation-input/756.html
ARIA/1.0/tests/test-files/name-computation-input/757.html
--- a/ARIA/1.0/tests/test-files/name-computation-input/754.html	Thu Feb 14 08:09:41 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/754.html	Thu Feb 14 08:15:13 2013 -0600
@@ -6,7 +6,7 @@
 
 label:before
 {
-content:"fancy";
+content:"fancy ";
 }
 </style>
 </head>
--- a/ARIA/1.0/tests/test-files/name-computation-input/755.html	Thu Feb 14 08:09:41 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/755.html	Thu Feb 14 08:15:13 2013 -0600
@@ -6,7 +6,7 @@
 
 label:before
 {
-content:"fancy";
+content:"fancy ";
 }
 </style>
 </head>
--- a/ARIA/1.0/tests/test-files/name-computation-input/756.html	Thu Feb 14 08:09:41 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/756.html	Thu Feb 14 08:15:13 2013 -0600
@@ -6,7 +6,7 @@
 
 label:before
 {
-content:"fancy";
+content:"fancy ";
 }
 </style>
 </head>
--- a/ARIA/1.0/tests/test-files/name-computation-input/757.html	Thu Feb 14 08:09:41 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/757.html	Thu Feb 14 08:15:13 2013 -0600
@@ -6,7 +6,7 @@
 
 label:before
 {
-content:"fancy";
+content:"fancy ";
 }
 </style>
 </head>