| Index: chrome/test/data/extensions/api_test/activity_log_private/test/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/activity_log_private/test/test.js b/chrome/test/data/extensions/api_test/activity_log_private/test/test.js
|
| index b313f5d247d9356eab3dfa23ec16e3408bd4b35c..6834abb6bef5749c28fad18c14c20397be8a0d3f 100644
|
| --- a/chrome/test/data/extensions/api_test/activity_log_private/test/test.js
|
| +++ b/chrome/test/data/extensions/api_test/activity_log_private/test/test.js
|
| @@ -222,13 +222,8 @@ testCases.push({
|
| // Dom mutations
|
| 'Document.createElement',
|
| 'Document.createElement',
|
| - 'Document.location',
|
| 'Node.appendChild',
|
| - 'Document.location',
|
| - 'Document.location',
|
| 'Node.insertBefore',
|
| - 'Document.location',
|
| - 'Document.location',
|
| 'Node.replaceChild',
|
| //'Document.location',
|
| 'HTMLDocument.write',
|
| @@ -292,13 +287,8 @@ testCases.push({
|
| // Dom mutations
|
| 'Document.createElement',
|
| 'Document.createElement',
|
| - 'Document.location',
|
| 'Node.appendChild',
|
| - 'Document.location',
|
| - 'Document.location',
|
| 'Node.insertBefore',
|
| - 'Document.location',
|
| - 'Document.location',
|
| 'Node.replaceChild',
|
| //'Document.location',
|
| 'HTMLDocument.write',
|
|
|