aboutsummaryrefslogtreecommitdiff
path: root/test/html/render
diff options
context:
space:
mode:
Diffstat (limited to 'test/html/render')
-rw-r--r--test/html/render/img-aspect-ratio-div.html2
-rw-r--r--test/html/render/img-aspect-ratio-div.ref.html2
-rw-r--r--test/html/render/img-aspect-ratio-mix-border.html6
-rw-r--r--test/html/render/img-aspect-ratio-mix-border.ref.html6
-rw-r--r--test/html/render/img-aspect-ratio-mix-margin.html6
-rw-r--r--test/html/render/img-aspect-ratio-mix-margin.ref.html6
-rw-r--r--test/html/render/img-aspect-ratio-mix.html6
-rw-r--r--test/html/render/img-aspect-ratio-mix.ref.html6
8 files changed, 20 insertions, 20 deletions
diff --git a/test/html/render/img-aspect-ratio-div.html b/test/html/render/img-aspect-ratio-div.html
index b92a9751..95a583f3 100644
--- a/test/html/render/img-aspect-ratio-div.html
+++ b/test/html/render/img-aspect-ratio-div.html
@@ -17,7 +17,7 @@
div.small {
max-width: 64px;
}
- /* Even if we are specifiying the image to have 100% height, the image
+ /* Even if we are specifying the image to have 100% height, the image
* must not extend to all the available height of the div.out container.
* It should continue to keep the aspect ratio as the width is constrained
* to 64 px, so it should be 64 px tall. */
diff --git a/test/html/render/img-aspect-ratio-div.ref.html b/test/html/render/img-aspect-ratio-div.ref.html
index b4f01c42..e3477231 100644
--- a/test/html/render/img-aspect-ratio-div.ref.html
+++ b/test/html/render/img-aspect-ratio-div.ref.html
@@ -17,7 +17,7 @@
div.small {
max-width: 64px;
}
- /* Even if we are specifiying the image to have 100% height, the image
+ /* Even if we are specifying the image to have 100% height, the image
* must not extend to all the available height of the div.out container.
* It should continue to keep the aspect ratio as the width is constrained
* to 64 px, so it should be 64 px tall. */
diff --git a/test/html/render/img-aspect-ratio-mix-border.html b/test/html/render/img-aspect-ratio-mix-border.html
index 38cd25e8..94877a7e 100644
--- a/test/html/render/img-aspect-ratio-mix-border.html
+++ b/test/html/render/img-aspect-ratio-mix-border.html
@@ -12,17 +12,17 @@
<div>
<p>All images should be 32px by 32px like this one:</p>
<img src="pic.png" style="width:32px;height:32px;">
- <p>Only one max-* contraint</p>
+ <p>Only one max-* constraint</p>
<img src="pic.png" style="max-width :32px;">
<img src="pic.png" style="max-height:32px;">
<img src="pic.png" style="max-width :5%;">
<img src="pic.png" style="max-height:5%;">
- <p>One max-* and fixed size contraint</p>
+ <p>One max-* and fixed size constraint</p>
<img src="pic.png" style="height:32px; max-width:256px">
<img src="pic.png" style="height:5%; max-width:256px">
<img src="pic.png" style="max-height:256px; width:32px">
<img src="pic.png" style="max-height:256px; width:5%">
- <p>Two max-* contraints</p>
+ <p>Two max-* constraints</p>
<img src="pic.png" style="max-height:32px; max-width:256px">
<img src="pic.png" style="max-height:5%; max-width:256px">
<img src="pic.png" style="max-height:256px; max-width:32px">
diff --git a/test/html/render/img-aspect-ratio-mix-border.ref.html b/test/html/render/img-aspect-ratio-mix-border.ref.html
index 775c8cb2..60c2befa 100644
--- a/test/html/render/img-aspect-ratio-mix-border.ref.html
+++ b/test/html/render/img-aspect-ratio-mix-border.ref.html
@@ -12,17 +12,17 @@
<div>
<p>All images should be 32px by 32px like this one:</p>
<img src="pic.png" style="width:32px;height:32px;">
- <p>Only one max-* contraint</p>
+ <p>Only one max-* constraint</p>
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
- <p>One max-* and fixed size contraint</p>
+ <p>One max-* and fixed size constraint</p>
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
- <p>Two max-* contraints</p>
+ <p>Two max-* constraints</p>
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
diff --git a/test/html/render/img-aspect-ratio-mix-margin.html b/test/html/render/img-aspect-ratio-mix-margin.html
index af06cd76..a7454f94 100644
--- a/test/html/render/img-aspect-ratio-mix-margin.html
+++ b/test/html/render/img-aspect-ratio-mix-margin.html
@@ -12,17 +12,17 @@
<div>
<p>All images should be 32px by 32px like this one:</p>
<img src="pic.png" style="width:32px;height:32px;">
- <p>Only one max-* contraint</p>
+ <p>Only one max-* constraint</p>
<img src="pic.png" style="max-width :32px;">
<img src="pic.png" style="max-height:32px;">
<img src="pic.png" style="max-width :5%;">
<img src="pic.png" style="max-height:5%;">
- <p>One max-* and fixed size contraint</p>
+ <p>One max-* and fixed size constraint</p>
<img src="pic.png" style="height:32px; max-width:256px">
<img src="pic.png" style="height:5%; max-width:256px">
<img src="pic.png" style="max-height:256px; width:32px">
<img src="pic.png" style="max-height:256px; width:5%">
- <p>Two max-* contraints</p>
+ <p>Two max-* constraints</p>
<img src="pic.png" style="max-height:32px; max-width:256px">
<img src="pic.png" style="max-height:5%; max-width:256px">
<img src="pic.png" style="max-height:256px; max-width:32px">
diff --git a/test/html/render/img-aspect-ratio-mix-margin.ref.html b/test/html/render/img-aspect-ratio-mix-margin.ref.html
index 36207ab6..58ee45d1 100644
--- a/test/html/render/img-aspect-ratio-mix-margin.ref.html
+++ b/test/html/render/img-aspect-ratio-mix-margin.ref.html
@@ -12,17 +12,17 @@
<div>
<p>All images should be 32px by 32px like this one:</p>
<img src="pic.png" style="width:32px;height:32px;">
- <p>Only one max-* contraint</p>
+ <p>Only one max-* constraint</p>
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
- <p>One max-* and fixed size contraint</p>
+ <p>One max-* and fixed size constraint</p>
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
- <p>Two max-* contraints</p>
+ <p>Two max-* constraints</p>
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
diff --git a/test/html/render/img-aspect-ratio-mix.html b/test/html/render/img-aspect-ratio-mix.html
index 8adc2867..89313a89 100644
--- a/test/html/render/img-aspect-ratio-mix.html
+++ b/test/html/render/img-aspect-ratio-mix.html
@@ -11,17 +11,17 @@
<div>
<p>All images should be 32px by 32px like this one:</p>
<img src="pic.png" style="width:32px;height:32px;">
- <p>Only one max-* contraint</p>
+ <p>Only one max-* constraint</p>
<img src="pic.png" style="max-width :32px;">
<img src="pic.png" style="max-height:32px;">
<img src="pic.png" style="max-width :5%;">
<img src="pic.png" style="max-height:5%;">
- <p>One max-* and fixed size contraint</p>
+ <p>One max-* and fixed size constraint</p>
<img src="pic.png" style="height:32px; max-width:256px">
<img src="pic.png" style="height:5%; max-width:256px">
<img src="pic.png" style="max-height:256px; width:32px">
<img src="pic.png" style="max-height:256px; width:5%">
- <p>Two max-* contraints</p>
+ <p>Two max-* constraints</p>
<img src="pic.png" style="max-height:32px; max-width:256px">
<img src="pic.png" style="max-height:5%; max-width:256px">
<img src="pic.png" style="max-height:256px; max-width:32px">
diff --git a/test/html/render/img-aspect-ratio-mix.ref.html b/test/html/render/img-aspect-ratio-mix.ref.html
index 464767dd..6792cce5 100644
--- a/test/html/render/img-aspect-ratio-mix.ref.html
+++ b/test/html/render/img-aspect-ratio-mix.ref.html
@@ -11,17 +11,17 @@
<div>
<p>All images should be 32px by 32px like this one:</p>
<img src="pic.png" style="width:32px;height:32px;">
- <p>Only one max-* contraint</p>
+ <p>Only one max-* constraint</p>
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
- <p>One max-* and fixed size contraint</p>
+ <p>One max-* and fixed size constraint</p>
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
- <p>Two max-* contraints</p>
+ <p>Two max-* constraints</p>
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">
<img src="pic.png" style="width:32px;height:32px;">