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

Unified Diff: LayoutTests/fast/css/first-letter-range-insert.html

Issue 1025493002: Turn fast/css/first-letter-range-insert.html into a dumpAsText test. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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-range-insert-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-range-insert.html
diff --git a/LayoutTests/fast/css/first-letter-range-insert.html b/LayoutTests/fast/css/first-letter-range-insert.html
index 61c95d7b0c804b5db7e24fd7af3742c770815337..d0fd66e73cd93034ce0c8c3c9fbeae929e14d0b8 100644
--- a/LayoutTests/fast/css/first-letter-range-insert.html
+++ b/LayoutTests/fast/css/first-letter-range-insert.html
@@ -8,6 +8,8 @@ div:first-letter {
}
</style>
<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
document.addEventListener("readystatechange", function() {
document.execCommand("SelectAll")
window.getSelection().deleteFromDocument();
« no previous file with comments | « no previous file | LayoutTests/fast/css/first-letter-range-insert-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698