| Index: third_party/WebKit/LayoutTests/fast/forms/select-generated-content.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-generated-content.html b/third_party/WebKit/LayoutTests/fast/forms/select-generated-content.html
|
| deleted file mode 100644
|
| index 92d47a2b2dbd0d6fb061062b26d40655075b59e8..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/select-generated-content.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<style>
|
| -.s1::before { display: table; content: counter(section); }
|
| -.s2::after { display: table; content: counter(section); }
|
| -</style>
|
| -<script>
|
| -function boom() {
|
| - var s1 = document.createElement('select');
|
| - s1.setAttribute('class', 's1');
|
| - document.documentElement.appendChild(s1);
|
| - var s2 = document.createElement('select');
|
| - s2.setAttribute('class', 's2');
|
| - document.documentElement.appendChild(s2);
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -}
|
| -window.onload = boom;
|
| -</script>
|
| -<head>
|
| -<body>PASS unless crash.</body>
|
| -</html>
|
|
|