blob: 5e96a15e19acaafd80d55dc6bce61bb31050fb1b [file] [log] [blame]
<!doctype html>
<head>
<style>
input::-webkit-textfield-decoration-container {
content: url("") !important;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<!-- [bug 101133] https://bugs.webkit.org/show_bug.cgi?id=101133 -->
<!-- Crash when replacing parts of text inputs with content: url(...) -->
<!-- If this test passes, we can see juast "PASS". -->
<input type="number">
PASS
</body>