Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/supported-css-properties.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698