@@ -16,7 +16,12 @@ class HtmlInjectorTest {
1616 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
1717 <html xmlns="http://www.w3.org/1999/xhtml">
1818 <head><link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-before.css"/>
19-
19+ <style>
20+ audio[controls] {
21+ width: revert;
22+ height: revert;
23+ }
24+ </style>
2025 <title>Publication</title>
2126 <link rel="stylesheet" href="style.css" type="text/css"/>
2227 <link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-after.css"/>
@@ -49,7 +54,12 @@ class HtmlInjectorTest {
4954 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5055 <html xmlns="http://www.w3.org/1999/xhtml">
5156 <head xmlns:xlink="http://www.w3.org/1999/xlink"><link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-before.css"/>
52-
57+ <style>
58+ audio[controls] {
59+ width: revert;
60+ height: revert;
61+ }
62+ </style>
5363 <title>Publication</title>
5464 <link rel="stylesheet" href="style.css" type="text/css"/>
5565 <link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-after.css"/>
@@ -80,7 +90,12 @@ class HtmlInjectorTest {
8090 """
8191 <?xml version="1.0" encoding="utf-8"?>
8292 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head xmlns:xlink="http://www.w3.org/1999/xlink"><link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-before.css"/>
83- <title>Publication</title><link rel="stylesheet" href="style.css" type="text/css"/><link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-after.css"/>
93+ <style>
94+ audio[controls] {
95+ width: revert;
96+ height: revert;
97+ }
98+ </style><title>Publication</title><link rel="stylesheet" href="style.css" type="text/css"/><link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-after.css"/>
8499 <script type="text/javascript" src="/assets/scripts/readium-reflowable.js"></script>
85100 <style>@import url('https://fonts.googleapis.com/css?family=PT+Serif|Roboto|Source+Sans+Pro|Vollkorn');</style>
86101 <style type="text/css"> @font-face{font-family: "OpenDyslexic"; src:url("/assets/fonts/OpenDyslexic-Regular.otf") format('truetype');}</style>
@@ -101,7 +116,12 @@ class HtmlInjectorTest {
101116 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><HEAD
102117 xmlns:xlink="http://www.w3.org/1999/xlink"
103118 ><link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-before.css"/>
104- <title>Publication</title><link rel="stylesheet" href="style.css" type="text/css"/><link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-after.css"/>
119+ <style>
120+ audio[controls] {
121+ width: revert;
122+ height: revert;
123+ }
124+ </style><title>Publication</title><link rel="stylesheet" href="style.css" type="text/css"/><link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-after.css"/>
105125 <script type="text/javascript" src="/assets/scripts/readium-reflowable.js"></script>
106126 <style>@import url('https://fonts.googleapis.com/css?family=PT+Serif|Roboto|Source+Sans+Pro|Vollkorn');</style>
107127 <style type="text/css"> @font-face{font-family: "OpenDyslexic"; src:url("/assets/fonts/OpenDyslexic-Regular.otf") format('truetype');}</style>
0 commit comments