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> |