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

Side by Side Diff: LayoutTests/fast/runin/generated.html

Issue 53373003: Remove display:run-in as per https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/_tHSX… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <style>
2 #target:before {
3 content: "PASS";
4 display: run-in;
5 }
6 </style>
7 <p>
8 Test for <i><a href="rdar://problem/6777374">rdar://problem/6777374</a>
9 Generated content with display: run-in causes a crash</i>.
10 </p>
11 <div id="target">
12 <div> &lt; this should say &ldquo;PASS&rdquo;</div>
13 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/runin/crash-when-reparent-sibling-expected.txt ('k') | LayoutTests/fast/runin/generated-content-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698