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

Unified 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: 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
Index: third_party/WebKit/LayoutTests/paint/selection/text-selection-inline-block.html
diff --git a/third_party/WebKit/LayoutTests/paint/selection/text-selection-inline-block.html b/third_party/WebKit/LayoutTests/paint/selection/text-selection-inline-block.html
new file mode 100644
index 0000000000000000000000000000000000000000..867d3be61624e34373296dc9d32754efbcc8692f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/selection/text-selection-inline-block.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<script src="../../resources/run-after-layout-and-paint.js"></script>
+<style>
+body {
+ font-size: 48px;
+}
+</style>
+<div style="display:inline-block">x</div>y
+<script>
+runAfterLayoutAndPaint(function() {
+ document.execCommand("SelectAll", false);
+}, true);
+</script>

Powered by Google App Engine
This is Rietveld 408576698