summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/file_bug386782_contenteditable.html
blob: 4515d015d9c1045eca16e435af1183f6f8d90b9c (plain)
1
<html><head><meta charset="utf-8"><script>window.addEventListener("pageshow", function(event) { window.opener.postMessage({persisted: event.persisted}, "*"); });</script></head><body contentEditable="true"><p>contentEditable</p></body></html>