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

Unified Diff: LayoutTests/fast/html/empty-fragment-id-goto-top.html

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tdresser cr feedback Created 5 years, 7 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
Index: LayoutTests/fast/html/empty-fragment-id-goto-top.html
diff --git a/LayoutTests/fast/html/empty-fragment-id-goto-top.html b/LayoutTests/fast/html/empty-fragment-id-goto-top.html
index bd31139f4a25166ef741b2cab5238e0da64fdba1..fbb7d7b10b3f8064aafeb28099f90403f4f8d56d 100644
--- a/LayoutTests/fast/html/empty-fragment-id-goto-top.html
+++ b/LayoutTests/fast/html/empty-fragment-id-goto-top.html
@@ -13,7 +13,7 @@
var gotoTop = document.getElementById("gotoTop");
gotoTop.dispatchEvent(clickEvent);
- document.write("<div>document.body.scrollTop: " + document.body.scrollTop +"</div>");
+ document.write("<div>document.scrollingElement.scrollTop: " + document.scrollingElement.scrollTop +"</div>");
}
}
</script>

Powered by Google App Engine
This is Rietveld 408576698