Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-1.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-1.html b/third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-1.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..70c5c31b3b441fb342e562e685f2ed82113c5b2e |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-1.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE html> |
|
mstensho (USE GERRIT)
2016/01/25 09:17:07
Can you add a "-crash" suffix to the file names, s
|
| +<p>PASS if no crash or assertion failure.</p> |
| +<div style="display:table-row-group;"> |
| + <div></div> |
| + <div id="splitter" style="display:none;"></div> |
| + <div style="display:inline-block; width:75px; height:50%; background:blue;"></div> |
| +</div> |
| +<script> |
| + if (window.testRunner) |
| + testRunner.dumpAsText(); |
| + document.body.offsetTop; |
| + document.getElementById("splitter").style.display = "table-row"; |
| +</script> |