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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/text/flexbox-selection-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/flexbox-selection-expected.html b/third_party/WebKit/LayoutTests/fast/text/flexbox-selection-expected.html
deleted file mode 100644
index de3012bc9164decc28a35bbf4926e4e1d90f8823..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/text/flexbox-selection-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<div style="background-color: #ddd; font-size: 24pt">
- <div style="width: 100px; display: inline-block">
- <span id="a">aaaa</span><br>
- <span id="b">bbbb</span>
- </div><div style="width: 100px; display: inline-block">
- <span id="c">cccc</span><br>
- <span id="d">dddd</span>
- </div>
-</div>
-<script>
-
-var b = document.querySelector('#b'),
- d = document.querySelector('#d');
-getSelection().setBaseAndExtent(b.firstChild, 0, d.firstChild, 2);
-focus();
-
-</script>
« 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