Issue #1094: Missing issue tags added.
diff --git a/LibTest/html/HttpRequest/responseText_A01_t02.dart b/LibTest/html/HttpRequest/responseText_A01_t02.dart
index a031407..9f1a146 100644
--- a/LibTest/html/HttpRequest/responseText_A01_t02.dart
+++ b/LibTest/html/HttpRequest/responseText_A01_t02.dart
@@ -7,6 +7,7 @@
 /// @description Checks that the property is  empty in case of failure.
 /// @issue 16757
 /// @issue 46608
+/// @issue https://github.com/dart-lang/co19/issues/932
 
 import "dart:html";
 import "../../../Utils/expect.dart";
diff --git a/LibTest/html/HttpRequestUpload/onAbort_A01_t01.dart b/LibTest/html/HttpRequestUpload/onAbort_A01_t01.dart
index dfff8bf..5ef971d 100644
--- a/LibTest/html/HttpRequestUpload/onAbort_A01_t01.dart
+++ b/LibTest/html/HttpRequestUpload/onAbort_A01_t01.dart
@@ -5,6 +5,7 @@
 /// @assertion Stream<ProgressEvent> get onAbort
 /// Stream of abort events handled by this HttpRequestEventTarget.
 /// @description Checks the state an event is fired when the request is aborted.
+/// @Issue https://github.com/dart-lang/co19/issues/932
 
 import "dart:html";
 import "../../../Utils/expect.dart";
diff --git a/LibTest/html/HttpRequestUpload/onError_A01_t02.dart b/LibTest/html/HttpRequestUpload/onError_A01_t02.dart
index 99f9b79..aa12a03 100644
--- a/LibTest/html/HttpRequestUpload/onError_A01_t02.dart
+++ b/LibTest/html/HttpRequestUpload/onError_A01_t02.dart
@@ -6,7 +6,8 @@
 /// Stream of error events handled by this HttpRequestEventTarget.
 /// @description Checks that an error events issued when attemt to FET unexistent
 /// resourse is made and error 404 returned.
-/// @needsreview issue #16757
+/// @Issue #16757
+/// @Issue https://github.com/dart-lang/co19/issues/932
 
 import "dart:html";
 import "../../../Utils/expect.dart";
diff --git a/LibTest/html/HttpRequestUpload/onLoadEnd_A01_t01.dart b/LibTest/html/HttpRequestUpload/onLoadEnd_A01_t01.dart
index 8f97f9c..db926c4 100644
--- a/LibTest/html/HttpRequestUpload/onLoadEnd_A01_t01.dart
+++ b/LibTest/html/HttpRequestUpload/onLoadEnd_A01_t01.dart
@@ -5,6 +5,7 @@
 /// @assertion Stream<ProgressEvent> get onLoadEnd
 /// Stream of loadend events handled by this HttpRequestEventTarget.
 /// @description Checks that only single event is fired.
+/// @Issue https://github.com/dart-lang/co19/issues/932
 
 import "dart:html";
 import "../../../Utils/expect.dart";
diff --git a/LibTest/html/HttpRequestUpload/onLoadStart_A01_t01.dart b/LibTest/html/HttpRequestUpload/onLoadStart_A01_t01.dart
index 8bd9786..f0e6089 100644
--- a/LibTest/html/HttpRequestUpload/onLoadStart_A01_t01.dart
+++ b/LibTest/html/HttpRequestUpload/onLoadStart_A01_t01.dart
@@ -5,6 +5,7 @@
 /// @assertion Stream<ProgressEvent> get onLoadStart
 /// Stream of loadstart events handled by this HttpRequestEventTarget.
 /// @description Checks that only single event is fired.
+/// @Issue https://github.com/dart-lang/co19/issues/932
 
 import "dart:html";
 import "../../../Utils/expect.dart";
diff --git a/LibTest/html/HttpRequestUpload/onLoad_A01_t01.dart b/LibTest/html/HttpRequestUpload/onLoad_A01_t01.dart
index b6f0460..ec88c3b 100644
--- a/LibTest/html/HttpRequestUpload/onLoad_A01_t01.dart
+++ b/LibTest/html/HttpRequestUpload/onLoad_A01_t01.dart
@@ -5,6 +5,7 @@
 /// @assertion final Stream<ProgressEvent> onLoad
 /// Stream of load events handled by this HttpRequestEventTarget.
 /// @description Checks the state of request at various moments of time.
+/// @Issue https://github.com/dart-lang/co19/issues/932
 
 import "dart:html";
 import "../../../Utils/expect.dart";