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

Side by Side Diff: LayoutTests/fast/runin/generated2.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>x</p>
8 <div id="target">
9 <div id="inner"> &lt; this should say still say &ldquo;PASS&rdquo;</div>
10 </div>
11 <script>
12 // Force layout.
13 document.body.offsetTop;
14
15 // Cause a layout of the inner div.
16 document.getElementById('inner').style.color = 'blue';
17 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/runin/generated-expected.txt ('k') | LayoutTests/fast/runin/generated2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698