| Index: third_party/WebKit/LayoutTests/editing/execCommand/insertHTML-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/insertHTML-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/insertHTML-expected.txt
|
| index bc126f52e75c9f0cf5f9d0c1a2cc9ed4188dd1c2..387973ba04bcf600252e80401bb63345e9ef1099 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/insertHTML-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/editing/execCommand/insertHTML-expected.txt
|
| @@ -6,5 +6,5 @@ EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
|
| EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
|
| This is a test of execCommand(insertHTML, ...). The contents of the editable div below should be the same before and after the test.
|
|
|
| -hello 1 2 world!
|
| +hello1 2world!
|
| hello<table style="display:inline" border="1"><tbody><tr><td>1</td><td>2</td></tr></tbody></table><b>world</b>!
|
|
|