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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/harness/internals-no-document-crash.html

Issue 2461633002: Missing document null pointer check in Internals. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/harness/internals-no-document-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <iframe src="#dummy"></iframe>
3 <p>PASS if no crash.</p>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 if (window.internals) {
8 try {
9 internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks( document.querySelector('iframe'));
10 } catch (e) {}
11 }
12 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/harness/internals-no-document-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698