| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-4/supported-css-properties.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/supported-css-properties.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/supported-css-properties.html
|
| index 247de938089752bcac1b564c1c563bc86d01ec95..d1a1530d0821e1b4dba40f0ad45cb430f812317d 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/supported-css-properties.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/supported-css-properties.html
|
| @@ -4,7 +4,7 @@
|
| <script>
|
| function test()
|
| {
|
| - var marginLonghands = WebInspector.cssMetadata().longhands("margin");
|
| + var marginLonghands = SDK.cssMetadata().longhands("margin");
|
| marginLonghands.sort();
|
| InspectorTest.addResult("Margin longhands: " + marginLonghands.join(", "));
|
| InspectorTest.completeTest();
|
|
|