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

Side by Side Diff: LayoutTests/webexposed/internal-properties-should-not-be-exposed-expected.txt

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes from imported/csswg-test Created 5 years, 4 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
1 This test checks that -internal-* properties are not exposed to JS. 1 This test checks that -internal-* properties are not exposed to JS.
2 2
3 3
4 Testing -internal-marquee-direction 4 Testing -internal-marquee-direction
5 PASS window.getComputedStyle(element).getPropertyValue(property) is null 5 PASS window.getComputedStyle(element).getPropertyValue(property) is ""
6 PASS element.style[property] is undefined. 6 PASS element.style[property] is undefined.
7 Value after setting -internal-marquee-direction to alternate 7 Value after setting -internal-marquee-direction to alternate
8 PASS element.style[property] is undefined. 8 PASS element.style[property] is undefined.
9 9
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698