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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/selection-rect-line-height-too-small.html

Issue 2967973002: Select exact nodes in fast/text/selection-*.html (Closed)
Patch Set: Created 3 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
OLDNEW
1 <style> 1 <style>
2 div::selection { background-color: green; } 2 div::selection { background-color: green; }
3 </style> 3 </style>
4 <div id="target" style="font-size: 16px; height: 20px; line-height: 0px;"> 4 <div id="target" style="font-size: 16px; height: 20px; line-height: 0px;">
5 The House 5 The House
6 </div> 6 </div>
7 <script> 7 <script>
8 getSelection().setBaseAndExtent(target, 0, target, 1); 8 // Select |The House|.
9 getSelection().setBaseAndExtent(target.firstChild, 2, target.firstChild, 12) ;
9 </script> 10 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698