| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-1/case-sensitive-suggestions.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/case-sensitive-suggestions.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/case-sensitive-suggestions.html
|
| index 8d39dd774d899c80f6c474606fb9d3cce146c594..e2b3ffecc95eac87c04c6b30b4068b1be21f39e5 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/case-sensitive-suggestions.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/case-sensitive-suggestions.html
|
| @@ -6,7 +6,7 @@
|
|
|
| function test()
|
| {
|
| - var prompt = new WebInspector.StylesSidebarPane.CSSPropertyPrompt(WebInspector.CSSMetadata.cssPropertiesMetainfo, null, true);
|
| + var prompt = new WebInspector.StylesSidebarPane.CSSPropertyPrompt(WebInspector.CSSMetadata.cssPropertiesMetainfo.allProperties(), null, true);
|
|
|
| InspectorTest.runTestSuite([
|
| function testForUpperCase(next)
|
|
|