blob: 4dd1ce15996d7ac8a967ae218c4c7dfad8704984 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html><head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head><body>
<p>This shouldn't crash.</p>
<button style="display: -webkit-box;">Button</button>
</body></html>
|