blob: 1f9cee92273b43b9dd0ccfd1fb0f16bd2ba1ada8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html>
<head>
<style>
* { visibility: collapse; }
</style>
</head>
<body>
/* This test was generated by cluster fuzz. It passes if it does not crash. */
<dialog id=dialog>
<script>
if (window.testRunner)
testRunner.dumpAsTextWithPixelResults();
document.getElementById('dialog').showModal();
</script>
</body>
</html>
|