Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/writing-mode/orthogonal-writing-modes-floats-crash.html

Issue 2025543002: Fix when orthogonal writing mode roots have floating siblings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 3rd option Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div id="header">
3 <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 cr ash crbug.com/604095: Passes if it doesn't crash</span>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 document.body.offsetTop;
8 </script>
9 <style>
10 html {
11 writing-mode:vertical-rl;
12 }
13 #h {
14 writing-mode: horizontal-tb;
15 background-color: green;
16 }
17 </style>
18 <div id="h">Text</div>
19 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698