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

Side by Side Diff: LayoutTests/animations/pseudo-element-animation-with-rems.html

Issue 170283003: Attempt to fix issue 344300 by guarding against rootStyle being null. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more information test body Created 6 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/animations/pseudo-element-animation-with-rems-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 }
7 </script>
8 <style>
9 @-webkit-keyframes anim {
10 42% {
11 -webkit-border-horizontal-spacing: 42rem;
12 }
13 }
14 body::first-letter {
15 -webkit-animation-name: anim;
16 }
17 </style>
18 </head>
19 <body>
20 This test passes if it does not crash.
21 </body>
22 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/animations/pseudo-element-animation-with-rems-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698