| Index: LayoutTests/css2.1/20110323/block-non-replaced-height-016.htm
|
| diff --git a/LayoutTests/css2.1/20110323/block-non-replaced-height-016.htm b/LayoutTests/css2.1/20110323/block-non-replaced-height-016.htm
|
| index e00571c0e9182bca361a02687f7e4e8563e123b1..29f471727afb683412252d6c5bfb0b79c9093e9f 100644
|
| --- a/LayoutTests/css2.1/20110323/block-non-replaced-height-016.htm
|
| +++ b/LayoutTests/css2.1/20110323/block-non-replaced-height-016.htm
|
| @@ -41,6 +41,11 @@
|
| }
|
| </style>
|
| </head>
|
| + <script>
|
| + if (window.internals) {
|
| + window.internals.settings.setForceCompositingMode(true);
|
| + }
|
| + </script>
|
| <body>
|
| <p>Test passes if the blue and orange boxes below are the same height.</p>
|
| <div id="div1">
|
| @@ -50,4 +55,4 @@
|
| <div id="div3"></div>
|
| </div>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|