From 44626a4121b472ed553acab05d788cf903794163 Mon Sep 17 00:00:00 2001 From: Jeff Kaufman Date: Fri, 24 Jun 2016 16:54:23 -0400 Subject: [PATCH] url-valued-attributes: tests for mod_pagespeed/f2f0075 --- test/pagespeed_test.conf.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/pagespeed_test.conf.template b/test/pagespeed_test.conf.template index e3a9cdae8..64ee9f774 100644 --- a/test/pagespeed_test.conf.template +++ b/test/pagespeed_test.conf.template @@ -566,6 +566,10 @@ http { pagespeed UrlValuedAttribute img alt-src Image; pagespeed UrlValuedAttribute video alt-a Image; pagespeed UrlValuedAttribute video alt-b Image; + pagespeed UrlValuedAttribute link data-stylesheet Stylesheet; + pagespeed UrlValuedAttribute span data-stylesheet-a Stylesheet; + pagespeed UrlValuedAttribute span data-stylesheet-b Stylesheet; + pagespeed UrlValuedAttribute span data-stylesheet-c Stylesheet; # Also test that we can redefine spec-defined attributes. pagespeed UrlValuedAttribute blockquote cite Image;