Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 formatblock on selection with a contenteditable="false" child. | 1 formatblock on selection with a contenteditable="false" child. |
| 2 | <h1> | 2 | <h1> |
|
yosin_UTC9
2016/11/30 01:48:40
Could you convert this test to utilize |assert_sel
yosin_UTC9
2016/11/30 03:18:51
It helps us what this CL changes behavior.
You can
| |
| 3 | <i> | 3 | <i> |
| 4 | " | 4 | " |
| 5 <#selection-anchor>Will select from here | 5 <#selection-anchor>Will select from here" |
| 6 | <br> | |
| 7 | " | |
| 6 " | 8 " |
| 7 | <br> | |
| 8 | <i> | 9 | <i> |
| 9 | " | 10 | " |
| 10 until here.<#selection-focus> | 11 until here.<#selection-focus> |
| 11 " | 12 " |
| 12 | <div> | 13 | <div> |
| 13 | contenteditable="false" | 14 | contenteditable="false" |
| 14 | " | 15 | " |
| 15 over this contenteditable=false div | 16 over this contenteditable=false div |
| 16 " | 17 " |
| OLD | NEW |