| 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 df5bc6a36c648d5aa10ea2652280297f91e1b489..977f8776923252c3c56404682a8c72931dd220a6 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 Elements.StylesSidebarPane.CSSPropertyPrompt(SDK.cssMetadata().allProperties(), null, true);
|
| + var prompt = new Elements.StylesSidebarPane.CSSPropertyPrompt(SDK.cssMetadata().allProperties(), [], null, true);
|
|
|
| InspectorTest.runTestSuite([
|
| function testForUpperCase(next)
|
|
|