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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-disabled.html

Issue 2861673007: Add Origin Trial layout tests for IDL bindings (Closed)
Patch Set: Fix compile errors Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>Test Sample API when trial is disabled (no token)</title> 3 <title>Test Sample API when trial is disabled (no token)</title>
4 <script src="../resources/testharness.js"></script> 4 <script src="../resources/testharness.js"></script>
5 <script src="../resources/testharnessreport.js"></script> 5 <script src="../resources/testharnessreport.js"></script>
6 <script src="resources/origintrials.js"></script> 6 <script src="resources/origintrials.js"></script>
7 <script> 7 <script>
8 8
9 // The trial is not enabled, as no token is provided. 9 // The trial is not enabled, as no token is provided.
10 expect_failure(); 10 expect_failure();
11 expect_failure_bindings();
11 12
12 </script> 13 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698