fix reftests after #12107
The f1040-annotations reftest started hanging after #12107. We traced this to `TypeError: can't access property "getOrCreateValue", storage is undefined`. We essentially need to add `annotationStorage` to the parameters in test/driver.js.
This commit is contained in:
		
							parent
							
								
									eb4d6a0652
								
							
						
					
					
						commit
						7bb65bab7f
					
				| @ -50,6 +50,7 @@ import { | |||||||
|   VerbosityLevel, |   VerbosityLevel, | ||||||
| } from "./shared/util.js"; | } from "./shared/util.js"; | ||||||
| import { AnnotationLayer } from "./display/annotation_layer.js"; | import { AnnotationLayer } from "./display/annotation_layer.js"; | ||||||
|  | import { AnnotationStorage } from "./display/annotation_storage.js"; | ||||||
| import { apiCompatibilityParams } from "./display/api_compatibility.js"; | import { apiCompatibilityParams } from "./display/api_compatibility.js"; | ||||||
| import { GlobalWorkerOptions } from "./display/worker_options.js"; | import { GlobalWorkerOptions } from "./display/worker_options.js"; | ||||||
| import { renderTextLayer } from "./display/text_layer.js"; | import { renderTextLayer } from "./display/text_layer.js"; | ||||||
| @ -156,6 +157,8 @@ export { | |||||||
|   VerbosityLevel, |   VerbosityLevel, | ||||||
|   // From "./display/annotation_layer.js":
 |   // From "./display/annotation_layer.js":
 | ||||||
|   AnnotationLayer, |   AnnotationLayer, | ||||||
|  |   // From "./display/annotation_storage.js":
 | ||||||
|  |   AnnotationStorage, | ||||||
|   // From "./display/api_compatibility.js":
 |   // From "./display/api_compatibility.js":
 | ||||||
|   apiCompatibilityParams, |   apiCompatibilityParams, | ||||||
|   // From "./display/worker_options.js":
 |   // From "./display/worker_options.js":
 | ||||||
|  | |||||||
| @ -220,6 +220,7 @@ var rasterizeAnnotationLayer = (function rasterizeAnnotationLayerClosure() { | |||||||
|           linkService: new pdfjsViewer.SimpleLinkService(), |           linkService: new pdfjsViewer.SimpleLinkService(), | ||||||
|           imageResourcesPath, |           imageResourcesPath, | ||||||
|           renderInteractiveForms, |           renderInteractiveForms, | ||||||
|  |           annotationStorage: new pdfjsLib.AnnotationStorage(), | ||||||
|         }; |         }; | ||||||
|         pdfjsLib.AnnotationLayer.render(parameters); |         pdfjsLib.AnnotationLayer.render(parameters); | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user