We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4c2e7c + c678b8e commit c8915fcCopy full SHA for c8915fc
gwt-material/src/test/java/gwt/material/design/client/mixin/TextMixinTest.java
@@ -54,6 +54,7 @@ protected void runTest(TextMixin<MaterialLabel> mixin) {
54
mixin.setText("<script>alert('xss')</script>");
55
assertEquals("<script>alert('xss')</script>", mixin.getText());
56
57
+
58
// Test setText(SafeHtml)
59
String anchorTag = "<a>test</a>";
60
SafeHtmlBuilder builder = new SafeHtmlBuilder();
0 commit comments