Chromium Code Reviews| Index: LayoutTests/fast/ruby/list-item-marker-in-block-ruby.html |
| diff --git a/LayoutTests/fast/ruby/list-item-marker-in-block-ruby.html b/LayoutTests/fast/ruby/list-item-marker-in-block-ruby.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e898b678427e062e2d2ef87ba8172f07bdbd80c5 |
| --- /dev/null |
| +++ b/LayoutTests/fast/ruby/list-item-marker-in-block-ruby.html |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
| +<script> |
| + if (window.testRunner) |
| + testRunner.dumpAsText(); |
| +</script> |
|
dsinclair
2014/10/15 12:58:59
Can you add a description of what this is testing?
mstensho (USE GERRIT)
2014/10/15 17:49:55
Done.
|
| +<div style="display:list-item;"> |
| + <ruby style="display:block;">PASS if no crash or assertion failure.</ruby> |
| +</div> |