blob: 1e501c92d65a2577d9a7866bd8641fe82b8adbcb [file] [log] [blame]
This tests to see if position:sticky and position:fixed don't get converted to position:static and position:absolute upon copy/paste when there is only a partial selection (not the entire body is selected)
Before:
| "\nabc"
| <div>
| style="position: fixed; left: 0px; top: 0px;"
| "def"
| "ghi\n"
After:
| "abc"
| <div>
| style="position: fixed; left: 0px; top: 0px;"
| "def"
| "ghi<#selection-caret>"