qutebrowser/tests/unit/javascript/position_caret/simple.html

5 lines
121 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
<p>MARKER this should be the paragraph the caret is on.</p>
{% endblock %}