| background-color: rgba(0, 0, 0, 0.2); |
| testRunner.waitUntilDone(); |
| function documentLoaded() |
| window.setTimeout(doTest, 0); |
| function appendLayerDump() |
| document.getElementById('output').textContent += window.internals.layerTreeAsText(document, internals.LAYER_TREE_INCLUDES_TILE_CACHES); |
| internals.setViewBaseBackgroundColor('transparent'); |
| document.body.classList.add('transparent'); |
| document.body.classList.remove('transparent'); |
| internals.setViewBaseBackgroundColor('white'); |
| document.body.classList.add('transparent'); |
| window.addEventListener('load', documentLoaded, false); |
| <p>Page tiles should be transparent if the body's background has alpha.</p> |