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

Side by Side Diff: LayoutTests/editing/execCommand/remove-format-textdecoration-in-iframe-expected.txt

Issue 192373008: ASSERTION FAILED: !style->propertyIsImportant(propertyID) in WebCore::setTextDecorationProperty (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 This testcase is to test crash scenario when designMode is set on document and R emoveFormat is called. Expected result is that crash should not happen and under line should be removed from all the selected text
2 | "<#selection-anchor>This Test should not crash.
3 "
4 | <iframe>
5 | onload="selectAndRemoveFormat()"
6 | "
7 "
8 | <p>
9 | "PASS"
10 | "
11 "
12
13 FRAME 0:
14 | <head>
15 | <body>
OLDNEW
« no previous file with comments | « LayoutTests/editing/execCommand/remove-format-textdecoration-in-iframe.html ('k') | Source/core/editing/ApplyStyleCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698