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

Side by Side Diff: LayoutTests/fast/regions/crash-div-outside-body-vertical-rl.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 <html>
3 <head>
4 <title>118587 - ASSERTION FAILED: layoutState-&gt;m_renderer == this in WebCore::RenderBlock::offsetFromLogicalTopOfFirstPage</title>
5 </head>
6
7 <div style="-webkit-flow-into: flow" >FAIL: this should not be visible as it 's not flowed anywhere.</div>
8 <body style="-webkit-writing-mode: vertical-rl;">PASS: test for <a href="htt ps://bugs.webkit.org/show_bug.cgi?id=118587">118587</a> - passes if it doesn't c rash or assert.</body>
9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698