Corrected a mistake in my last ChangeLog entry and updated some expected results.



git-svn-id: svn://svn.chromium.org/blink/trunk@42736 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent cff664ba
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
* editing/execCommand/25320-expected.txt: Added. * editing/execCommand/25320-expected.txt: Added.
* editing/execCommand/25320.html: Added. * editing/execCommand/25320.html: Added.
* platform/mac/fast/forms/caret-rtl-expected.checksum: Replaced.
* platform/mac/fast/forms/caret-rtl-expected.txt: Replaced.
2009-04-21 Darin Adler <darin@apple.com> 2009-04-21 Darin Adler <darin@apple.com>
......
This tests for a crash when doing a block style change inside an editable root that contains rendered, but invisible content. This test shouldn't crash and the text-align:center should go onto a new paragraph element, not the body. This tests for a crash when doing a block style change inside an editable root that contains rendered, but invisible content. This test shouldn't crash and the text-align:center should go onto a new paragraph element, not the body.
<div style="text-align: center;"><br></div><div style="padding-left: 5px;"></div> <div style="text-align: center;"><br></div><div style="padding-left: 5px;"></div>
<html>
<head> <head>
<script> <script>
function runTest() { function runTest() {
...@@ -9,4 +10,4 @@ function runTest() { ...@@ -9,4 +10,4 @@ function runTest() {
} }
</script> </script>
</head> </head>
<body onLoad="runTest();" contentEditable="true"><div style="padding-left: 5px;"></div></body> <body onLoad="runTest();" contentEditable="true"><div style="padding-left: 5px;"></div></body></html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment