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

Unified Diff: LayoutTests/http/tests/misc/performance-memory-in-dedicated-worker.html

Issue 821303006: bindings: Fixes layouttests when moving attributes to prototype chains. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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: LayoutTests/http/tests/misc/performance-memory-in-dedicated-worker.html
diff --git a/LayoutTests/http/tests/misc/performance-memory-in-dedicated-worker.html b/LayoutTests/http/tests/misc/performance-memory-in-dedicated-worker.html
index 0fb76ae046de8ed21d954da830faabe0e1826621..ce89694eb1fe6f58ab49b57f0582f95c6124e785 100644
--- a/LayoutTests/http/tests/misc/performance-memory-in-dedicated-worker.html
+++ b/LayoutTests/http/tests/misc/performance-memory-in-dedicated-worker.html
@@ -11,7 +11,7 @@
var tests = [
'"performance" in self;',
'"memory" in self.performance;',
- 'JSON.stringify(self.performance.memory);',
+ 'stringifyDOMObject(self.performance.memory);',
];
var t = async_test('window.performance.memory in dedicated workers');

Powered by Google App Engine
This is Rietveld 408576698