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

Side by Side Diff: LayoutTests/fast/css/variables/cssom-delete-expected.html

Issue 18311002: Partial implementation of CSSVariablesMap for CSS Variables CSSOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased onto ToT, cleaned up includes Created 7 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
(Empty)
1 <!doctype html>
2
3 <style>
4 div {
5 background-color: green;
6 border-style: solid;
7 }
8 </style>
9
10 <div>
11 This div should be green with a solid border and no strikethrough.
12 <div>
13 This div should be green with a solid border and no strikethrough.
14 <div>This div should be green with a solid border and no strikethrough.< /div>
15 </div>
16 </div>
17 <pre>Test access after removal:
18 delete border: pass
19 set empty color: pass
20 clear decoration: pass
21 Variable counts after removal: 0 0
22 </pre>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/variables/cssom-delete.html ('k') | LayoutTests/fast/css/variables/cssom-persistence.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698