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

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

Issue 391483002: Revert 177812 "Migrate touch events to EventHandlerRegistry" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 5 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: trunk/LayoutTests/fast/events/touch/touch-action-touch-handlers.html
===================================================================
--- trunk/LayoutTests/fast/events/touch/touch-action-touch-handlers.html (revision 177995)
+++ trunk/LayoutTests/fast/events/touch/touch-action-touch-handlers.html (working copy)
@@ -98,7 +98,7 @@
nestedDocument.open('text/html', 'replace');
nestedDocument.write("<!DOCTYPE html>\n<div style='touch-action: none'></div>");
window.internals.forceCompositingUpdate(document);
- shouldBe("getTouchHandlerCount(nestedDocument)", "2");
+ shouldBe("getTouchHandlerCount(nestedDocument)", "1");
shouldBe("getTouchHandlerCount(document)", "2");
}
</script>

Powered by Google App Engine
This is Rietveld 408576698