Skip to content

Commit 176b089

Browse files
committed
Bug 1882709 - Add a reftest for this bug. r=morgan
Depends on D203253 Differential Revision: https://phabricator.services.mozilla.com/D203254
1 parent d76bce5 commit 176b089

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

layout/reftests/high-contrast/reftest.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ pref(ui.use_standins_for_native_colors,false) pref(browser.display.use_system_co
103103

104104
# Forced color adjust
105105
pref(layout.css.forced-color-adjust.enabled,true) == backplate-force-color-adjust.html backplate-force-color-adjust-ref.html
106+
== transparent-textarea.html transparent-textarea-ref.html
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!doctype html>
2+
<pre>
3+
PASS
4+
</pre>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!doctype html>
2+
<style>
3+
textarea {
4+
color: transparent;
5+
background: unset;
6+
border: none;
7+
resize: none;
8+
padding: 0;
9+
position: absolute;
10+
}
11+
</style>
12+
<textarea>
13+
FAIL
14+
</textarea>
15+
<pre>
16+
PASS
17+
</pre>

0 commit comments

Comments
 (0)