aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextedit/data/embeddedImagesLocalError.qml
blob: 869ef455dfd342cc365e32d8059e2ddc8481cef2 (plain)
1
2
3
4
5
6
import QtQuick

TextEdit {
    textFormat: TextEdit.RichText
    text: "<img src='http/notexists.png'>"
}