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

Unified Diff: LayoutTests/fast/runin/generated-content-crash.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, 2 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 | « LayoutTests/fast/runin/generated.html ('k') | LayoutTests/fast/runin/generated-content-crash-expected.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/runin/generated-content-crash.html
diff --git a/LayoutTests/fast/runin/generated-content-crash.html b/LayoutTests/fast/runin/generated-content-crash.html
deleted file mode 100755
index 33f488c9a741458966e47297edd55aaa6ad3c4f5..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/runin/generated-content-crash.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html style="font-family: ahem; font-size: 50px; -webkit-font-smoothing: none;">
-<!-- 'A' orange box should be inside the green box, which in turn is inside the purple box. -->
-<body>
-<style>
-#div1:before {
- display: run-in;
- content: 'A';
- color: orange;
-}
-</style>
-<div id="div1" style="display: inline-block; border: 10px solid purple">
-<div style="border: 10px solid green"></div>
-</div>
-</body>
-</html>
« no previous file with comments | « LayoutTests/fast/runin/generated.html ('k') | LayoutTests/fast/runin/generated-content-crash-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698