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

Unified Diff: LayoutTests/fast/css/all-shorthand.html

Issue 339163002: Implemented applyPropertyAll for applying all shorthand property. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/all-shorthand-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/all-shorthand.html
diff --git a/LayoutTests/fast/css/all-shorthand.html b/LayoutTests/fast/css/all-shorthand.html
index e3a300492e1872432c11c4f1340759bbb2a979e8..f558f3b29ddcbe17a93a1fcc911cc3fce6879530 100644
--- a/LayoutTests/fast/css/all-shorthand.html
+++ b/LayoutTests/fast/css/all-shorthand.html
@@ -34,21 +34,19 @@
#target9 { all: unset; }
</style>
<!-- Test for crbug.com/172051: all shorthand property -->
-<!-- The following tests describes current behavior, -->
-<!-- i.e. before implementing all. -->
-<div id='target1'>green color, green background-color</div>
+<div id='target1'>green color, no background-color</div>
<div id='parent'>
- <div id='target2'>red color, red background-color</div>
+ <div id='target2'>green color, no background-color</div>
</div>
<div id='target3'>green color</div>
-<div id='target4'>red color, red background-color</div>
+<div id='target4'>not red color, no background-color</div>
-<div id='target5'>green color, red background-color</div>
+<div id='target5'>green color, no background-color</div>
-<div id='target6'>red color</div>
+<div id='target6'>not red color</div>
<div id='target7'>direction is rtl</div>
« no previous file with comments | « no previous file | LayoutTests/fast/css/all-shorthand-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698