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

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

Issue 21006006: Add forEach() to CSSVariablesMap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and review changes Created 7 years, 2 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 <div id="outer" style="background-color: green; border-style: solid;">
4 This div should be green with a solid border.
5 <div style="background-color: green; border-style: solid;">
6 This div should also be green with a solid border.
7 </div>
8 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/variables/cssom-update.html ('k') | LayoutTests/fast/css/variables/cssom-update-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698