begin adding <ttp:profile/> to each test
authorGlenn Adams <glenn@skynav.com>
Thu, 23 Jul 2009 05:56:46 +0000
changeset 155 3c4bd6453fdf
parent 154 a01a3c33ccb7
child 156 9c3d44012ca6
begin adding <ttp:profile/> to each test
testsuite/Styling/BackgroundColor001.xml
testsuite/Styling/BackgroundColor002.xml
testsuite/Styling/BackgroundColor003.xml
testsuite/Styling/BackgroundColor004.xml
testsuite/Styling/BackgroundColor005.xml
testsuite/Styling/BackgroundColor006.xml
testsuite/Styling/BackgroundColor007.xml
testsuite/Styling/BackgroundColor008.xml
testsuite/Styling/BackgroundColor009.xml
testsuite/Styling/Color001.xml
testsuite/Styling/Color002.xml
testsuite/Styling/Color003.xml
testsuite/Styling/Color004.xml
testsuite/Styling/Color005.xml
testsuite/Styling/Color007.xml
testsuite/Styling/Color008.xml
testsuite/Styling/Color009.xml
testsuite/Styling/FontFamily001.xml
testsuite/Styling/FontFamily002.xml
testsuite/Styling/FontFamily003.xml
testsuite/Styling/FontFamily004.xml
testsuite/Styling/FontFamily005.xml
testsuite/Styling/FontFamily006.xml
testsuite/Styling/FontFamily007.xml
testsuite/Styling/FontFamily008.xml
testsuite/Styling/FontFamily009.xml
testsuite/filelist.xml
--- a/testsuite/Styling/BackgroundColor001.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/BackgroundColor001.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,12 @@
       <ttm:desc>Test tts:backgroundColor attribute using a named color expression in a div.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#backgroundColor-block</ttp:feature>
+        <ttp:feature>#styling-inline</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div tts:backgroundColor="green">
--- a/testsuite/Styling/BackgroundColor002.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/BackgroundColor002.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,12 @@
       <ttm:desc>Test tts:backgroundColor attribute using a hash (#rrggbb) color expression in a div.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#backgroundColor-block</ttp:feature>
+        <ttp:feature>#styling-inline</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div tts:backgroundColor="#00EE76">
--- a/testsuite/Styling/BackgroundColor003.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/BackgroundColor003.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,12 @@
       <ttm:desc>Test tts:backgroundColor attribute using a hash (#rrggbbaa) color expression with opacity on the body.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#backgroundColor-block</ttp:feature>
+        <ttp:feature>#styling-inline</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body tts:backgroundColor="#00800050">
     <div>
--- a/testsuite/Styling/BackgroundColor004.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/BackgroundColor004.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,12 @@
       <ttm:desc>Test tts:backgroundColor attribute using a rgb() color function on the body.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#backgroundColor-block</ttp:feature>
+        <ttp:feature>#styling-inline</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body tts:backgroundColor="rgb(255,0,255)">
     <div>
--- a/testsuite/Styling/BackgroundColor005.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/BackgroundColor005.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,12 @@
       <ttm:desc>Test tts:backgroundColor attribute using a rgba() color function using a span.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#backgroundColor-block</ttp:feature>
+        <ttp:feature>#styling-inline</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body tts:backgroundColor="rgba(255,0,255,50)">
     <div>
--- a/testsuite/Styling/BackgroundColor006.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/BackgroundColor006.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,12 @@
       <ttm:desc>Test tts:backgroundColor attribute using a transparent value.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#backgroundColor-block</ttp:feature>
+        <ttp:feature>#styling-inline</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div tts:backgroundColor="transparent">
--- a/testsuite/Styling/BackgroundColor007.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/BackgroundColor007.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,12 @@
       <ttm:desc>Test tts:backgroundColor using a named color expression on the div element.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#backgroundColor-block</ttp:feature>
+        <ttp:feature>#styling-referential</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
     <styling>
       <style xml:id="s1" tts:backgroundColor="green"/>
     </styling>
--- a/testsuite/Styling/BackgroundColor008.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/BackgroundColor008.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -6,6 +6,12 @@
       <ttm:desc>Test tts:backgroundColor style using a named color expression in style.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio). All Rights Reserved.</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#backgroundColor-block</ttp:feature>
+        <ttp:feature>#styling-referential</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
     <styling>
       <style xml:id="s1" tts:backgroundColor="green"/>
     </styling>
--- a/testsuite/Styling/BackgroundColor009.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/BackgroundColor009.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,12 @@
       <ttm:desc>Test tts:backgroundColor using a named color expression on the body.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#backgroundColor-block</ttp:feature>
+        <ttp:feature>#styling-inline</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body tts:backgroundColor="magenta">
     <div>
--- a/testsuite/Styling/Color001.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/Color001.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,13 @@
       <ttm:desc>Test tts:color attribute using a named color expression.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#color</ttp:feature>
+        <ttp:feature>#styling-inline</ttp:feature>
+        <ttp:feature>#styling-inheritance-content</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/Color002.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/Color002.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,13 @@
       <ttm:desc>Test tts:color attribute using a hash (#rrggbb) color expression.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#color</ttp:feature>
+        <ttp:feature>#styling-inline</ttp:feature>
+        <ttp:feature>#styling-inheritance-content</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/Color003.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/Color003.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,12 @@
       <ttm:desc>Test tts:color attribute using a hash (#rrggbbaa) color expression with opacity.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#color</ttp:feature>
+        <ttp:feature>#styling-inline</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/Color004.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/Color004.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,13 @@
       <ttm:desc>Test tts:color attribute using a rgb() color function.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#color</ttp:feature>
+        <ttp:feature>#styling-inline</ttp:feature>
+        <ttp:feature>#styling-inheritance-content</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/Color005.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/Color005.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,12 @@
       <ttm:desc>Test tts:color attribute using a rgba() color function.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#color</ttp:feature>
+        <ttp:feature>#styling-inline</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/Color007.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/Color007.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,13 @@
       <ttm:desc>Test tts:color attribute using a transparent value.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#color</ttp:feature>
+        <ttp:feature>#styling-inline</ttp:feature>
+        <ttp:feature>#styling-inheritance-content</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/Color008.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/Color008.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,12 @@
       <ttm:desc>Test tts:color attribute with span elements.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#color</ttp:feature>
+        <ttp:feature>#styling-inline</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/Color009.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/Color009.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -6,6 +6,12 @@
       <ttm:desc>Test tts:color style using a named color expression.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio). All Rights Reserved.</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#color</ttp:feature>
+        <ttp:feature>#styling-referential</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
     <styling>
       <style xml:id="s1" tts:color="red" />
     </styling>
--- a/testsuite/Styling/FontFamily001.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/FontFamily001.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,11 @@
       <ttm:desc>Test tts:fontFamily attribute with monospace value.</ttm:desc>
       <ttm:copyright>Copyright (C) 2009 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#fontFamily</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/FontFamily002.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/FontFamily002.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,11 @@
       <ttm:desc>Test tts:fontFamily attribute with sansSerif value.</ttm:desc>
       <ttm:copyright>Copyright (C) 2009 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#fontFamily</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/FontFamily003.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/FontFamily003.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,11 @@
       <ttm:desc>Test tts:fontFamily attribute with serif value.</ttm:desc>
       <ttm:copyright>Copyright (C) 2009 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#fontFamily</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/FontFamily004.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/FontFamily004.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,11 @@
       <ttm:desc>Test tts:fontFamily attribute with monospaceSansSerif value.</ttm:desc>
       <ttm:copyright>Copyright (C) 2009 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#fontFamily</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/FontFamily005.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/FontFamily005.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,11 @@
       <ttm:desc>Test tts:fontFamily attribute with monospaceSerif value.</ttm:desc>
       <ttm:copyright>Copyright (C) 2009 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#fontFamily</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/FontFamily006.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/FontFamily006.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,11 @@
       <ttm:desc>Test tts:fontFamily attribute with proportionalSansSerif value.</ttm:desc>
       <ttm:copyright>Copyright (C) 2009 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#fontFamily</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/FontFamily007.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/FontFamily007.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,11 @@
       <ttm:desc>Test tts:fontFamily attribute with proportionalSerif value.</ttm:desc>
       <ttm:copyright>Copyright (C) 2009 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#fontFamily</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/FontFamily008.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/FontFamily008.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,11 @@
       <ttm:desc>Test tts:fontFamily attribute with Times New Roman value.</ttm:desc>
       <ttm:copyright>Copyright (C) 2009 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#fontFamily</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/Styling/FontFamily009.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/Styling/FontFamily009.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -9,6 +9,11 @@
       <ttm:desc>Test tts:fontFamily attribute with InexistantFont, Times New Roman value.</ttm:desc>
       <ttm:copyright>Copyright (C) 2009 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
+    <ttp:profile use="dfxp-transformation" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+      <ttp:features xml:base="http://www.w3.org/2006/10/ttaf1/feature/">
+        <ttp:feature>#fontFamily</ttp:feature>
+      </ttp:features>
+    </ttp:profile>
   </head>
   <body>
     <div>
--- a/testsuite/filelist.xml	Mon Jul 20 08:01:56 2009 +0000
+++ b/testsuite/filelist.xml	Thu Jul 23 05:56:46 2009 +0000
@@ -185,6 +185,7 @@
 <file>Metadata/agent004.xml</file>
 <file>Metadata/copyright003.xml</file>
 <file>Metadata/desc002.xml</file>
+<file>Metadata/foreign001.xml</file>
 <file>Metadata/name005.xml</file>
 <file>Metadata/role006.xml</file>
 <file>Metadata/title001.xml</file>