mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
b9c1bf761c
And remove some duplicated tests from WPT. Differential Revision: https://phabricator.services.mozilla.com/D75231
11 lines
216 B
HTML
11 lines
216 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
:read-only { color: green; }
|
|
:read-write { color: red; }
|
|
</style>
|
|
<body onload="document.designMode='on';document.designMode='off'">
|
|
<div>test</div>
|
|
</body>
|
|
</html>
|