From 154737d2fb3995a768b1d142f9b2a51cc45f608c Mon Sep 17 00:00:00 2001 From: Rob Buis Date: Thu, 12 Dec 2019 08:30:14 -0800 Subject: [PATCH] LazyLoad: add new test for changing base URL Add new test for changing base URL, the test original-base-url-applied-tentative.html only changed the document URL. Bug: 984983 Change-Id: I5ab855aaecc8bd12502eb32a3b1d26ae5ced31a3 --- ...original-base-url-applied-2-tentative.html | 46 +++++++++++++++++++ ...nal-base-url-applied-iframe-tentative.html | 44 ++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 loading/lazyload/original-base-url-applied-2-tentative.html create mode 100644 loading/lazyload/original-base-url-applied-iframe-tentative.html diff --git a/loading/lazyload/original-base-url-applied-2-tentative.html b/loading/lazyload/original-base-url-applied-2-tentative.html new file mode 100644 index 000000000000000..07d14157dfc5562 --- /dev/null +++ b/loading/lazyload/original-base-url-applied-2-tentative.html @@ -0,0 +1,46 @@ + + + Deferred images with loading='lazy' use the original + base URL specified at the parse time + + + + + + + + + + + + +
+ + diff --git a/loading/lazyload/original-base-url-applied-iframe-tentative.html b/loading/lazyload/original-base-url-applied-iframe-tentative.html new file mode 100644 index 000000000000000..61c931c7da69b17 --- /dev/null +++ b/loading/lazyload/original-base-url-applied-iframe-tentative.html @@ -0,0 +1,44 @@ + + + Deferred iframes with loading='lazy' use the original + base URL specified at the parse time + + + + + + + + + + + + +
+ +