Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match-expected.txt b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match-expected.txt |
index b4b360a54a624725e2b6c4ebf342bdb5245282a5..c25834301e7a91e77003dd024ca36ade4d4ea066 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match-expected.txt |
@@ -1,5 +1,5 @@ |
-CONSOLE WARNING: The XMLHttpRequest progress event property 'position' is deprecated. Please use 'loaded' instead. |
-CONSOLE WARNING: The XMLHttpRequest progress event property 'totalSize' is deprecated. Please use 'total' instead. |
+CONSOLE WARNING: The XMLHttpRequest progress event property 'position' is deprecated and will be removed in M50, around April 2016. Please use 'loaded' instead. See https://www.chromestatus.com/features/5044837464145920 for more details. |
+CONSOLE WARNING: The XMLHttpRequest progress event property 'totalSize' is deprecated and will be removed in M50, around April 2016. Please use 'total' instead. See https://www.chromestatus.com/features/5044837464145920 for more details. |
Test case for Bug 18655: [XHR] OnProgress needs more test case |
This test verify that we implement both interfaces and that they match. |