Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: third_party/WebKit/LayoutTests/editing/selection/paint-hyphen-expected.html

Issue 2167093002: Soft hyphens with long suffix may add unnecessary hyphens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stabilize test Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <head> 1 <head>
2 <style> 2 <style>
3 div::selection { 3 div::selection {
4 color: red; 4 color: red;
5 background-color: blue; 5 background-color: blue;
6 } 6 }
7 div { 7 div {
8 width: 1px; 8 width: 1px;
9 overflow: visible; 9 overflow: visible;
10 } 10 }
11 </style> 11 </style>
12 </head> 12 </head>
13 <div>M M-M-M-M-M-M-M-M-M-M-M-M-M-M-</div> 13 <div>M-M-M-M-M-M-M-M-M-M-M-M-M-M-M-</div>
14 <script> 14 <script>
15 document.execCommand('SelectAll') 15 document.execCommand('SelectAll')
16 </script> 16 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698