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

Unified Diff: third_party/WebKit/LayoutTests/hittesting/border-hittest.html

Issue 1513663002: Include inner border radius in block hit testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create hittesting directory for tests Created 5 years 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: third_party/WebKit/LayoutTests/hittesting/border-hittest.html
diff --git a/third_party/WebKit/LayoutTests/fast/borders/border-hittest.html b/third_party/WebKit/LayoutTests/hittesting/border-hittest.html
similarity index 72%
rename from third_party/WebKit/LayoutTests/fast/borders/border-hittest.html
rename to third_party/WebKit/LayoutTests/hittesting/border-hittest.html
index e8fdae9656a9414e012201af3641a40c1ac05664..63a1f1953a0feab2f301aefdaffbc434c37c05d5 100644
--- a/third_party/WebKit/LayoutTests/fast/borders/border-hittest.html
+++ b/third_party/WebKit/LayoutTests/hittesting/border-hittest.html
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
-<script src="../../resources/js-test.js"></script>
+<script src="../resources/js-test.js"></script>
<style>
img{
background-color:red;
@@ -10,7 +10,7 @@ img{
</style>
</head>
<body>
-<img src="./resources/mask.png" width="100px" height="100px" />
+<img src="../fast/borders/resources/mask.png" width="100px" height="100px" />
<div id="console"></div>
</body>
<script>

Powered by Google App Engine
This is Rietveld 408576698