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

Unified Diff: LayoutTests/fast/events/touch/touch-action-touch-handlers.html

Issue 806183005: Remove FrameLoader's checkLoadComplete and checkLoadCompleteForThisFrame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/events/touch/touch-action-touch-handlers.html
diff --git a/LayoutTests/fast/events/touch/touch-action-touch-handlers.html b/LayoutTests/fast/events/touch/touch-action-touch-handlers.html
index bf73a969d15d61707f95d2cd099012d8951f84a2..fe9b4d6ef5ffd2b6402edfc0b12b4b9916d31d3a 100644
--- a/LayoutTests/fast/events/touch/touch-action-touch-handlers.html
+++ b/LayoutTests/fast/events/touch/touch-action-touch-handlers.html
@@ -97,6 +97,7 @@ function runTests() {
nestedDocument = iframe.contentWindow.document;
nestedDocument.open('text/html', 'replace');
nestedDocument.write("<!DOCTYPE html>\n<div style='touch-action: none'></div>");
+ nestedDocument.close();
window.internals.forceCompositingUpdate(document);
shouldBe("getTouchHandlerCount(nestedDocument)", "2");
shouldBe("getTouchHandlerCount(document)", "2");
« no previous file with comments | « no previous file | LayoutTests/fast/frames/location-put-after-removal-expected.txt » ('j') | Source/core/frame/Frame.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698