summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html b/third_party/WebKit/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html
index fb86714..99b95c8 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html
@@ -3,8 +3,8 @@
<script type="text/javascript">
function test()
{
- if (window.layoutTestController)
- layoutTestController.setFrameFlatteningEnabled(true);
+ if (window.testRunner)
+ testRunner.setFrameFlatteningEnabled(true);
// Force synchronous layout.
document.body.offsetHeight;
}