mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Bug 558981: Make reftests/text-decoration/underline-block-propagation-2-standards not dependent on system widget themes. r=dbaron
This commit is contained in:
parent
13b6d2c830
commit
a70ff5517a
@ -1,12 +1,16 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html><head>
|
||||
<title>More tests of propagation of text-decoration</title>
|
||||
<style>
|
||||
textarea { -moz-appearance: none }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- t-d should not propagate to the content of a form control -->
|
||||
<form>
|
||||
<span style="text-decoration:underline">This text should be underlined.</span><br>
|
||||
<textarea rows="2" cols="40">This text should not be underlined.</textarea
|
||||
><span style="display:inline-block;width:10px;text-decoration:underline"> </span
|
||||
><textarea rows="2" cols="40" style="text-decoration:line-through"
|
||||
>This text should be struck out.</textarea>
|
||||
<p style="text-decoration:underline">This text should also be underlined.</p>
|
||||
|
@ -1,6 +1,10 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html><head>
|
||||
<title>More tests of propagation of text-decoration</title>
|
||||
<style>
|
||||
textarea { -moz-appearance: none }
|
||||
textarea + textarea { margin-left: 10px }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- t-d should not propagate to the content of a form control -->
|
||||
|
Loading…
Reference in New Issue
Block a user