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

Unified Diff: third_party/WebKit/LayoutTests/bindings/blink-in-js-asan-crash-expected.txt

Issue 2049163003: Fixes ASan crash for an embedded Blink-in-JS component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/bindings/blink-in-js-asan-crash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/local/resources/check-stylesheet-not-loaded.js b/third_party/WebKit/LayoutTests/bindings/blink-in-js-asan-crash-expected.txt
similarity index 86%
copy from third_party/WebKit/LayoutTests/http/tests/local/resources/check-stylesheet-not-loaded.js
copy to third_party/WebKit/LayoutTests/bindings/blink-in-js-asan-crash-expected.txt
index 63eb0a1893f16b147ca1e0b33314cc97431e81cf..9fad6581d1ff4ff0e3245e53f2b360331abe39a0 100644
--- a/third_party/WebKit/LayoutTests/http/tests/local/resources/check-stylesheet-not-loaded.js
+++ b/third_party/WebKit/LayoutTests/bindings/blink-in-js-asan-crash-expected.txt
@@ -1 +1 @@
-document.write(document.styleSheets[0] ? "FAIL" : "PASS");
+Test passes if it does not crash on ASan builds.

Powered by Google App Engine
This is Rietveld 408576698