[css2] Link to reference
diff --git a/css/CSS2/text/white-space-processing-038.xht b/css/CSS2/text/white-space-processing-038.xht
index 08b15e1..061d4fa 100644
--- a/css/CSS2/text/white-space-processing-038.xht
+++ b/css/CSS2/text/white-space-processing-038.xht
@@ -4,6 +4,8 @@
         <title>CSS Test: White-space 'nowrap' and space at beginning of line</title>
         <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
         <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
+        <link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2" />
+        <link rel="match" href="white-space-processing-037-ref.xht" />
         <meta name="flags" content="ahem" />
         <meta name="assert" content="Space at beginning of line is removed when 'white-space' is set to 'nowrap'." />
         <style type="text/css">
@@ -28,4 +30,4 @@
         <div id="div1">&#32;X</div>
         <div id="div2"></div>
     </body>
-</html>
\ No newline at end of file
+</html>