Commit 7e30720e authored by Manuel Rego Casasnovas's avatar Manuel Rego Casasnovas Committed by Commit Bot

[css-ui] Use "Ahem" instead of "ahem" in tests

"ahem" is causing flakiness on Windows, so this patch
just replaces "ahem" by "Ahem" on css-ui WPT tests.

BUG=724392,796733

Change-Id: I956e939790319ec956164f34af8c72f109c528ef
Reviewed-on: https://chromium-review.googlesource.com/940133Reviewed-by: default avatarMorten Stenshorne <mstensho@chromium.org>
Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#539797}
parent 767f5d4f
...@@ -2309,18 +2309,6 @@ crbug.com/792437 external/wpt/css/css-multicol/multicol-rule-outset-000.xht [ Fa ...@@ -2309,18 +2309,6 @@ crbug.com/792437 external/wpt/css/css-multicol/multicol-rule-outset-000.xht [ Fa
crbug.com/636055 external/wpt/css/css-multicol/multicol-span-all-margin-nested-002.xht [ Failure ] crbug.com/636055 external/wpt/css/css-multicol/multicol-span-all-margin-nested-002.xht [ Failure ]
crbug.com/792446 external/wpt/css/css-multicol/multicol-span-float-001.xht [ Failure ] crbug.com/792446 external/wpt/css/css-multicol/multicol-span-float-001.xht [ Failure ]
crbug.com/796733 [ Win ] external/wpt/css/css-ui/outline-004.html [ Pass Failure ]
crbug.com/796733 [ Win ] external/wpt/css/css-ui/text-overflow-001.html [ Pass Failure ]
crbug.com/796733 [ Win ] external/wpt/css/css-ui/text-overflow-002.html [ Pass Failure ]
crbug.com/796733 [ Win ] external/wpt/css/css-ui/text-overflow-003.html [ Pass Failure ]
crbug.com/796733 [ Win ] external/wpt/css/css-ui/text-overflow-004.html [ Pass Failure ]
crbug.com/796733 [ Win ] external/wpt/css/css-ui/text-overflow-007.html [ Pass Failure ]
crbug.com/796733 [ Win ] external/wpt/css/css-ui/text-overflow-013.html [ Pass Failure ]
crbug.com/796733 [ Win ] external/wpt/css/css-ui/text-overflow-014.html [ Pass Failure ]
crbug.com/796733 [ Win ] external/wpt/css/css-ui/text-overflow-015.html [ Pass Failure ]
crbug.com/796733 [ Win ] external/wpt/css/css-ui/text-overflow-016.html [ Pass Failure ]
crbug.com/796733 [ Win ] external/wpt/css/css-ui/text-overflow-020.html [ Pass Failure ]
crbug.com/796668 external/wpt/longtask-timing/longtask-in-sibling-iframe.html [ Skip ] crbug.com/796668 external/wpt/longtask-timing/longtask-in-sibling-iframe.html [ Skip ]
crbug.com/796668 external/wpt/longtask-timing/longtask-in-sibling-iframe-crossorigin.html [ Skip ] crbug.com/796668 external/wpt/longtask-timing/longtask-in-sibling-iframe-crossorigin.html [ Skip ]
......
...@@ -25,7 +25,7 @@ div { ...@@ -25,7 +25,7 @@ div {
background: green; background: green;
line-height: 25px; line-height: 25px;
font-size: 25px; font-size: 25px;
font-family: ahem; font-family: Ahem;
} }
</style> </style>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
div { div {
font-size: 100px; font-size: 100px;
line-height: 1; line-height: 1;
font-family: ahem; font-family: Ahem;
overflow: hidden; overflow: hidden;
width: 0.5em; width: 0.5em;
color: green; color: green;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.test { .test {
overflow: hidden; overflow: hidden;
white-space: pre; white-space: pre;
font: 100px/1 ahem; font: 100px/1 Ahem;
width: 2em; width: 2em;
} }
.green { .green {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<style> <style>
.test { .test {
white-space: pre; white-space: pre;
font: 50px/1 ahem; font: 50px/1 Ahem;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
width: 2.5em; /* We will be fitting 2em worth of characters in a 2.5em space, to see where the extra .5em goes. It should be after, not between the characters.*/ width: 2.5em; /* We will be fitting 2em worth of characters in a 2.5em space, to see where the extra .5em goes. It should be after, not between the characters.*/
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
--> -->
<style> <style>
.test { .test {
font: 100px/1 ahem; font: 100px/1 Ahem;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
width: 0.5em; width: 0.5em;
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
} }
.test { .test {
white-space: pre; white-space: pre;
font-family: ahem; font-family: Ahem;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
width: 5.2em; /* making this 5.2em rather than 5em, to ensure that the atomic inline gets entirely hidden even if it is only partially obstructing */ width: 5.2em; /* making this 5.2em rather than 5em, to ensure that the atomic inline gets entirely hidden even if it is only partially obstructing */
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<style> <style>
.test { .test {
white-space: pre; white-space: pre;
font: 100px/1 ahem; font: 100px/1 Ahem;
color: green; color: green;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: pre; white-space: pre;
font: 100px/1 ahem; font: 100px/1 Ahem;
color: green; color: green;
/* 2em width and starting with a space /* 2em width and starting with a space
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space:pre; white-space:pre;
font: 100px/1 ahem; font: 100px/1 Ahem;
color: green; color: green;
/* 2em width and starting with a space /* 2em width and starting with a space
......
...@@ -13,7 +13,7 @@ div { ...@@ -13,7 +13,7 @@ div {
width: 100px; width: 100px;
height: 100px; height: 100px;
white-space: pre; white-space: pre;
font: 20px/1 ahem; font: 20px/1 Ahem;
color: green; color: green;
background: url("support/1x1-red.png") top right / 1em 1em no-repeat, green; background: url("support/1x1-red.png") top right / 1em 1em no-repeat, green;
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
width: 100px; width: 100px;
white-space: pre; white-space: pre;
font: 50px/1 ahem; font: 50px/1 Ahem;
height: 20px; height: 20px;
position: relative; position: relative;
} }
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
width: 2.5em; width: 2.5em;
height: 1em; height: 1em;
white-space: pre; white-space: pre;
font: 100px/1 ahem; font: 100px/1 Ahem;
color: blue; color: blue;
} }
#discard { #discard {
......
...@@ -16,7 +16,7 @@ div { ...@@ -16,7 +16,7 @@ div {
} }
div > p { div > p {
white-space: pre; white-space: pre;
font: 40px/1 ahem; font: 40px/1 Ahem;
color: green; color: green;
background: red; background: red;
margin: 0; margin: 0;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#parent { #parent {
position: absolute; position: absolute;
top: 0; left: 0; top: 0; left: 0;
font: 50px / 1 ahem ; font: 50px/1 Ahem ;
overflow: hidden; overflow: hidden;
width: 3em; width: 3em;
text-overflow: ellipsis; text-overflow: ellipsis;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment