Skip to content

Commit 225b847

Browse files
committed
Remove advance flag in tests
1 parent 72cfd5a commit 225b847

13 files changed

Lines changed: 13 additions & 13 deletions

tests/a11y-custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html style="--USER__view: readium-scroll-on; --USER__fontOverride: readium-font-on; --USER__fontFamily: 'IA Writer Duospace'; --USER__advancedSettings: readium-advanced-on; --USER__paraSpacing: 2rem; --USER__paraIndent: 0; --USER__backgroundColor: #c5e6ce; --USER__textColor: #3b4c44;">
2+
<html style="--USER__view: readium-scroll-on; --USER__fontOverride: readium-font-on; --USER__fontFamily: 'IA Writer Duospace'; --USER__paraSpacing: 2rem; --USER__paraIndent: 0; --USER__backgroundColor: #c5e6ce; --USER__textColor: #3b4c44;">
33
<head>
44
<title>Test</title>
55
<meta charset="UTF-8" />

tests/arabic-ligatures.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html style="--USER__view: readium-scroll-on; --USER__advancedSettings: readium-advanced-on; --USER__ligatures: none;" dir="rtl" lang="ar">
2+
<html style="--USER__view: readium-scroll-on; --USER__ligatures: none;" dir="rtl" lang="ar">
33
<head>
44
<title>Test</title>
55
<meta charset="UTF-8" />

tests/font-size.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html style="--USER__view: readium-scroll-on; --USER__advancedSettings: readium-advanced-on; --USER__fontSize: 200%;">
2+
<html style="--USER__view: readium-scroll-on; --USER__fontSize: 200%;">
33
<head>
44
<title>Test</title>
55
<meta charset="UTF-8" />

tests/hyphens.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html style="--USER__view: readium-scroll-on; --USER__advancedSettings: readium-advanced-on; --USER__textAlign: justify; --USER__bodyHyphens: none;">
2+
<html lang="en" style="--USER__view: readium-scroll-on; --USER__textAlign: justify; --USER__bodyHyphens: auto;">
33

44
<head>
55
<title>Test</title>

tests/letter-spacing-cjk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html style="--USER__view: readium-scroll-on; --USER__advancedSettings: readium-advanced-on; --USER__letterSpacing: 1rem;">
2+
<html style="--USER__view: readium-scroll-on; --USER__letterSpacing: 1rem;">
33
<head>
44
<title>Test</title>
55
<meta charset="UTF-8" />

tests/letter-spacing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html style="--USER__view: readium-scroll-on; --USER__advancedSettings: readium-advanced-on; --USER__letterSpacing: 0.5rem;">
2+
<html style="--USER__view: readium-scroll-on; --USER__letterSpacing: 0.5rem;">
33
<head>
44
<title>Test</title>
55
<meta charset="UTF-8" />

tests/line-height.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html style="--USER__view: readium-scroll-on; --USER__advancedSettings: readium-advanced-on; --USER__lineHeight: 2;">
2+
<html style="--USER__view: readium-scroll-on; --USER__lineHeight: 2;">
33
<head>
44
<title>Test</title>
55
<meta charset="UTF-8" />

tests/no-ruby.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html style="--USER__view: readium-scroll-on; --USER__advancedSettings: readium-advanced-on; --USER__noRuby: readium-noRuby-on;">
2+
<html style="--USER__view: readium-scroll-on; --USER__noRuby: readium-noRuby-on;">
33
<head>
44
<title>Test</title>
55
<meta charset="UTF-8" />

tests/para-spacing-vertical.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html style="--USER__view: readium-scroll-on; --USER__advancedSettings: readium-advanced-on; --USER__paraSpacing: 2rem;">
2+
<html style="--USER__view: readium-scroll-on; --USER__paraSpacing: 2rem;">
33
<head>
44
<title>Test</title>
55
<meta charset="UTF-8" />

tests/para-spacing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html style="--USER__view: readium-scroll-on; --USER__advancedSettings: readium-advanced-on; --USER__paraSpacing: 2rem;">
2+
<html style="--USER__view: readium-scroll-on; --USER__paraSpacing: 2rem;">
33
<head>
44
<title>Test</title>
55
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)