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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/payment-request/payment-request-in-iframe.html

Issue 2254503003: W3C auto test importer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 'Modifies TestExpectations and/or downloads new baselines for tests' Created 4 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: third_party/WebKit/LayoutTests/imported/wpt/payment-request/payment-request-in-iframe.html
diff --git a/third_party/WebKit/LayoutTests/payments/payment-request-in-iframe.html b/third_party/WebKit/LayoutTests/imported/wpt/payment-request/payment-request-in-iframe.html
similarity index 69%
copy from third_party/WebKit/LayoutTests/payments/payment-request-in-iframe.html
copy to third_party/WebKit/LayoutTests/imported/wpt/payment-request/payment-request-in-iframe.html
index 69193a237dab5d6768c61e9e3c85261fc36d45b5..4c1c2dcea5524b69adaa2841bcd97dc1f34d2428 100644
--- a/third_party/WebKit/LayoutTests/payments/payment-request-in-iframe.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/payment-request/payment-request-in-iframe.html
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<meta charset="utf-8">
-<title>Test for PaymentRequest in an iframe</title>
-<script src="../resources/testharness.js"></script>
-<script src="../resources/testharnessreport.js"></script>
+<title>Test for PaymentRequest in an iframe (see also
+https://github.com/w3c/browser-payment-api/issues/2)</title>
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
<iframe srcdoc="
<!DOCTYPE html>
<meta charset='utf-8'>

Powered by Google App Engine
This is Rietveld 408576698