blob: e6ec2fb583e0be9ffc55512e5b76e3cb19a8e909 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<style>
body { margin: 0; }
a {
display: table;
}
</style>
<body>
<a href="#">This</a> is a link with <em>display: table</em>.
<pre id="results"></pre>
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.onload = function () {
if (window.internals)
results.textContent = internals.layerTreeAsText(document, internals.LAYER_TREE_INCLUDES_EVENT_REGION | internals.LAYER_TREE_INCLUDES_ROOT_LAYER_PROPERTIES);
};
</script>
</body>
</html>