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

Side by Side Diff: LayoutTests/fast/dom/StyleSheet/detached-style-pi-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 Bug 45205: Test that <xml-stylesheet> processing instructions only have styleshe ets when in document. 1 Bug 45205: Test that <xml-stylesheet> processing instructions only have styleshe ets when in document.
2 2
3 PASS successfullyParsed is true
4
5 TEST COMPLETE
3 PASS sheet.ownerNode is pi 6 PASS sheet.ownerNode is pi
4 PASS pi.sheet === sheet is true 7 PASS pi.sheet === sheet is true
5 Removing <pi>... 8 Removing <pi>...
6 PASS pi.sheet is null 9 PASS pi.sheet is null
7 PASS sheet.ownerNode is null 10 PASS sheet.ownerNode is null
8 PASS sheet.cssRules[0].cssText[0] is "*" 11 PASS sheet.cssRules[0].cssText[0] is "*"
9 Re-adding <pi>... 12 Re-adding <pi>...
10 PASS sheet.ownerNode is null 13 PASS sheet.ownerNode is null
11 PASS pi.sheet === sheet is false 14 PASS pi.sheet === sheet is false
12 PASS pi.sheet.ownerNode is pi 15 PASS pi.sheet.ownerNode is pi
13 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698