mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-15 12:30:58 +00:00
9 lines
217 B
HTML
9 lines
217 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Test: button element is never affected by :-moz-ui-valid. -->
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body>
|
|
<button class='notvalid'></button>
|
|
</body>
|
|
</html>
|