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

Unified Diff: LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 1032623008: Expose Cache Storage API in global window/worker scope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update webexposed expectations Created 5 years, 9 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/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index f374d63c1eb4cf98eae16dc128c1b7ccbdc84d40..975269d4ef4bcae388dad1ef28faa74f7aaad5ca 100644
--- a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -344,6 +344,19 @@ interface CSSUnknownRule
interface CSSViewportRule
getter style
method constructor
+interface Cache
+ method constructor
+ method delete
+ method keys
+ method match
+ method put
+interface CacheStorage
+ method constructor
+ method delete
+ method has
+ method keys
+ method match
+ method open
interface CanvasGradient
method addColorStop
method constructor

Powered by Google App Engine
This is Rietveld 408576698