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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-timestamp-high-resolution.html

Issue 2744553007: Upstream high resolution event timestamp tests to WPT (Closed)
Patch Set: Make WPT lint happy Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-timestamp-safe-resolution.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-timestamp-high-resolution.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/hr-timestamp/constructed-events.html b/third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-timestamp-high-resolution.html
similarity index 84%
rename from third_party/WebKit/LayoutTests/fast/events/hr-timestamp/constructed-events.html
rename to third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-timestamp-high-resolution.html
index bbe5ed43ada66e7df260664f5e23666a0b1f1930..15aa014cfb79d2e05dc0ac8e1b5e76d17329f603 100644
--- a/third_party/WebKit/LayoutTests/fast/events/hr-timestamp/constructed-events.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-timestamp-high-resolution.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
-<script src="../../../resources/testharness.js"></script>
-<script src="../../../resources/testharnessreport.js"></script>
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
<script type="text/javascript">
'use strict';
for (let eventType of [MouseEvent, KeyboardEvent, WheelEvent, GamepadEvent, FocusEvent]) {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-timestamp-safe-resolution.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698