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

Unified Diff: LayoutTests/fast/css/mask-missing-image-crash.html

Issue 949763005: Terminate <object> to fix flaky test. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/mask-missing-image-crash.html
diff --git a/LayoutTests/fast/css/mask-missing-image-crash.html b/LayoutTests/fast/css/mask-missing-image-crash.html
index 554c1e4c60ab2105bb0f23120607be19a42879fb..00778d1f18608275d6fec1e03186c240847e25a6 100644
--- a/LayoutTests/fast/css/mask-missing-image-crash.html
+++ b/LayoutTests/fast/css/mask-missing-image-crash.html
@@ -5,5 +5,5 @@ if (window.testRunner)
testRunner.dumpAsText();
</script>
<object style="-webkit-mask-image: url(url-not-found);">text
-<object style="-webkit-mask-box-image: url(url-not-found); ">text
+<object style="-webkit-mask-box-image: url(url-not-found); ">text</object></object>
<script>internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();</script>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698