Chromium Code Reviews

Unified Diff: LayoutTests/fast/css-generated-content/table-before-child-add.html

Issue 6200003: Merge 74987 - Merge 74954 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/css-generated-content/table-before-child-add.html
===================================================================
--- LayoutTests/fast/css-generated-content/table-before-child-add.html (revision 75422)
+++ LayoutTests/fast/css-generated-content/table-before-child-add.html (working copy)
@@ -1,15 +0,0 @@
-<style type="text/css">
- #target::before { content:"NOT";}
-</style>
-<p>
- Should say &ldquo;NOT TEST FAILED&rdquo;
-</p>
-<div id="not-target" style="display: table">
- <div>TEST</div>
-</div> FAILED
-<script>
- document.getElementById("not-target").id = "target";
- document.body.offsetTop;
- document.body.style.color = "red";
-</script>
-

Powered by Google App Engine