| Index: LayoutTests/inspector/elements/styles-4/styles-formatting.html
|
| diff --git a/LayoutTests/inspector/elements/styles-4/styles-formatting.html b/LayoutTests/inspector/elements/styles-4/styles-formatting.html
|
| index 3620152004f8e6cfe1b5ca79af1939896e7bbe8f..991a1f0ace839563d58ed22a0df9769428eb04d5 100644
|
| --- a/LayoutTests/inspector/elements/styles-4/styles-formatting.html
|
| +++ b/LayoutTests/inspector/elements/styles-4/styles-formatting.html
|
| @@ -106,6 +106,11 @@ function test()
|
| formattedStyle.allProperties[3].setDisabled(false, dumpFormattedAndCallNext.bind(null, next));
|
| },
|
|
|
| + function testFormattedWithMeta(next)
|
| + {
|
| + formattedStyle.insertPropertyAt(0, "-webkit-animation", "linear", dumpFormattedAndCallNext.bind(null, next));
|
| + },
|
| +
|
| function initUnformattedStyle(next)
|
| {
|
| function callback(styles)
|
|
|