summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/transforms/transformed-focused-text-input.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/transforms/transformed-focused-text-input.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/transforms/transformed-focused-text-input.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/transformed-focused-text-input.html b/third_party/WebKit/LayoutTests/fast/transforms/transformed-focused-text-input.html
index 5694164..287bbcc 100644
--- a/third_party/WebKit/LayoutTests/fast/transforms/transformed-focused-text-input.html
+++ b/third_party/WebKit/LayoutTests/fast/transforms/transformed-focused-text-input.html
@@ -3,7 +3,7 @@
<style type="text/css">
div {
-webkit-transform-origin: top left;
- -webkit-transform: rotate(10deg);
+ transform: rotate(10deg);
}
</style>