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

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

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 function start() { if (window.testRunner) testRunner.dumpAsText(); var html = do cument.createElement('html'); html.innerHTML = 'x<style>*{ float: right; }'; var body = html.children[1]; document.body = body; document.body.offsetTop; documen t.body.innerHTML = '<style>*{ all: initial; }'; document.body.style.writingMode = 'vertical-rl'; } *{ all: initial; }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698