diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2015-06-14 10:31:18 +0100 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2015-06-14 10:49:01 +0100 |
commit | 4343f6c86225b6e283c73afcd8adc007fafebeff (patch) | |
tree | 864ad7eda1fd44fcddebd2a1576ec3f5b4e65e9b /html-test/ref/Bug7.html | |
parent | a476b251e363b3b0ed30c75cf72a19fc275d6440 (diff) |
Update tests for the CSS changes
Diffstat (limited to 'html-test/ref/Bug7.html')
-rw-r--r-- | html-test/ref/Bug7.html | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/html-test/ref/Bug7.html b/html-test/ref/Bug7.html index c6fe445b..cea6d150 100644 --- a/html-test/ref/Bug7.html +++ b/html-test/ref/Bug7.html @@ -104,13 +104,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug7.html");}; ><div id="section.i:Foo" class="show" ><table ><tr - ><td class="src" - ><a href="" - >Bar</a - > <a href="" - >Foo</a - > <a href="" - >Foo</a + ><td class="src clearfix" + ><span class="inst-left" + ><a href="" + >Bar</a + > <a href="" + >Foo</a + > <a href="" + >Foo</a + ></span ></td ><td class="doc" ><p @@ -138,13 +140,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug7.html");}; ><div id="section.i:Bar" class="show" ><table ><tr - ><td class="src" - ><a href="" - >Bar</a - > <a href="" - >Foo</a - > <a href="" - >Foo</a + ><td class="src clearfix" + ><span class="inst-left" + ><a href="" + >Bar</a + > <a href="" + >Foo</a + > <a href="" + >Foo</a + ></span ></td ><td class="doc" ><p @@ -161,7 +165,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug7.html");}; ><p >Produced by <a href="" >Haddock</a - > version 2.15.0</p + > version 2.16.1</p ></div ></body ></html |