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

Side by Side Diff: LayoutTests/fast/css/first-letter-stylechange-isnt-reattach-assert.html

Issue 311633002: Pull up LayoutStateDisabler in updateFirstLetterStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename to layoutStateDisabler Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/css/first-letter-stylechange-isnt-reattach-assert-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <style>
2 body {
3 text-decoration: line-through;
4 padding: 1vw;
5 }
6 body::first-letter {
7 shape-margin: 1;
8 }
9 </style>
10 Test Passes if no crash.
11 <script>
12 if (window.testRunner)
13 testRunner.dumpAsText();
14 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/first-letter-stylechange-isnt-reattach-assert-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698