| Index: third_party/WebKit/LayoutTests/fast/writing-mode/orthogonal-writing-modes-floats-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/writing-mode/orthogonal-writing-modes-floats-crash.html b/third_party/WebKit/LayoutTests/fast/writing-mode/orthogonal-writing-modes-floats-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..482fa4bf9f1a5eba460c727e738fc5c1311edc0c
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/writing-mode/orthogonal-writing-modes-floats-crash.html
|
| @@ -0,0 +1,19 @@
|
| +<!DOCTYPE html>
|
| +<div id="header">
|
| + <span style="float:left;"> crbug.com/604095: Passes if it doesn't crash crbug.com/604095: Passes if it doesn't crash crbug.com/604095: Passes if it doesn't crash crbug.com/604095: Passes if it doesn't crash</span>
|
| + <script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| + document.body.offsetTop;
|
| + </script>
|
| + <style>
|
| + html {
|
| + writing-mode:vertical-rl;
|
| + }
|
| + #h {
|
| + writing-mode: horizontal-tb;
|
| + background-color: green;
|
| + }
|
| + </style>
|
| + <div id="h">Text</div>
|
| +</div>
|
|
|