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

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

Issue 225903009: Migrate touch events to EventHandlerRegistry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 6 years, 6 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 011534b29fb7830b81b85aa04fce8878aa8808f7..bf73a969d15d61707f95d2cd099012d8951f84a2 100644
--- a/LayoutTests/fast/events/touch/touch-action-touch-handlers.html
+++ b/LayoutTests/fast/events/touch/touch-action-touch-handlers.html
@@ -98,7 +98,7 @@ function runTests() {
nestedDocument.open('text/html', 'replace');
nestedDocument.write("<!DOCTYPE html>\n<div style='touch-action: none'></div>");
window.internals.forceCompositingUpdate(document);
- shouldBe("getTouchHandlerCount(nestedDocument)", "1");
+ shouldBe("getTouchHandlerCount(nestedDocument)", "2");
Rick Byers 2014/06/19 17:10:36 why this change? I'd expect 1.
Sami 2014/06/27 17:58:51 Both documents now point to the same (global) regi
Rick Byers 2014/06/27 21:36:51 Ah, of course - thanks.
shouldBe("getTouchHandlerCount(document)", "2");
}
</script>
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/touch-action-touch-handlers-expected.txt » ('j') | Source/core/dom/Node.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698