| Index: third_party/WebKit/LayoutTests/fast/css/zoom-on-unattached.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/zoom-on-unattached.html b/third_party/WebKit/LayoutTests/fast/css/zoom-on-unattached.html
|
| index 58feb864ff865aaca6385c20a31895a32628c1b9..936527610095b33af0b0191db34a83ca0d07e363 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/zoom-on-unattached.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/zoom-on-unattached.html
|
| @@ -7,7 +7,7 @@ d = document.implementation.createDocument(null, "");
|
| d.adoptNode(root);
|
| node = document.createElement("title");
|
| root.appendChild(node);
|
| -node.setAttribute("style", "zoom:document;")
|
| +node.setAttribute("style", "zoom:normal;")
|
| node.appendChild(node.cloneNode());
|
| </script>
|
| <body>
|
|
|