gecko-dev/layout/reftests/css-display/display-contents-state-change-ref.html
Emilio Cobos Álvarez 6a17090490 Bug 1351339: Test. r=heycam
Written in a kind-of creative way, but I plan to upstream it to WPT, so this is
the best way I found to do it.

MozReview-Commit-ID: 3GBeZk3uq11

--HG--
extra : rebase_source : 2faf6091f46db09c819b8d9fa5920a35fa8661b7
2017-05-08 03:41:00 +02:00

13 lines
280 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS test reference</title>
<link rel="author" name="Emilio Cobos Álvarez" href="mailto:ecobos@igalia.com">
<style>
div {
color: green;
}
</style>
<div>
This text should be green, there should be no red border at any time.
</div>