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

Unified Diff: LayoutTests/fast/js/constructor-length.html

Issue 15990003: Fix and rebaseline fast/js/constructor-length.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/js/constructor-length-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/constructor-length.html
diff --git a/LayoutTests/fast/js/constructor-length.html b/LayoutTests/fast/js/constructor-length.html
index 5fa89e69cf4ebef077b3dc4aec388fda400a998e..076cb0febcc2c71a045cce3c966f00f189946bbc 100644
--- a/LayoutTests/fast/js/constructor-length.html
+++ b/LayoutTests/fast/js/constructor-length.html
@@ -39,7 +39,7 @@ shouldBe('PeerConnection.length', '2');
shouldBe('PopStateEvent.length', '1');
shouldBe('ProgressEvent.length', '1');
shouldBe('ShadowRoot.length', '1');
-shouldBe('SharedWorker.length', '2');
+shouldBe('SharedWorker.length', '1');
shouldBe('StorageEvent.length', '1');
shouldBe('TextTrackCue.length', '3');
shouldBe('TrackEvent.length', '1');
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/js/constructor-length-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698