| Index: third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/transition-property-names.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/transition-property-names.js b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/transition-property-names.js
|
| deleted file mode 100644
|
| index 27e619aabbcf674774dbccbe4b3162475b7a2596..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/transition-property-names.js
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -description(
|
| -'This test checks that CSS property names work round trip in the transition property.'
|
| -);
|
| -
|
| -var element = document.createElement('a');
|
| -
|
| -element.style.webkitTransitionProperty = "height";
|
| -shouldBe("element.style.webkitTransitionProperty", "'height'");
|
| -
|
| -element.style.webkitTransitionProperty = "opacity";
|
| -shouldBe("element.style.webkitTransitionProperty", "'opacity'");
|
|
|