mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 05:39:41 +02:00
Automatic update from web-platform-tests[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/940133 Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#539797} wpt-commits: 98f6f9bde502771ce9939d24f27ca823351adb33 wpt-pr: 9712 wpt-commits: 98f6f9bde502771ce9939d24f27ca823351adb33 wpt-pr: 9712
17 lines
384 B
HTML
17 lines
384 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>Reference File</title>
|
|
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
|
|
<style>
|
|
div {
|
|
font-size: 100px;
|
|
line-height: 1;
|
|
font-family: Ahem;
|
|
overflow: hidden;
|
|
width: 0.5em;
|
|
color: green;
|
|
}
|
|
</style>
|
|
|
|
<p>Test passes if there is a filled green rectangle and <strong>no red</strong>.</p>
|
|
<div>x</div>
|