| Index: LayoutTests/compositing/writing-mode-bt-overflow-expected.html
|
| diff --git a/LayoutTests/compositing/writing-mode-bt-overflow-expected.html b/LayoutTests/compositing/writing-mode-bt-overflow-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b443ad415921a7078778df18fdd9564a163b3cce
|
| --- /dev/null
|
| +++ b/LayoutTests/compositing/writing-mode-bt-overflow-expected.html
|
| @@ -0,0 +1,7 @@
|
| +<!DOCTYPE html>
|
| +<p>The word 'PASS' should be seen below.</p>
|
| +<div style="width:10em; height:10em; background:white;"></div>
|
| +<div style="-webkit-writing-mode:horizontal-bt; height:12em;">
|
| + <div style="height:12em;"></div>
|
| + PASS
|
| +</div>
|
|
|