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

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: Update comments as per robhogan review Created 4 years, 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/writing-mode/orthogonal-writing-modes-floats-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/writing-mode/orthogonal-writing-modes-floats-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698