| Index: LayoutTests/inspector/layer-tree-model.html
|
| diff --git a/LayoutTests/inspector/layer-tree-model.html b/LayoutTests/inspector/layer-tree-model.html
|
| index d291944d26703e62c45f594969b06e2429cd315d..6bf6051a682e671653c519c4477648ebdde80f8b 100644
|
| --- a/LayoutTests/inspector/layer-tree-model.html
|
| +++ b/LayoutTests/inspector/layer-tree-model.html
|
| @@ -71,7 +71,7 @@ function test()
|
| }
|
|
|
| </script>
|
| -</html>
|
| +</head>
|
| <body onload="runTest()">
|
| <div id="a" style="width: 200px; height: 200px" class="layer">
|
| <div class="layer" id="b1" style="width: 150; height: 100"></div>
|
| @@ -81,3 +81,4 @@ function test()
|
| </div>
|
| </div>
|
| </body>
|
| +</html>
|
|
|