# HG changeset patch # User Dirkjan Ochtman # Date 1213780101 -7200 # Node ID 001647a33ff8cf8023a1506728f1284b9def4f89 # Parent b3602c98c6863c67baddd6000e6460012912ebdd tests: fix test breakage from graph template changes diff -r b3602c98c686 -r 001647a33ff8 tests/test-hgweb-commands.out Binary file tests/test-hgweb-commands.out has changed diff -r b3602c98c686 -r 001647a33ff8 tests/test-hgweb.out --- a/tests/test-hgweb.out Wed Jun 18 10:15:59 2008 +0200 +++ b/tests/test-hgweb.out Wed Jun 18 11:08:21 2008 +0200 @@ -186,4 +186,45 @@ background-color: #d5dde6; border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4; } + +/* Graph */ +div#wrapper { + position: relative; + margin: 0; + padding: 0; +} + +canvas { + position: absolute; + z-index: 5; + top: -0.9em; + margin: 0; +} + +ul#nodebgs { + list-style: none inside none; + padding: 0; + margin: 0; + top: -0.7em; +} + +ul#graphnodes li, ul#nodebgs li { + height: 39px; +} + +ul#graphnodes { + position: absolute; + z-index: 10; + top: -0.8em; + list-style: none inside none; + padding: 0; +} + +ul#graphnodes li .info { + display: block; + font-size: 100%; + position: relative; + top: -3px; + font-style: italic; +} % errors diff -r b3602c98c686 -r 001647a33ff8 tests/test-highlight.out --- a/tests/test-highlight.out Wed Jun 18 10:15:59 2008 +0200 +++ b/tests/test-highlight.out Wed Jun 18 11:08:21 2008 +0200 @@ -18,6 +18,7 @@
changelog shortlog +graph tags changeset files @@ -80,6 +81,7 @@