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

Unified Diff: LayoutTests/fast/events/autoscroll-with-non-scrollable-parent.html

Issue 9385018: Merge 106730 - Source/WebCore: Patch by Swapna P <spottabathini@innominds.com> on 2012-02-04 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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 | « LayoutTests/ChangeLog ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/autoscroll-with-non-scrollable-parent.html
===================================================================
--- LayoutTests/fast/events/autoscroll-with-non-scrollable-parent.html (revision 107432)
+++ LayoutTests/fast/events/autoscroll-with-non-scrollable-parent.html (working copy)
@@ -39,7 +39,7 @@
var iframe = document.getElementById('NoScrolliFrame');
var iframeDocument = iframe.contentDocument;
- if (iframeDocument.body.scrollLeft != 0)
+ if (iframeDocument.body.scrollLeft == 0)
log("PASSED");
else
log("FAILED : " + iframeDocument.body.scrollLeft + " pixels have been scrolled");
« no previous file with comments | « LayoutTests/ChangeLog ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698