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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <p>Test for <a href="rdar://problem/5959165">rdar://problem/5959165</a>: Crash i n a number of iExploder tests in WebCore::CachedImage::notifyObservers.</a> 1 <p>Test for <a href="rdar://problem/5959165">rdar://problem/5959165</a>: Crash i n a number of iExploder tests in WebCore::CachedImage::notifyObservers.</a>
2 <p>Passed if the browser didn't crash.</p> 2 <p>Passed if the browser didn't crash.</p>
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 </script> 6 </script>
7 <object style="-webkit-mask-image: url(url-not-found);">text 7 <object style="-webkit-mask-image: url(url-not-found);">text
8 <object style="-webkit-mask-box-image: url(url-not-found); ">text 8 <object style="-webkit-mask-box-image: url(url-not-found); ">text</object></obje ct>
9 <script>internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();</ script> 9 <script>internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();</ script>
OLDNEW
« 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