From 35c74aecc22e60ccb3dbb03000c8546941b8250c Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 9 Dec 2015 01:48:05 -0500 Subject: Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef --- tests/wpt/css-tests/css-values-3_dev/xhtml1/support/util.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/wpt/css-tests/css-values-3_dev/xhtml1/support/util.js') diff --git a/tests/wpt/css-tests/css-values-3_dev/xhtml1/support/util.js b/tests/wpt/css-tests/css-values-3_dev/xhtml1/support/util.js index a7ce4283e45..b2fa69a97ec 100644 --- a/tests/wpt/css-tests/css-values-3_dev/xhtml1/support/util.js +++ b/tests/wpt/css-tests/css-values-3_dev/xhtml1/support/util.js @@ -5,14 +5,14 @@ function resizeViewportTo(viewportSelector, width, height) { iframe.width = width; iframe.height = height; - + iframe.contentWindow.document.body.offsetTop; } function injectStylesInIFrame(styleSelector, frameSelector) { var style = document.querySelector(styleSelector), frame = document.querySelector(frameSelector); - + frame.contentWindow.addNewStyles(style.textContent); } @@ -26,4 +26,4 @@ if (window.parent != window) { styleTag.appendChild(textNode); document.head.appendChild(styleTag); } -} \ No newline at end of file +} -- cgit v1.2.3