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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-pseudo-element-animation-expected.html

Issue 2150413002: Use node() when generating element id's (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 div {
4 width: 100px;
5 height: 100px;
6 background: orange;
7 }
8 div::before {
9 content: ":)";
10 transform: translateX(20px);
11 transition-property: transform;
12 transition-duration: 1ms;
13 display: block;
14 }
15 </style>
16 <div></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698