| Index: LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html
|
| diff --git a/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html b/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html
|
| index 7c628df63a14a1af51c6a7222bb2fb7888c40cda..e3466786e367c49108ac751aa804df4d1a1889ca 100644
|
| --- a/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html
|
| +++ b/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html
|
| @@ -5,7 +5,7 @@
|
| h1 {
|
| color: #FF2;
|
| opacity: .5;
|
| - -webkit-transform: rotate(1000000000000000065537deg);
|
| + transform: rotate(1000000000000000065537deg);
|
| }
|
| </style>
|
|
|
| @@ -59,7 +59,7 @@ function test()
|
|
|
| function testAlterBigNumber(next)
|
| {
|
| - var treeElement = InspectorTest.getMatchedStylePropertyTreeItem("-webkit-transform");
|
| + var treeElement = InspectorTest.getMatchedStylePropertyTreeItem("transform");
|
| treeElement.startEditing(treeElement.valueElement);
|
| var selection = window.getSelection();
|
| var range = selection.getRangeAt(0);
|
|
|