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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt

Issue 1430013002: Parse webkit-text-stroke shorthand in CSSPropertyParser with CSSParserTokens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test for http://bugs.webkit.org/show_bug.cgi?id=9284 Quirksmode (CSS1): Removing inline border styles is impossible. 1 Test for http://bugs.webkit.org/show_bug.cgi?id=9284 Quirksmode (CSS1): Removing inline border styles is impossible.
2 2
3 Starting with a declaration containing all properties that are constituents of s hortcuts, see what is removed when a shortcut property is removed. The shortcut’ s constituents and only them should be removed. 3 Starting with a declaration containing all properties that are constituents of s hortcuts, see what is removed when a shortcut property is removed. The shortcut’ s constituents and only them should be removed.
4 4
5 Removing background 5 Removing background
6 removes "background" 6 removes "background"
7 and adds "". 7 and adds "".
8 Removing background-position 8 Removing background-position
9 removes "background" 9 removes "background"
10 and adds "background-image, background-attachment, background-color, background- size, background-origin, background-clip, background-repeat". 10 and adds "background-image, background-attachment, background-color, background- size, background-origin, background-clip, background-repeat".
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 Removing -webkit-mask-position 62 Removing -webkit-mask-position
63 removes "-webkit-mask" 63 removes "-webkit-mask"
64 and adds "-webkit-mask-image, -webkit-mask-repeat-x, -webkit-mask-repeat-y". 64 and adds "-webkit-mask-image, -webkit-mask-repeat-x, -webkit-mask-repeat-y".
65 Removing overflow 65 Removing overflow
66 removes "overflow" 66 removes "overflow"
67 and adds "". 67 and adds "".
68 Removing padding 68 Removing padding
69 removes "padding" 69 removes "padding"
70 and adds "". 70 and adds "".
71 Removing -webkit-text-stroke 71 Removing -webkit-text-stroke
72 removes "-webkit-text-stroke-color, -webkit-text-stroke-width" 72 removes "-webkit-text-stroke-width, -webkit-text-stroke-color"
73 and adds "". 73 and adds "".
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698