From 89a83a9ed35d107c55c4870f3bfbe2bb70fe7cc8 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 24 Aug 2020 20:17:10 -0400 Subject: [PATCH] Add tests for data: and blob: iframe URLs (#757) --- test/data/html/test-document2.html | 40 +++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/test/data/html/test-document2.html b/test/data/html/test-document2.html index 10fecbbb..419cb5c1 100644 --- a/test/data/html/test-document2.html +++ b/test/data/html/test-document2.html @@ -96,6 +96,16 @@ + + <iframe> element with data URL. + + + + + <iframe> element with blob URL. + + + SVG <img>. @@ -135,9 +145,33 @@