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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/flexbox-selection-expected.html

Issue 2728263002: Omit wrapped selection for text under inline containing block. (Closed)
Patch Set: Update baselines. 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/flexbox-selection-nested-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div style="background-color: #ddd; font-size: 24pt">
3 <div style="width: 100px; display: inline-block">
4 <span id="a">aaaa</span><br>
5 <span id="b">bbbb</span>
6 </div><div style="width: 100px; display: inline-block">
7 <span id="c">cccc</span><br>
8 <span id="d">dddd</span>
9 </div>
10 </div>
11 <script>
12
13 var b = document.querySelector('#b'),
14 d = document.querySelector('#d');
15 getSelection().setBaseAndExtent(b.firstChild, 0, d.firstChild, 2);
16 focus();
17
18 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/flexbox-selection-nested-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698