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

Side by Side Diff: LayoutTests/editing/execCommand/insert-list-with-noneditable-content-expected.txt

Issue 1232593004: Don't resolve extended color keywords during parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test expectations fixups. Created 5 years, 5 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 | Annotate | Revision Log
OLDNEW
1 This tests list creation in an editable context but across non-editable content. Editable content should be pulled into the list and not crash. 1 This tests list creation in an editable context but across non-editable content. Editable content should be pulled into the list and not crash.
2 | <ul> 2 | <ul>
3 | <li> 3 | <li>
4 | "Editabl<#selection-anchor>e paragraph containing a " 4 | "Editabl<#selection-anchor>e paragraph containing a "
5 | <span> 5 | <span>
6 | style="background-color: rgb(211, 211, 211);" 6 | style="background-color: lightgray;"
7 | "non-editable" 7 | "non-editable"
8 | " in the middle" 8 | " in the middle"
9 | <br> 9 | <br>
10 | <li> 10 | <li>
11 | "Anothe<#selection-focus>r editable paragraph." 11 | "Anothe<#selection-focus>r editable paragraph."
12 | <br> 12 | <br>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/parsing-text-emphasis.html » ('j') | Source/core/dom/TextLinkColors.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698