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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/pointerevent_touch-action-verification.html

Issue 2658093004: Update a few references to imported/wpt (now external/wpt) (Closed)
Patch Set: Created 3 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: third_party/WebKit/LayoutTests/fast/events/pointerevents/pointerevent_touch-action-verification.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/pointerevent_touch-action-verification.html b/third_party/WebKit/LayoutTests/fast/events/pointerevents/pointerevent_touch-action-verification.html
index 311ed73e64c3eee019fd2a4875d472321d11f4ad..bd221bcdb789cfcc42fddf9987b05d3ce71e28aa 100644
--- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/pointerevent_touch-action-verification.html
+++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/pointerevent_touch-action-verification.html
@@ -7,7 +7,7 @@
See https://github.com/w3c/pointerevents/issues/29 -->
<title>touch-action: basic verification</title>
<meta name="assert" content="TA15.20 - The touch-action CSS property determines whether touch input MAY trigger default behavior supplied by the user agent.
- auto: The user agent MAY determine any permitted touch behaviors, such as panning and zooming manipulations of the viewport, for touches that begin on the element.
+ auto: The user agent MAY determine any permitted touch behaviors, such as panning and zooming manipulations of the viewport, for touches that begin on the element.
none: Touches that begin on the element MUST NOT trigger default touch behaviors.
pan-x: The user agent MAY consider touches that begin on the element only for the purposes of horizontally scrolling the element's nearest ancestor with horizontally scrollable content.
pan-y: The user agent MAY consider touches that begin on the element only for the purposes of vertically scrolling the element's nearest ancestor with vertically scrollable content.
@@ -16,7 +16,6 @@
<link rel="stylesheet" type="text/css" href="pointerevent_styles.css">
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
- <script src="../../../imported/wpt/pointerevents/pointerevent_support.js"></script>
<style>
/*
Give some rules below something to override in order to test

Powered by Google App Engine
This is Rietveld 408576698