Chromium Code Reviews| Index: LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive.html |
| diff --git a/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar.html b/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive.html |
| similarity index 90% |
| copy from LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar.html |
| copy to LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive.html |
| index 01064feee5f6071ea498d125027e918eab862f5a..50a8e038a1a4bbc21fa23272a9dcdaa5977d0211 100644 |
| --- a/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar.html |
| +++ b/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive.html |
| @@ -26,7 +26,7 @@ iframe { |
| </style> |
| </head> |
| <body> |
| - <iframe src="scrollable-subiframe-inactive.html"></iframe> |
| + <iframe src="scrollable-subiframe-nowindowinactive.html"></iframe> |
| <div id="fillDIV" style="background-color:lightblue;width:400px;height:400px;overflow:hidden;"> </div> |
|
rune
2015/01/20 15:48:12
What's this div for?
MuVen
2015/01/21 06:14:09
Removed, Adjusted iframe height.
|
| </body> |
| </html> |