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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/writing-mode/orthogonal-writing-modes-in-layoutview-with-floats-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/writing-mode/orthogonal-writing-modes-in-layoutview-with-floats-expected.txt b/third_party/WebKit/LayoutTests/fast/writing-mode/orthogonal-writing-modes-in-layoutview-with-floats-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ef7c287898f3ba56075a6543c7370f22d054a59b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/writing-mode/orthogonal-writing-modes-in-layoutview-with-floats-expected.txt
@@ -0,0 +1 @@
+function start() { if (window.testRunner) testRunner.dumpAsText(); var html = document.createElement('html'); html.innerHTML = 'x<style>*{ float: right; }'; var body = html.children[1]; document.body = body; document.body.offsetTop; document.body.innerHTML = '<style>*{ all: initial; }'; document.body.style.writingMode = 'vertical-rl'; } *{ all: initial; }

Powered by Google App Engine
This is Rietveld 408576698