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

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

Issue 2064743003: Remove floats from LayoutView in removeFloatingOrPositionedChildFromBlockLists (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: 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 <script>
3 function start() {
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 var html = document.createElement('html');
7 html.innerHTML = 'x<style>*{ float: right; }';
8 var body = html.children[1];
9 document.body = body;
10 document.body.offsetTop;
11
12 document.body.innerHTML = '<style>*{ all: initial; }';
13 document.body.style.writingMode = 'vertical-rl';
14 }
15 </script>
16 <body onload="start()"></body>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/writing-mode/orthogonal-writing-modes-in-layoutview-with-floats-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698