Chromium Code Reviews| 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..7437b85dcfabf1245d97d1140b75737bce833cfa 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("", ""); |
|
arv (Not doing code reviews)
2013/08/16 13:33:27
FYI, (null, "") is a better default
do-not-use
2013/08/16 13:47:03
Right, my bad, I misread the spec.
|
| d.adoptNode(root); |
| node = document.createElement("title"); |
| root.appendChild(node); |