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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-setter-expected.txt
diff --git a/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-setter-expected.txt b/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-setter-expected.txt
index 492f2e1fb682ec483af5c4212237fb7b22570991..a5b4deecef870bc340fe24102b0b7ebbbf36db0b 100644
--- a/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-setter-expected.txt
+++ b/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-setter-expected.txt
@@ -6,6 +6,8 @@ PASS document.body.style.__proto__.margin is 777
PASS document.body.style.margin is "1px"
PASS document.body.style.margin = 2 is 2
PASS document.body.style.margin is "2px"
+PASS document.body.style.margin = badString threw exception Exception in toString().
+PASS document.body.style.margin is "2px"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698