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

Unified Diff: LayoutTests/fast/transforms/selection-bounds-in-transformed-view.html

Issue 640023002: The selection bounds should be clipped to the viewport (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline a test. Created 6 years, 2 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 | LayoutTests/fast/transforms/selection-bounds-in-transformed-view-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/transforms/selection-bounds-in-transformed-view.html
diff --git a/LayoutTests/fast/transforms/selection-bounds-in-transformed-view.html b/LayoutTests/fast/transforms/selection-bounds-in-transformed-view.html
index df11663635f9a342d9a7f9c6a0d08bb42b5bf3c5..7af78d703c76065dfdeadf3d326288e38a44c43a 100644
--- a/LayoutTests/fast/transforms/selection-bounds-in-transformed-view.html
+++ b/LayoutTests/fast/transforms/selection-bounds-in-transformed-view.html
@@ -10,6 +10,6 @@
}
document.execCommand("FindString", false, "target");
- document.getElementById("result").innerText = document.body.scrollTop === 864 ? "PASS" : "FAIL";
+ document.getElementById("result").innerText = document.body.scrollTop === 863.5 ? "PASS" : "FAIL (scrollTop:" + document.body.scrollTop + ")";
</script>
</body>
« no previous file with comments | « no previous file | LayoutTests/fast/transforms/selection-bounds-in-transformed-view-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698