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

Unified Diff: LayoutTests/fast/text/bdi-get-direction-crash.html

Issue 737333002: Ignore pos argument if the first render object is not the current one. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Style fix Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/text/bdi-get-direction-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/bdi-get-direction-crash.html
diff --git a/LayoutTests/fast/text/bdi-get-direction-crash.html b/LayoutTests/fast/text/bdi-get-direction-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..083dae45b2f1ed2668cc415b57bd3fbd250d4c9c
--- /dev/null
+++ b/LayoutTests/fast/text/bdi-get-direction-crash.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<script>
+if (window.testRunner)
+ window.testRunner.dumpAsText();
+</script>
+<body>
+<pre dir="auto"><bdi>Run test:
+This test passes if it doesn't </bdi>crash</pre>
+</body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/fast/text/bdi-get-direction-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698