Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / number / number-content-url-crash.html
blob5e96a15e19acaafd80d55dc6bce61bb31050fb1b
1 <!doctype html>
2 <head>
3 <style>
4 input::-webkit-textfield-decoration-container {
5 content: url("") !important;
7 </style>
8 <script>
9 if (window.testRunner)
10 testRunner.dumpAsText();
11 </script>
12 </head>
13 <body>
14 <!-- [bug 101133] https://bugs.webkit.org/show_bug.cgi?id=101133 -->
15 <!-- Crash when replacing parts of text inputs with content: url(...) -->
16 <!-- If this test passes, we can see juast "PASS". -->
17 <input type="number">
18 PASS
19 </body>