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

Side by Side Diff: LayoutTests/virtual/stable/webexposed/global-constructors-listing-expected.txt

Issue 132613003: CSP 1.1: Remove the 'SecurityPolicy' interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 This test documents the Constructor properties on the global window object. 2 This test documents the Constructor properties on the global window object.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 AnalyserNode 7 AnalyserNode
8 ApplicationCache 8 ApplicationCache
9 Array 9 Array
10 ArrayBuffer 10 ArrayBuffer
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 SVGTransform 379 SVGTransform
380 SVGTransformList 380 SVGTransformList
381 SVGUnitTypes 381 SVGUnitTypes
382 SVGUseElement 382 SVGUseElement
383 SVGVKernElement 383 SVGVKernElement
384 SVGViewElement 384 SVGViewElement
385 SVGViewSpec 385 SVGViewSpec
386 SVGZoomEvent 386 SVGZoomEvent
387 Screen 387 Screen
388 ScriptProcessorNode 388 ScriptProcessorNode
389 SecurityPolicy
390 Selection 389 Selection
391 SharedWorker 390 SharedWorker
392 SpeechInputEvent 391 SpeechInputEvent
393 SpeechSynthesisEvent 392 SpeechSynthesisEvent
394 SpeechSynthesisUtterance 393 SpeechSynthesisUtterance
395 Storage 394 Storage
396 StorageEvent 395 StorageEvent
397 String 396 String
398 StyleSheet 397 StyleSheet
399 StyleSheetList 398 StyleSheetList
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 webkitSpeechGrammar 474 webkitSpeechGrammar
476 webkitSpeechGrammarList 475 webkitSpeechGrammarList
477 webkitSpeechRecognition 476 webkitSpeechRecognition
478 webkitSpeechRecognitionError 477 webkitSpeechRecognitionError
479 webkitSpeechRecognitionEvent 478 webkitSpeechRecognitionEvent
480 webkitURL 479 webkitURL
481 PASS successfullyParsed is true 480 PASS successfullyParsed is true
482 481
483 TEST COMPLETE 482 TEST COMPLETE
484 483
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698