| Index: LayoutTests/fast/overflow/scroll-html-hidden-body-expected.html
|
| diff --git a/LayoutTests/fast/overflow/scroll-html-hidden-body-expected.html b/LayoutTests/fast/overflow/scroll-html-hidden-body-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2d08dba4f0a5002ad2d6a88d0e5b79832f0b33d2
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/overflow/scroll-html-hidden-body-expected.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Scroll overflow on HTML, hidden overflow on BODY</title>
|
| + </head>
|
| + <body style="overflow:scroll; background:white; color:black;">
|
| + <div style="overflow:hidden; width:20em; height:20em; background:cyan;">
|
| + <p>This text should be inside a cyan box. There should be no red.</p>
|
| + <p>The viewport should have scrollbars (that are not scrollable, due to lack of content).</p>
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|