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

Side by Side Diff: LayoutTests/http/tests/css/shared-stylesheet-mutation-expected.txt

Issue 1153493002: Remove CSSKeyframesRule.insertRule() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 5 years, 7 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
1 CONSOLE WARNING: 'CSSKeyframesRule.insertRule()' is deprecated and will be remov ed in M45, around August 2015. Please use 'CSSKeyframesRule.appendRule()' instea d.
2 The test loads the same stylesheet to different frames and then mutates them. Th e mutations should not affect other frames. 1 The test loads the same stylesheet to different frames and then mutates them. Th e mutations should not affect other frames.
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 Test 0 6 Test 0
8 -------------------------------------- 7 --------------------------------------
9 PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)' 8 PASS getComputedStyle(testElement, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
10 9
11 #testdiv { background-color: green; } 10 #testdiv { background-color: green; }
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 @-webkit-keyframes bounce { 245 @-webkit-keyframes bounce {
247 0% { left: 0px; } 246 0% { left: 0px; }
248 100% { left: 200px; } 247 100% { left: 200px; }
249 } 248 }
250 @font-face { font-family: Bar; } 249 @font-face { font-family: Bar; }
251 250
252 PASS successfullyParsed is true 251 PASS successfullyParsed is true
253 252
254 TEST COMPLETE 253 TEST COMPLETE
255 254
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698