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

Unified Diff: Source/web/tests/data/select_range_basic.html

Issue 177903010: Expose the selection root bounds in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add missing test files Created 6 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: Source/web/tests/data/select_range_basic.html
diff --git a/Source/web/tests/data/select_range_basic.html b/Source/web/tests/data/select_range_basic.html
index 8ffc3fc2fde30f8e704b7af172d73523a02b3e17..a12fa02de9f1cdb78c919f544c9ed9b9408c8241 100644
--- a/Source/web/tests/data/select_range_basic.html
+++ b/Source/web/tests/data/select_range_basic.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html id='root'>
<body>
Some extra text.
<span id='target'>Some test text for testing.</span>

Powered by Google App Engine
This is Rietveld 408576698