| Index: LayoutTests/fast/css/zoom-on-unattached.html
|
| diff --git a/LayoutTests/fast/css/zoom-on-unattached.html b/LayoutTests/fast/css/zoom-on-unattached.html
|
| index b731ca8ba0469c7f4819641cc0ec4572eb4c8422..ec612e5f17aa448737a4d83dee8de2787e124c84 100644
|
| --- a/LayoutTests/fast/css/zoom-on-unattached.html
|
| +++ b/LayoutTests/fast/css/zoom-on-unattached.html
|
| @@ -3,7 +3,7 @@ if (window.testRunner)
|
| testRunner.dumpAsText();
|
|
|
| root = document.createElement("body");
|
| -d = document.implementation.createDocument();
|
| +d = document.implementation.createDocument("", "", null);
|
| d.adoptNode(root);
|
| node = document.createElement("title");
|
| root.appendChild(node);
|
|
|