| Index: LayoutTests/css2.1/20110323/block-non-replaced-height-002.htm
|
| diff --git a/LayoutTests/css2.1/20110323/block-non-replaced-height-002.htm b/LayoutTests/css2.1/20110323/block-non-replaced-height-002.htm
|
| index 358d10f4d66919c9d99ce6647130850dbc9d4e2b..bf6e91e1e90f15be968fda55a51c40107a6331db 100644
|
| --- a/LayoutTests/css2.1/20110323/block-non-replaced-height-002.htm
|
| +++ b/LayoutTests/css2.1/20110323/block-non-replaced-height-002.htm
|
| @@ -25,10 +25,15 @@
|
| }
|
| </style>
|
| </head>
|
| + <script>
|
| + if (window.internals) {
|
| + window.internals.settings.setForceCompositingMode(true);
|
| + }
|
| + </script>
|
| <body>
|
| <p>Test passes if there is no white space between the blue box below and the orange lines.</p>
|
| <div id="div1">
|
| <div>Filler Text</div>
|
| </div>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|