aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquicktextedit/data/embeddedImagesLocalError.qml
blob: 067b6d72da16526df0d1a16bb9a17323eb6a893d (plain)
1
2
3
4
5
6
import QtQuick 2.0

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