Index: LayoutTests/fast/frames/frame-set-scaling-rotate.html |
diff --git a/LayoutTests/fast/frames/frame-set-scaling-rotate.html b/LayoutTests/fast/frames/frame-set-scaling-rotate.html |
index ef32294acfdc1eb3a2ce2d9eae47dd18cd4b2428..6be22519eb4b3ae746f8b575ce69e437eb33ee7f 100644 |
--- a/LayoutTests/fast/frames/frame-set-scaling-rotate.html |
+++ b/LayoutTests/fast/frames/frame-set-scaling-rotate.html |
@@ -1,5 +1,5 @@ |
<html><head><title>Frame Scale Test</title></head> |
- <frameset style="background-color: red; -webkit-transform: scale(0.5, 0.5) rotate(45deg);" cols="30%,*"> |
+ <frameset style="background-color: red; transform: scale(0.5, 0.5) rotate(45deg);" cols="30%,*"> |
<frame src="data:text/html,<body bgcolor='green'></body>"> |
<frame src="data:text/html,<body bgcolor='green'></body>"> |
</frameset> |