Commit 96a4668d authored by Paul Meyer's avatar Paul Meyer Committed by Commit Bot

Remove the runtime flag for test reports.

These reports are only used for testing, are not web exposed, and the
flag only covers the IDL file anyway, which is unnecessary. This patch
removes that flag.

TBR: japhet@chromium.org
Change-Id: I3a1c63bbbaa2f50cec7c42217a7ce2882ae6f6c2
Reviewed-on: https://chromium-review.googlesource.com/1226077Reviewed-by: default avatarPaul Meyer <paulmeyer@chromium.org>
Reviewed-by: default avatarNate Chapin <japhet@chromium.org>
Commit-Queue: Paul Meyer <paulmeyer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592822}
parent 3ca5922d
...@@ -5,8 +5,7 @@ ...@@ -5,8 +5,7 @@
// https://w3c.github.io/reporting/#test-report // https://w3c.github.io/reporting/#test-report
[ [
NoInterfaceObject, NoInterfaceObject
RuntimeEnabled=TestReporting
] interface TestReportBody : ReportBody { ] interface TestReportBody : ReportBody {
readonly attribute DOMString message; readonly attribute DOMString message;
}; };
...@@ -1202,10 +1202,6 @@ ...@@ -1202,10 +1202,6 @@
origin_trial_feature_name: "StaleWhileRevalidate", origin_trial_feature_name: "StaleWhileRevalidate",
status: "experimental", status: "experimental",
}, },
{
name: "TestReporting",
status: "test",
},
{ {
name: "TextUnderlinePositionLeftRight", name: "TextUnderlinePositionLeftRight",
status: "stable", status: "stable",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment