| 92 | | t.eq(r.rendererRoot.style.width, "100%", "rendererRoot width is correct"); |
|---|
| 93 | | t.eq(r.rendererRoot.style.height, "100%", "rendererRoot height is correct"); |
|---|
| 94 | | |
|---|
| 95 | | t.eq(r.root.style.width, "100%", "root width is correct"); |
|---|
| 96 | | t.eq(r.root.style.height, "100%", "root height is correct"); |
|---|
| | 92 | t.eq(r.rendererRoot.style.width, "1px", "rendererRoot width is correct"); |
|---|
| | 93 | t.eq(r.rendererRoot.style.height, "2px", "rendererRoot height is correct"); |
|---|
| | 94 | |
|---|
| | 95 | t.eq(r.root.style.width, "1px", "root width is correct"); |
|---|
| | 96 | t.eq(r.root.style.height, "2px", "root height is correct"); |
|---|