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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/selection/text-selection-inline-block.html

Issue 2728263002: Omit wrapped selection for text under inline containing block. (Closed)
Patch Set: Include newline for wraps within a single containing block. Created 3 years, 9 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
(Empty)
1 <!doctype html>
2 <script src="../../resources/run-after-layout-and-paint.js"></script>
3 <style>
4 body {
5 font-size: 48px;
6 }
7 </style>
8 <div style="display:inline-block">x</div>y
wkorman 2017/03/06 21:46:50 This new test (and the -rtl variant) show over-pai
9 <script>
10 runAfterLayoutAndPaint(function() {
11 document.execCommand("SelectAll", false);
12 }, true);
13 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698