OpenLayers OpenLayers

Changeset 5492

Show
Ignore:
Timestamp:
12/18/07 10:14:23 (1 year ago)
Author:
fredj
Message:

Fix the setSize() test. Regression introduced in r5488

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tests/Renderer/test_VML.html

    r5340 r5492  
    9090        var size = new OpenLayers.Size(1,2); 
    9191        r.setSize(size); 
    92         t.eq(r.rendererRoot.style.width, "1px", "rendererRoot width is correct"); 
    93         t.eq(r.rendererRoot.style.height, "2px", "rendererRoot height is correct"); 
     92        t.eq(r.rendererRoot.style.width, "100%", "rendererRoot width is correct"); 
     93        t.eq(r.rendererRoot.style.height, "100%", "rendererRoot height is correct"); 
    9494         
    9595        t.eq(r.root.style.width, "100%", "root width is correct");