| -webkit-transform: rotate(20deg); |
| transform: rotate(20deg); |
| <script src="../../http/tests/inspector/inspector-test.js"></script> |
| <script src="../../http/tests/inspector/elements-test.js"></script> |
| function nodeSelected(node) |
| RuntimeAgent.evaluate("dumpInspectorHighlightedNode()", InspectorTest.completeTest); |
| InspectorTest.selectNodeWithId("inspectedElement", nodeSelected); |
| <body onload="runTest()"> |
| <div id="inspectedElement"></div> |
| <div class="region"></div> |
| <div class="region small"></div> |
| <div class="region zero-height"></div> |
| <div class="region zero-size"></div> |
| <div class="region hidden"></div> |
| <p id="description">This test verifies the position and size of the highlighted node inside CSS Regions.</p> |