mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Fix browser_graphs-09c.js failing because of bug 1111073, r=me
This commit is contained in:
parent
3c04613ebf
commit
14699883ea
@ -29,8 +29,8 @@ function* performTest() {
|
||||
function* testGraph(graph) {
|
||||
yield graph.setDataWhenReady(TEST_DATA);
|
||||
|
||||
is(graph._gutter.hidden, false,
|
||||
"The gutter should not be hidden.");
|
||||
is(graph._gutter.hidden, true,
|
||||
"The gutter should be hidden, since there's no data available.");
|
||||
is(graph._maxTooltip.hidden, true,
|
||||
"The max tooltip should be hidden.");
|
||||
is(graph._avgTooltip.hidden, true,
|
||||
|
Loading…
Reference in New Issue
Block a user