Index: LayoutTests/fast/frames/iframe-scale-applied-twice.html |
diff --git a/LayoutTests/fast/frames/iframe-scale-applied-twice.html b/LayoutTests/fast/frames/iframe-scale-applied-twice.html |
index f2cddadafc2a3c267fbf2e9c4ba52f46961cc8da..fd7b49023b9a0b82a9ef9f080790c676417fcdc4 100644 |
--- a/LayoutTests/fast/frames/iframe-scale-applied-twice.html |
+++ b/LayoutTests/fast/frames/iframe-scale-applied-twice.html |
@@ -1,6 +1,6 @@ |
<!DOCTYPE HTML> |
<p id="result">Test did not run</p> |
-<div style="-webkit-transform: scale(2);"> |
+<div style="transform: scale(2);"> |
<iframe id="target" style="width: 100px; height: 100px; border: none;"></iframe> |
</div> |
<script> |