| Index: LayoutTests/editing/undo/undo-combined-delete-boundary-mac-behavior.html
|
| diff --git a/LayoutTests/editing/undo/undo-combined-delete-boundary.html b/LayoutTests/editing/undo/undo-combined-delete-boundary-mac-behavior.html
|
| similarity index 88%
|
| rename from LayoutTests/editing/undo/undo-combined-delete-boundary.html
|
| rename to LayoutTests/editing/undo/undo-combined-delete-boundary-mac-behavior.html
|
| index 1f48f1ef11832bdabe0337538125c681be0239cc..9e527848a0ac1f723905a5e15552236e529df734 100644
|
| --- a/LayoutTests/editing/undo/undo-combined-delete-boundary.html
|
| +++ b/LayoutTests/editing/undo/undo-combined-delete-boundary-mac-behavior.html
|
| @@ -1,11 +1,11 @@
|
| -<html>
|
| +<html>
|
| <head>
|
|
|
| <style>
|
| -.editing {
|
| - border: 2px solid red;
|
| - padding: 12px;
|
| - font-size: 24px;
|
| +.editing {
|
| + border: 2px solid red;
|
| + padding: 12px;
|
| + font-size: 24px;
|
| }
|
| </style>
|
| <script src="../editing.js" language="JavaScript" type="text/JavaScript" ></script>
|
| @@ -26,7 +26,7 @@ function editingTest() {
|
|
|
| </script>
|
|
|
| -</head>
|
| +</head>
|
| <body>
|
| <div contenteditable id="root" class="editing">
|
| <span id="test">This wo<b>rd </b>should be selected, since the test deleted it a character at a time and then did an undo.</span>
|
|
|