| <!DOCTYPE html> | |
| <head> | |
| <style> | |
| * { | |
| border-image-source: url(foo); | |
| background-position-x: 2147483470%; | |
| font-style: normal; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <i>PASS if Blink doesn't crash.</i> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| document.designMode = 'on'; | |
| document.execCommand('SelectAll'); | |
| document.execCommand('Cut'); | |
| document.execCommand('Paste'); | |
| </script> | |
| </body> |