qutebrowser/tests/javascript/position_caret/invisible.html

6 lines
167 B
HTML
Raw Normal View History

2015-05-12 19:15:16 +02:00
{% extends "base.html" %}
{% block content %}
<p style="{{style}}">This line is hidden.</p>
<p>MARKER this should be the paragraph the caret is on.</p>
{% endblock %}