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

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

Issue 236083003: Use document's contentSize when the HTML element is selected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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 | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/select_range_basic_broken_height.html
diff --git a/Source/web/tests/data/select_range_basic.html b/Source/web/tests/data/select_range_basic_broken_height.html
similarity index 83%
copy from Source/web/tests/data/select_range_basic.html
copy to Source/web/tests/data/select_range_basic_broken_height.html
index a12fa02de9f1cdb78c919f544c9ed9b9408c8241..22e983d8bd930c7dcff46cc490874bf8a020c76a 100644
--- a/Source/web/tests/data/select_range_basic.html
+++ b/Source/web/tests/data/select_range_basic_broken_height.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
-<html id='root'>
-<body>
+<html id='root' style='height: 20px;'>
+<body style='height: 40px;'>
Some extra text.
<span id='target'>Some test text for testing.</span>
Some extra text.
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698