| Index: third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation.html b/third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation.html
|
| index 9ae02350ea4c7099f81d7ec62bbd4800a9014467..522a1b445db832f0d001ebb03ab107758e3ab300 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/execCommand/reset-values-after-navigation.html
|
| @@ -8,7 +8,7 @@
|
| if (e.origin == location.protocol + "//" + location.host) {
|
| queryCommandValues = JSON.parse(e.data);
|
| shouldBeEqualToString('queryCommandValues["DefaultParagraphSeparator"]', "div");
|
| - shouldBeEqualToString('queryCommandValues["StyleWithCSS"]', "false");
|
| + shouldBeEqualToString('queryCommandValues["StyleWithCSS"]', "");
|
| finishJSTest();
|
| }
|
| }
|
|
|