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

Side by Side Diff: LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-setter-expected.txt

Issue 74133005: Remove several uses of toWebCoreStringWithNullCheck(v8::Handle<v8::Value>) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
OLDNEW
1 PASS document.body.style.margin is "0px" 1 PASS document.body.style.margin is "0px"
2 PASS document.body.style.margin = 1 is 1 2 PASS document.body.style.margin = 1 is 1
3 PASS document.body.style.margin is "1px" 3 PASS document.body.style.margin is "1px"
4 PASS document.body.style.__proto__.margin = 777 is 777 4 PASS document.body.style.__proto__.margin = 777 is 777
5 PASS document.body.style.__proto__.margin is 777 5 PASS document.body.style.__proto__.margin is 777
6 PASS document.body.style.margin is "1px" 6 PASS document.body.style.margin is "1px"
7 PASS document.body.style.margin = 2 is 2 7 PASS document.body.style.margin = 2 is 2
8 PASS document.body.style.margin is "2px" 8 PASS document.body.style.margin is "2px"
9 PASS document.body.style.margin = badString threw exception Exception in toStrin g().
10 PASS document.body.style.margin is "2px"
9 PASS successfullyParsed is true 11 PASS successfullyParsed is true
10 12
11 TEST COMPLETE 13 TEST COMPLETE
12 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698