Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <div>Tests that breaking whitespace is at the end of the current line instead of the beginning of the next line.</div> | |
| 3 | |
| 4 <div style="width: 25px; display: inline-block; white-space: pre-wrap; border: 5 px solid salmon"><span>foo</span><br><span>bar</span></div> | |
|
eae
2013/06/19 04:26:07
Using pre-wrap in the expected file seems a bit od
| |
| OLD | NEW |