Green Lightning

Results 3 issues of Green Lightning

This change explicitly calls `get()` on `unique_ptr`s when they are used in a `dynamic_cast`. This must be the intended behavior, because the target type of the casts is a regular...

Images referenced from inline CSS are not downloaded. ``` h1 { background-image: url('/background.jpg'); } Example ```

bug

There is a conflict with the search panel if the setting `save_on_focus_lost` is enabled, where the search panel will not show up the first time `CTRL+F` is pressed. Steps to...