| Index: third_party/WebKit/LayoutTests/editing/inserting/insert-div-024.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/inserting/insert-div-024.html b/third_party/WebKit/LayoutTests/editing/inserting/insert-div-024.html
|
| deleted file mode 100644
|
| index 1b2a6e0f627a46a92d5d7a0170fc616b49fd7505..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/editing/inserting/insert-div-024.html
|
| +++ /dev/null
|
| @@ -1,57 +0,0 @@
|
| -<html>
|
| -<head>
|
| -
|
| -<style>
|
| -body {
|
| - font-size: 24px;
|
| -}
|
| -.editing {
|
| - border: 2px solid red;
|
| - padding: 12px;
|
| -}
|
| -p {
|
| - border: 2px solid blue;
|
| - padding: 12px;
|
| -}
|
| -br {
|
| - background-color: green;
|
| -}
|
| -
|
| -</style>
|
| -<script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
|
| -
|
| -<script>
|
| -
|
| -function editingTest() {
|
| - for (i = 0; i < 6; i++)
|
| - extendSelectionForwardByCharacterCommand();
|
| - boldCommand();
|
| - moveSelectionForwardByCharacterCommand();
|
| - insertParagraphCommand();
|
| - boldCommand();
|
| - for (i = 0; i < 3; i++)
|
| - typeCharacterCommand();
|
| - insertParagraphCommand();
|
| - insertParagraphCommand();
|
| - for (i = 0; i < 3; i++)
|
| - typeCharacterCommand();
|
| -}
|
| -
|
| -</script>
|
| -
|
| -<title>Editing Test</title>
|
| -</head>
|
| -<body contenteditable id="root" style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
|
| -
|
| -Test inserting paragraphs and managing typing style correctly: Only "line 1" should be bold. Other lines should be non-bold. Fix for this bug:
|
| -<a href="rdar://problem/3944492"><rdar://problem/3944492></a> after pressing return twice, text is bold when it shouldn't be
|
| -<div style="height: 12px"></div>
|
| -
|
| -<p id="test">line 1</p>
|
| -
|
| -<script>
|
| -runEditingTest();
|
| -</script>
|
| -
|
| -</body>
|
| -</html>
|
|
|