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

Side by Side Diff: LayoutTests/editing/style/justify-left-crash.html

Issue 960353002: Handle null baseStyle in getPropertiesNotIn (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 years, 9 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 | « no previous file | LayoutTests/editing/style/justify-left-crash-expected.html » ('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 <html hidden>
3 <head>
4 <style>
5 html, head, style {
6 display: block;
7 }
8 </style>
9 </head>
10 <script>
11 document.designMode = "on";
12 document.execCommand("selectAll");
13 document.execCommand("italic");
14 document.execCommand("justifyLeft");
15 document.documentElement.removeAttribute("hidden");
16 </script>
17 <body>
18 This test passes if it does not crash.
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/style/justify-left-crash-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698