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

Unified Diff: LayoutTests/storage/indexeddb/resources/keypath-intrinsic-properties.js

Issue 821303006: bindings: Fixes layouttests when moving attributes to prototype chains. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed performance memory tests and addressed review comments. 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/storage/indexeddb/resources/keypath-intrinsic-properties.js
diff --git a/LayoutTests/storage/indexeddb/resources/keypath-intrinsic-properties.js b/LayoutTests/storage/indexeddb/resources/keypath-intrinsic-properties.js
index 68dfa4be41bdbecd02b585c1086436ca13216ed3..b5be559df1c1bf3efa62aafab5a800542eef67d9 100644
--- a/LayoutTests/storage/indexeddb/resources/keypath-intrinsic-properties.js
+++ b/LayoutTests/storage/indexeddb/resources/keypath-intrinsic-properties.js
@@ -32,7 +32,7 @@ function testKeyPaths()
array: Array(i * 3 + 1).join('x').split(/(?:)/),
blob: new Blob([Array(i * 4 + 1).join('x')], {type: "type " + i})
};
- debug("store.put(" + JSON.stringify(datum) + ")");
+ debug("store.put(" + stringifyDOMObject(datum) + ")");
store.put(datum);
}
« no previous file with comments | « LayoutTests/resources/js-test.js ('k') | LayoutTests/virtual/stable/webexposed/element-instance-property-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698