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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/pointer-events-invalid-fill.svg

Issue 1405283006: Deprecate SVGElement.offsetParent/offsetTop/offsetLeft/offsetWidth/offsetHeight (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the tests instead Created 5 years, 1 month 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/svg/custom/pointer-events-invalid-fill.svg
diff --git a/third_party/WebKit/LayoutTests/svg/custom/pointer-events-invalid-fill.svg b/third_party/WebKit/LayoutTests/svg/custom/pointer-events-invalid-fill.svg
index 7053bfd5dae797ca78578f19041b2924670e7d4b..0f7a97e52b446722897fcaf127af93d8f09729c1 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/pointer-events-invalid-fill.svg
+++ b/third_party/WebKit/LayoutTests/svg/custom/pointer-events-invalid-fill.svg
@@ -64,7 +64,7 @@
}
function runTest() {
if (window.eventSender) {
- document.documentElement.offsetLeft;
+ document.documentElement.clientLeft;
eventSender.mouseMoveTo(30, 100);
}
}

Powered by Google App Engine
This is Rietveld 408576698