| Index: third_party/WebKit/LayoutTests/fast/events/ondrop-text-html.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/ondrop-text-html.html b/third_party/WebKit/LayoutTests/fast/events/ondrop-text-html.html
|
| index 71fa1f3a7578e97231b97996f9278ff4a02170c0..d9bbfcbef346e1ebd365030595248438dd11d654 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/ondrop-text-html.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/ondrop-text-html.html
|
| @@ -13,7 +13,7 @@ function removeFontName(text)
|
| {
|
| if (!text)
|
| return text;
|
| - return text.replace(/font-family: [^;]+;\s*/g, "");
|
| + return text.replace(/font-family: .+?; /g, "");
|
| }
|
|
|
| function drop(ev)
|
|
|