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

Unified 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, 7 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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/first-letter-stylechange-isnt-reattach-assert.html
diff --git a/LayoutTests/fast/css/first-letter-stylechange-isnt-reattach-assert.html b/LayoutTests/fast/css/first-letter-stylechange-isnt-reattach-assert.html
new file mode 100644
index 0000000000000000000000000000000000000000..dc8e7be25676308772b8fc465263006bb22ab4ec
--- /dev/null
+++ b/LayoutTests/fast/css/first-letter-stylechange-isnt-reattach-assert.html
@@ -0,0 +1,14 @@
+<style>
+body {
+ text-decoration: line-through;
+ padding: 1vw;
+}
+body::first-letter {
+ shape-margin: 1;
+}
+</style>
+Test Passes if no crash.
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
« 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