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

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: Fix indendation problems (added by meld?) Created 6 years, 4 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");
shouldBe("getTouchHandlerCount(document)", "2");
}
</script>

Powered by Google App Engine
This is Rietveld 408576698