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

Unified Diff: Source/web/tests/data/select_range_scroll.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_scroll.html
diff --git a/Source/web/tests/data/select_range_scroll.html b/Source/web/tests/data/select_range_scroll.html
index a67f189c3cdde097c2c679d14d6e9b9b9712e399..efa98a9d6f3f3b6997927825a2918f989208c7b3 100644
--- a/Source/web/tests/data/select_range_scroll.html
+++ b/Source/web/tests/data/select_range_scroll.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html id='root'>
<body>
<div style='height:3000px'>
<span id="target">Some offscreen test text for testing.</span>

Powered by Google App Engine
This is Rietveld 408576698