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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origintrials.js

Issue 2808543002: Cleanup expected.txt files for layout tests (Closed)
Patch Set: Remove platform-specific expected.txt file Created 3 years, 8 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/http/tests/origin_trials/resources/origintrials.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origin_trials.js b/third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origintrials.js
similarity index 99%
rename from third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origin_trials.js
rename to third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origintrials.js
index f4d5906d25b0e21613b13662bb6d5d07dceb21bc..1ab0c07ed16570941f86a800d989b8161ff8fc7b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origin_trials.js
+++ b/third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origintrials.js
@@ -100,7 +100,7 @@ test(() => {
var testObject = window.internals.originTrialsTest();
assert_idl_attribute(testObject, 'throwingAttribute');
assert_true(testObject.throwingAttribute, 'Attribute should return boolean value');
- }, 'Attribute should exist and return value');
+ }, 'Accessing attribute should return value and not throw exception');
test(() => {
assert_idl_attribute(window.internals, 'originTrialsTest');

Powered by Google App Engine
This is Rietveld 408576698